Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 0 |
time | 8.87588310242 |
errors_ignored |
|
info | Returncode: 0 Errors: Mesa: Mesa 7.5-devel DEBUG build Feb 15 2009 13:28:41 Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa: CPU vendor: AuthenticAMD Mesa: CPU name: AMD Athlon(tm) XP 2400+ Mesa: MMX cpu detected. Mesa: 3DNow! cpu detected. Mesa: SSE cpu detected. Mesa: Not testing OS support for SSE, leaving enabled. Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa: CPU vendor: AuthenticAMD Mesa: CPU name: AMD Athlon(tm) XP 2400+ Mesa: MMX cpu detected. Mesa: 3DNow! cpu detected. Mesa: SSE cpu detected. Mesa: Not testing OS support for SSE, leaving enabled. Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa: CPU vendor: AuthenticAMD Mesa: CPU name: AMD Athlon(tm) XP 2400+ Mesa: MMX cpu detected. Mesa: 3DNow! cpu detected. Mesa: SSE cpu detected. Mesa: Not testing OS support for SSE, leaving enabled. Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa: CPU vendor: AuthenticAMD Mesa: CPU name: AMD Athlon(tm) XP 2400+ Mesa: MMX cpu detected. Mesa: 3DNow! cpu detected. Mesa: SSE cpu detected. Mesa: Not testing OS support for SSE, leaving enabled. Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa: CPU vendor: AuthenticAMD Mesa: CPU name: AMD Athlon(tm) XP 2400+ Mesa: MMX cpu detected. Mesa: 3DNow! cpu detected. Mesa: SSE cpu detected. Mesa: Not testing OS support for SSE, leaving enabled. Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable Mesa: CPU vendor: AuthenticAMD Mesa: CPU name: AMD Athlon(tm) XP 2400+ Mesa: MMX cpu detected. Mesa: 3DNow! cpu detected. Mesa: SSE cpu detected. Mesa: Not testing OS support for SSE, leaving enabled. Output: ---------------------------------------------------------------------- This test performs a sanity check of glReadPixels, using as few other portions of the GL as possible. If this test fails, it may be pointless to run other tests, since so many of them depend on reading the contents of the framebuffer to determine if they pass. The test works by using glClear to fill the framebuffer with a randomly-chosen value, reading the contents of the framebuffer, and comparing the actual contents with the expected contents. RGB, RGBA, color index, stencil, and depth buffers (whichever are applicable to the current rendering context) are checked. The test passes if the actual contents are within 1 LSB of the expected contents. readPixSanity: PASS rgba8, db, z24, s8, win+pmap, id 33 RGBA largest readback error was 0 bits Depth largest readback error was 0 bits readPixSanity: PASS rgba8, db, z24, s8, win+pmap, id 34 RGBA largest readback error was 0 bits Depth largest readback error was 0 bits readPixSanity: PASS rgba8, z24, win+pmap, id 92 RGBA largest readback error was 0 bits Depth largest readback error was 0 bits ---------------------------------------------------------------------- The OpenGL specification requires that under certain conditions (e.g. lighting disabled, no clipping, no dithering, etc.) colors specified as unsigned integers are represented *exactly* in the framebuffer (up to the number of bits common to both the original color and the framebuffer color channel). Several glean tests depend on this behavior, so this test is a prerequisite for them. This test works by drawing many small quadrilaterals whose colors are specified by glColorub, glColorus, and glColorui; reading back the resulting image; and comparing the colors read back to the colors written. The high-order bits shared by the source representation of the colors and the framebuffer representation of the colors must agree exactly for the test to pass. Note: Rounding mode changed to 1 exactRGBA: FAIL rgba8, db, z24, s8, win+pmap, id 33 Unsigned int worst-case error was 0xa4629e at (404, 72) expected (0xe5d36fe4, 0x140479f3, 0xf1faf6b6, 0x9c3ffe9d) got (0xe5e5e6ff, 0x1414141f, 0xf1f1f2ff, |