[Bug 77553] [ILK/SNB Bisected]Piglit spec_ARB_texture_cube_map_copyteximage_CUBE fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Aug 1 21:51:19 PDT 2014


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

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|eric at anholt.net             |jljusten at gmail.com

--- Comment #3 from Kenneth Graunke <kenneth at whitecape.org> ---
Previously, the Meta CopyTexSubImage path would do ReadPixels and TexImage. 
The TexImage was done via CPU mappings.

With this patch, it uses Meta BlitFramebuffer, which does texturing and
rendering.  Unfortunately, it hits a limitation in our Gen4-6 rendering path:
the hardware ignores the low bits of the surface tile offsets.  So, we get bad
rendering.

Jordan's gen6-layered series fixes this on Sandybridge.  Thus, reassigning to
him.  I'm not sure what to do about Ironlake.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20140802/326d2dc9/attachment.html>


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