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 upCan't upgrade WebRender because of rust-offscreen-rendering-context #10296
Labels
Comments
|
cc @emilio |
bors-servo
added a commit
that referenced
this issue
Mar 31, 2016
Update webrender with crates.io's offscreen_gl_context (fixes #10296) Crate webrender is bumped to the first commit in servo/webrender#248. Crate webrender_traits is bumped to the merge of servo/webrender_traits#21. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10297) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We can't upgrade WebRender since the rust-offscreen-rendering-context it is using is pinned to crates.io and Servo's version is not.
We need to make a decision as to what to do here soon. This is blocking #10115, #10164, #10136, #10256, all browser.html P1s.
cc @ecoal95