Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track visible areas of composited layers and cull them out if off screen. #284

Merged
merged 1 commit into from Jun 7, 2016

Conversation

@pcwalton
Copy link
Collaborator

pcwalton commented Jun 2, 2016

Reduces the number of draw calls on the Google SERPs.

r? @glennw

screen.

Reduces the number of draw calls on the Google SERPs.
@glennw
Copy link
Member

glennw commented Jun 6, 2016

@bors-servo
Copy link
Contributor

bors-servo commented Jun 6, 2016

📌 Commit b79a4b3 has been approved by glennw

} else {
for job in &info.jobs {
let ChildLayerIndex(child_layer_index) = job.child_layer_index;
let src_target = &layer.child_layers[child_layer_index as usize];

This comment has been minimized.

@jdm

jdm Jun 6, 2016

Member

What am I missing here? What is this loop doing?

This comment has been minimized.

@pcwalton

pcwalton Jun 7, 2016

Author Collaborator

Uh...nothing! Oops.

bors-servo added a commit that referenced this pull request Jun 7, 2016
Track visible areas of composited layers and cull them out if off screen.

Reduces the number of draw calls on the Google SERPs.

r? @glennw
@bors-servo
Copy link
Contributor

bors-servo commented Jun 7, 2016

Testing commit b79a4b3 with merge 67966f8...

@bors-servo
Copy link
Contributor

bors-servo commented Jun 7, 2016

☀️ Test successful - travis

@bors-servo bors-servo merged commit b79a4b3 into servo:master Jun 7, 2016
3 checks passed
3 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details
homu Test successful
Details
zakorgy added a commit to zakorgy/webrender that referenced this pull request Jun 5, 2019
This patch fix the validation error when the buffer offset is not multiple of the format's texel size.

This patch should land after the servo#284 PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

4 participants
You can’t perform that action at this time.