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 upbreak script dependency on gfx #516
Closed
Labels
Comments
|
Fixed in #1208. |
glennw
pushed a commit
to glennw/servo
that referenced
this issue
Jan 16, 2017
Introduced sub_index field to the PimitiveInstance This PR achieves 2 things: 1. Attempts to define one of our `user_data` fields more clearly (`sub_index`) 2. Frees up one of the `user_data` fields to be used for the clip task index (servo#498) <!-- 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/516) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now changing gfx forces recompilation of script. This dependency should be broken if possible.