[Nouveau] [Bug 99400] [nouveau] garbled rendering with glamor on G71

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 30 19:49:10 UTC 2017


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

--- Comment #18 from Ilia Mirkin <imirkin at alum.mit.edu> ---
Curious. It should perhaps be noted that there are no instances of
glCopyTexSubImage2D in your trace. That means they happen some other way...

It should be noted that the warning in question can only come out as

      if (yoffset + subHeight > (GLint) destImage->Height) {
         _mesa_error(ctx, GL_INVALID_VALUE, "%s(yoffset+height)", func);
         return GL_TRUE;
      }

Anyways, looking at your recent trace, while it contains various useful items,
I can't get any of the framebuffers to show particularly useful data when
replaying to specific draws on an intel system. Can you find a draw that should
have a useful image?

-- 
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/nouveau/attachments/20170130/26e08a48/attachment.html>


More information about the Nouveau mailing list