Status: fail
Result: fail
Detail | Value |
---|---|
returncode | 0 |
info | Returncode: 0 Errors: 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 1 column 16 Actual values are (0, 0, 0, 0.74902) Expected values are (0, 0, 0, 0.756865) Errors are (0, 0, 0, 0.00784552) Source values are (0.909804, 0.694118, 0.0784314, 0.804654) Destination values are (0.768627, 0.968627, 0.266667, 0.0784314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 33 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_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.00608 bits in error. First failing pixel is at row 1 column 16 Actual values are (0, 0, 0, 0.74902) Expected values are (0, 0, 0, 0.756865) Errors are (0, 0, 0, 0.00784552) Source values are (0.909804, 0.694118, 0.0784314, 0.804654) Destination values are (0.768627, 0.968627, 0.266667, 0.0784314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 33 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_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.00608 bits in error. First failing pixel is at row 7 column 27 Actual values are (0, 0, 0, 0.756863) Expected values are (0, 0, 0, 0.765417) Errors are (0, 0, 0, 0.00855434) Source values are (0.682353, 0.968627, 0.243137, 0.761929) Destination values are (0.682353, 0.682353, 0.92549, 0.0156863) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 33 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_DST_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.13087 bits in error. First failing pixel is at row 11 column 24 Actual values are (0, 0, 0, 0.54902) Expected values are (0, 0, 0, 0.557007) Errors are (0, 0, 0, 0.00798696) Source values are (0.462745, 0.756863, 0.662745, 0.546639) Destination values are (0.819608, 0.0980392, 0.615686, 0.0509804) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 33 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_CONSTANT_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.03186 bits in error. First failing pixel is at row 11 column 24 Actual values are (0, 0, 0, 0.54902) Expected values are (0, 0, 0, 0.557007) Errors are (0, 0, 0, 0.00798696) Source values are (0.462745, 0.756863, 0.662745, 0.546639) D |