Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't forward GL parameter gets for constant limits. #20884
Conversation
highfive
commented
May 30, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
May 30, 2018
|
Looks good! @bors-servo r+ |
|
|
Don't forward GL parameter gets for constant limits. This avoids IPC traffic for unchanging constants that are determined when the GL context is created. These changes require servo/surfman#123. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20876. - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20884) <!-- Reviewable:end -->
|
|
|
@bors-servo r=avadacatavra |
|
|
Don't forward GL parameter gets for constant limits. This avoids IPC traffic for unchanging constants that are determined when the GL context is created. These changes require servo/surfman#123. --- - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors - [x] These changes fix #20876. - [x] There are tests for these changes <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20884) <!-- Reviewable:end -->
|
|
|
@bors-servo retry |
|
|
|
|
jdm commentedMay 30, 2018
•
edited by SimonSapin
This avoids IPC traffic for unchanging constants that are determined when the GL context is created. These changes require servo/surfman#123.
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is