[Piglit] [PATCH] fbo-copyteximage-depth-max: New test for i965 driver bug

Eric Anholt eric at anholt.net
Wed Jan 4 11:32:13 PST 2012


On Wed,  4 Jan 2012 14:30:34 +0800, Shuang He <shuang.he at intel.com> wrote:

(process:2216): gmime-CRITICAL **: g_mime_stream_filter_add: assertion `GMIME_IS_FILTER (filter)' failed
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=44436
> Signed-off-by: Shuang He <shuang.he at intel.com>

The actual interesting failure here is attempting a readpixels from a
huge depth FBO in the process of doing copypixels, which fails by using
GTT mapping when it's not possible.  The risk with the testcase as-is is
that we might change the copypixels path to just bind the FBO as a
texture and render with it, which would paper over the issue.

Could you switch it to just make a huge FBO, initialize it, and try to
read it?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20120104/fd1d7b1d/attachment.pgp>


More information about the Piglit mailing list