Results for glean/readPixSanity

Overview

Result: None

Back to summary

Details

Detail Value
Returncode 0
Time 0:00:02.733718
Stdout
----------------------------------------------------------------------
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:  FAIL rgba8, db, z24, s8, win+pmap, id 33
	Depth worst-case error was 21.5442 bits at (0, 0)
		expected 0.291952; got 0.10967.
	RGBA largest readback error was 0 bits
	Depth largest readback error was 21.5442 bits

Stderr

        
Environment
PIGLIT_SOURCE_DIR="/home/ilia/src/piglit" MESA_DEBUG="silent" PIGLIT_PLATFORM="mixed_glx_egl"
Command /home/ilia/src/piglit/bin/glean -o -v -v -v -t +readPixSanity --quick
dmesg
None

Back to summary