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 upAnnotate passes/draw calls #557
Closed
Labels
Comments
bors-servo
added a commit
to servo/gleam
that referenced
this issue
Nov 28, 2016
EXT_debug_marker support Required for servo/webrender#557 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/gleam/95) <!-- Reviewable:end -->
Merged
bors-servo
added a commit
that referenced
this issue
Nov 28, 2016
GPU markers support Fixes #557 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/604) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenGL ES may support
KHR_Debugand/orEXT_debug_marker, as mentioned on the apitrace usage page: https://github.com/apitrace/apitrace/blob/master/docs/USAGE.markdown#opengl-annotationsBy adding the annotations we could greatly enhance the debugging experience.