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 upUse R8 format instead of A8 #2134
Closed
Comments
glennw
pushed a commit
to glennw/webrender
that referenced
this issue
Jan 10, 2018
Fixes servo#2134. Fixes servo#788.
bors-servo
added a commit
that referenced
this issue
Jan 12, 2018
Switch to using R8 on all GL implementations. Fixes #2134. Fixes #788. <!-- 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/2276) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 12, 2018
Switch to using R8 on all GL implementations. Fixes #2134. Fixes #788. <!-- 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/2276) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 12, 2018
Switch to using R8 on all GL implementations. Fixes #2134. Fixes #788. <!-- 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/2276) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a child task of #2110
A8is outdated, and Angle in particular doesn't like it (invoking a slow path on uploads).We should be using
R8instead and be future-proof.Note: this doesn't show up in profiles yet, so not high priority.