[Piglit] [PATCH 00/11] max-texture-size test overhaul

Kenneth Graunke kenneth at whitecape.org
Sun Feb 2 03:13:48 PST 2014


While attempting to bump GL_MAX_3D_TEXTURE_SIZE from 256 to 2048 on i965,
I ran into failures in the max-texture-size test.  This wasn't because
anything was actually broken, but because the test reported things as
"fail" when it really meant "I couldn't allocate enough memory to actually
tell you one way or another."  Which is not what "fail" means.

So I started looking into fixing the test, and...ended up rewriting a lot
of it in the process.  It now uses the subtest mechanism to report all 30
cases independently, and reports "skip" for subcases that couldn't run
successfully due to a lack of memory.

The test could probably use some more work, but I think I've done enough
damage for the time being.



More information about the Piglit mailing list