[Bug 102679] [OpenGL CTS] KHR-GL45.copy_image.functional

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Oct 6 10:21:06 UTC 2017


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

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|intel-3d-bugs at lists.freedes |kenneth at whitecape.org
                   |ktop.org                    |

--- Comment #5 from Kenneth Graunke <kenneth at whitecape.org> ---
I was wrong.  While we use BLORP for glCopyImageSubData(), the test also does
glGetTexImage() and we fall all the way back to software, and hit the code
Karol was fixing.

Karol's memcpy path doesn't work for i965 because src_stride and dst_stride
don't match, but if I take the approach Jason mentioned in his review, it
totally works.

I'll respin that patch...

-- 
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/20171006/ed00c92c/attachment.html>


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