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 upImplement instanced WebGL drawing calls (part of #20791) #21129
Conversation
highfive
commented
Jul 6, 2018
|
Heads up! This PR modifies the following files:
|
|
r? @emilio |
|
|
|
code looks good but I don't quite understand the context here, may need a sanity check from emilio |
|
@bors-servo try |
Implement instanced WebGL drawing calls (part of #20791) This is half of #20599. The check for drawElements is a bit more complex to implement. <!-- 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/21129) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
Implement instanced WebGL drawing calls (part of #20791) This is half of #20599. The check for drawElements is a bit more complex to implement. <!-- 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/21129) <!-- Reviewable:end -->
|
|
|
@bors-servo try |
It only returns null if there was an error, and the only error isn't implemented yet.
gl.getProgramInfoLog was implemented a while back.
They don't seem flaky anymore and we have a tool to properly keep intermittent results anyway now.
…E_FORMATS)
|
@bors-servo r=emilio |
|
|
Implement instanced WebGL drawing calls (part of #20791) This is half of #20599. The check for drawElements is a bit more complex to implement. <!-- 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/21129) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #21067 #20734 |
|
|
|
|
nox commentedJul 6, 2018
•
edited by SimonSapin
This is half of #20599. The check for drawElements is a bit more complex to implement.
This change is