[Bug 99185] dEQP-EGL.functional.image.modify.tex_rgb5_a1_tex_subimage_rgba8

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 22 23:21:53 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=99185

--- Comment #1 from Chad Versace <chadversary at chromium.org> ---
The test failed because in
glTexImage2D(format=GL_RGBA, type=GL_UNSIGNED_SHORT_5_5_5_1)
Mesa chose BRW_SURFACE_FORMAT_R8G8B8A8_UNORM as the storage format.
The two formats have incompatible precision in the alpha channel. One
provides binary alpha; the other provides gradient alpha.

Intel hardware supports BRW_SURFACE_FORMAT_B5G5R5A1_UNORM, so we need to teach  
glTexImage2D to choose that instead.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20161222/7f9dc663/attachment.html>


More information about the intel-3d-bugs mailing list