Results for glean/blendFunc

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 0
time 194.894913912
errors_ignored
  • Mesa: CPU vendor: GenuineIntel
  • Mesa: CPU name: Intel(R) Pentium(R) 4 CPU 3.00GHz
  • Mesa: Mesa 7.8-devel DEBUG build Jan 22 2010 09:05:14
  • Mesa warning: software DXTn compression/decompression available
  • Mesa: MMX cpu detected.
  • Mesa: SSE cpu detected.
  • Mesa: Not testing OS support for SSE, leaving enabled.
info
Returncode: 0

Errors:
Mesa: CPU vendor: GenuineIntel
Mesa: CPU name:               Intel(R) Pentium(R) 4 CPU 3.00GHz
Mesa: Mesa 7.8-devel DEBUG build Jan 22 2010 09:05:14
Mesa warning: software DXTn compression/decompression available
Mesa: MMX cpu detected.
Mesa: SSE cpu detected.
Mesa: Not testing OS support for SSE, leaving enabled.


Output:
----------------------------------------------------------------------
This test checks all combinations of source and destination
blend factors for the GL_FUNC_ADD blend equation.  It operates
on all RGB or RGBA drawing surface configurations that support
the creation of windows.

Note that a common cause of failures for this test is small errors
introduced when an implementation scales color values incorrectly;
for example, converting an 8-bit color value to float by
dividing by 256 rather than 255, or computing a blending result
by shifting a double-width intermediate value rather than scaling
it.  Also, please note that the OpenGL spec requires that when
converting from floating-point colors to integer form, the result
must be rounded to the nearest integer, not truncated.
[1.2.1, 2.13.9]

The test reports two error measurements.  The first (readback) is
the error detected when reading back raw values that were written
to the framebuffer.  The error in this case should be very close
to zero, since the values are carefully constructed so that they
can be represented accurately in the framebuffer.  The second
(blending) is the error detected in the result of the blending
computation.  For the test to pass, these errors must both be
no greater than one least-significant bit in the framebuffer
representation of a color.


First failing pixel is at row 0 column 25
Actual values are (0, 0, 0, 0.666667)
Expected values are (0, 0, 0, 0.674862)
Errors are (0, 0, 0, 0.00819546)
Source values are (0.701961, 0.0313726, 0.835294, 0.8215)
Destination values are (0.984314, 0.603922, 0.0431373, 0.917647)
blendFunc:  FAIL rgba8, db, z24, s8, win+pmap, id 33
	source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA
	dest factor RGB = GL_ZERO, dest factor A = GL_ZERO
	equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD
	const color = { 0.25, 0, 1, 0.75 }
	Readback had 0 bits in error; blending had 1.06904 bits in error.

First failing pixel is at row 17 column 29
Actual values are (0, 0, 0, 0.894118)
Expected values are (0, 0, 0, 0.902173)
Errors are (0, 0, 0, 0.00805539)
Source values are (0.717647, 0.0117647, 0.215686, 0.833265)
Destination values are (0.0980392, 0.909804, 0.0627451, 0.207843)
blendFunc:  FAIL rgba8, db, z24, s8, win+pmap, id 33
	source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA
	dest factor RGB = GL_ZERO, dest factor A = GL_ONE
	equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD
	const color = { 0.25, 0, 1, 0.75 }
	Readback had 0 bits in error; blending had 1.04417 bits in error.

First failing pixel is at row 0 column 27
Actual values are (0, 0, 0, 0.854902)
Expected values are (0, 0, 0, 0.86355)
Errors are (0, 0, 0, 0.00864768)
Source values are (0.14902, 0.294118, 0.407843, 0.829404)
Destination values are (0.901961, 0.776471, 0.545098, 0.211765)
blendFunc:  FAIL rgba8, db, z24, s8, win+pmap, id 33
	source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA
	dest factor RGB = GL_ZERO, dest factor A = GL_SRC_COLOR
	equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD
	const color = { 0.25, 0, 1, 0.75 }
	Readback had 0 bits in error; blending had 1.14653 bits in error.

First failing pixel is at row 0 column 27
Actual values are (0, 0, 0, 0.854902)
Expected values are (0, 0, 0, 0.86355)
Errors are (0, 0, 0, 0.00864768)
Source values are (0.14902, 0.294118, 0.407843, 0.829404)
Destination values are (0.901961, 0.776471, 0.545098, 0.211765)
blendFunc:  FAIL rgba8, db, z24, s8, win+pmap, id 33
	source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA
	dest factor RGB = GL_ZERO, dest factor A = GL_SRC_ALPHA
	equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD
	const color = { 0.25, 0, 1, 0.75 }
	Readback had 0 bits in error; blending had 1.14653 bits in

Back to summary