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 upwebgl: Add vertexAttribPointer and disableVertexAttribArray support #13101
Conversation
highfive
commented
Aug 28, 2016
|
This branch requires corresponding updates to webrender (servo/webrender#375),. I'm hoping someone else can handle the version bumping for that, unless it's easy for me to do. |
|
LGTM once the corresponding updates have landed. I opened servo/webrender#376, and probably this needs to wait to #13099. |
|
Oh, also, thanks for this, @anholt, as usual :-) |
|
@anholt you should be able to do |
|
|
62e9948
to
fd4774d
|
@bors-servo try |
webgl: Add vertexAttribPointer and disableVertexAttribArray support <!-- Please describe your changes on the following line: --> webgl: Add vertexAttribPointer and disableVertexAttribArray support --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13101) <!-- Reviewable:end -->
|
|
fd4774d
to
16a14e2
|
@bors-servo: try |
webgl: Add vertexAttribPointer and disableVertexAttribArray support <!-- Please describe your changes on the following line: --> webgl: Add vertexAttribPointer and disableVertexAttribArray support --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/13101) <!-- Reviewable:end -->
|
|
highfive
commented
Sep 26, 2016
|
|
r? @emilio |
|
@bors-servo: r+ Thanks for the ping @KiChjang :) |
|
|
|
|
|
Shoot, the CI bot missed this somehow. We can start the process over once the merge conflicts are addressed. |
|
The conflicts are that @MortimerGoro's patch landed instead. |
anholt commentedAug 28, 2016
•
edited by larsbergstrom
webgl: Add vertexAttribPointer and disableVertexAttribArray support
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is