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 upinit_texture() does not care format change on arm #661
Labels
Comments
bors-servo
added a commit
that referenced
this issue
Jan 27, 2017
Expand data in init_texture() on arm like update_texture() Fixes issue #661. <!-- 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/779) <!-- Reviewable:end -->
bors-servo
added a commit
that referenced
this issue
Jan 27, 2017
Expand data in init_texture() on arm like update_texture() Fixes issue #661. <!-- 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/779) <!-- Reviewable:end -->
|
This was fixed in #779. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On arm, ImageFormat::A8 uses GL_FORMAT_BGRA. Then init_texture() need to expand data like update_texture(). By it, debug_render's rendering seems to be broken on my nexus5X with quantum graphic branch.
https://bugzilla.mozilla.org/show_bug.cgi?id=1323612
device.rs defines the following, but it seems not used.