---------------------------------------------------------------------- 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. blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO 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 2.00565 bits in error; blending had 0 bits in error. First failing pixel is at row 5 column 10 Actual values are (0.117647, 0.184314, 0.203922, 0.623529) Expected values are (0.118933, 0.186698, 0.210208, 0.614347) Errors are (0.00128631, 0.00238401, 0.00628625, 0.00918275) Source values are (0.270588, 0.211765, 0.509804, 0.352651) Destination values are (0.337255, 0.529412, 0.596078, 0.94902) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.23314 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.0392157, 0, 1, 0.501961) Expected values are (0.0382353, 0, 0.984314, 0.502941) Errors are (0.000980392, 0, 0.0156863, 0.000980377) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.992157, 0.0784314, 0.796078, 0.996078) Expected values are (0.992157, 0.0784314, 0.811765, 0.996308) Errors are (0, 0, 0.0156863, 0.000229955) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.462745, 0.803922, 0.243137, 0.439216) Expected values are (0.449967, 0.816863, 0.24229, 0.440902) Errors are (0.0127781, 0.0129416, 0.00084731, 0.00168613) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.72816 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.545098, 0.635294, 0.74902, 0.768627) Expected values are (0.558824, 0.635294, 0.75, 0.767651) Errors are (0.0137255, 0, 0.000980377, 0.000976562) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.813 bits in error. First failing pixel is at row 3 column 30 Actual values are (0.14902, 0.0509804, 0.898039, 1) Expected values are (0.147636, 0.052549, 0.911834, 1) Errors are (0.00138408, 0.00156863, 0.0137947, 0) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.82026 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.615686, 0.0470588, 0.494118, 0.768627) Expected values are (0.614748, 0.0485967, 0.502976, 0.768497) Errors are (0.000938118, 0.00153787, 0.00885817, 0.000130713) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.18123 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.0392157, 0.0705882, 0.247059, 0.717647) Expected values are (0.0382353, 0.072549, 0.246078, 0.738338) Errors are (0.000980392, 0.00196078, 0.000980392, 0.0206907) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.40512 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.721569, 0.603922, 0.627451, 0.145098) Expected values are (0.7198, 0.617793, 0.628005, 0.146857) Errors are (0.00176853, 0.0138716, 0.000553608, 0.00175865) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.82828 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.0666667, 0, 0.870588, 0.752941) Expected values are (0.0656863, 0, 0.870588, 0.768765) Errors are (0.000980392, 0, 0, 0.0158237) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.01823 bits in error. First failing pixel is at row 2 column 28 Actual values are (0, 0, 0, 0.352941) Expected values are (0, 0, 0, 0.345122) Errors are (0, 0, 0, 0.0078187) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA 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 2.00565 bits in error; blending had 1.00114 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.219608, 0.352941, 0.0705882, 0.384314) Expected values are (0.226678, 0.366411, 0.0745243, 0.364924) Errors are (0.00707036, 0.0134702, 0.0039361, 0.0193897) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.31143 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.196078, 0.470588, 0, 0.686275) Expected values are (0.197059, 0.470588, 0, 0.701629) Errors are (0.000980392, 0, 0, 0.0153549) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.97485 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.14902, 0.290196, 1, 0.74902) Expected values are (0.152941, 0.290196, 0.984314, 0.750389) Errors are (0.00392157, 0, 0.0156863, 0.00136983) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 7 column 26 Actual values are (0.619608, 0.333333, 0.858824, 0.223529) Expected values are (0.618993, 0.332488, 0.859516, 0.195784) Errors are (0.00061518, 0.00084582, 0.00069207, 0.0277451) Source values are (0.737255, 0.596078, 0.533333, 0.890791) Destination values are (0.686275, 0.368627, 0.952941, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.82838 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.0823529, 0.384314, 0.670588, 0.8) Expected values are (0.0823529, 0.394118, 0.658824, 0.798361) Errors are (0, 0.00980392, 0.0117647, 0.00163943) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.00784314, 0.117647, 0.054902, 0.517647) Expected values are (0.00599769, 0.121753, 0.054902, 0.528686) Errors are (0.00184545, 0.00410612, 3.72529e-09, 0.0110387) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.49871 bits in error. First failing pixel is at row 8 column 10 Actual values are (0.321569, 0.345098, 0.423529, 0.164706) Expected values are (0.323368, 0.355955, 0.423637, 0.163142) Errors are (0.00179932, 0.0108574, 0.000107676, 0.00156432) Source values are (0.635294, 0.25098, 0.192157, 0.0914015) Destination values are (0.505882, 0.556863, 0.662745, 0.360784) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.47482 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.0117647, 0.109804, 0.00392157, 0.517647) Expected values are (0.0137255, 0.111765, 0.00392157, 0.52751) Errors are (0.00196078, 0.00196078, 0, 0.00986338) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.3363 bits in error. First failing pixel is at row 7 column 26 Actual values are (0.6, 0.321569, 0.835294, 0.87451) Expected values are (0.611327, 0.32837, 0.848872, 0.890791) Errors are (0.0113273, 0.00680146, 0.0135775, 0.0162814) Source values are (0.737255, 0.596078, 0.533333, 0.890791) Destination values are (0.686275, 0.368627, 0.952941, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.05937 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.243137, 0, 0.796078, 0.533333) Expected values are (0.248039, 0, 0.811765, 0.531603) Errors are (0.00490196, 0, 0.0156863, 0.00173086) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.976471, 0.0784314, 0.796078, 1) Expected values are (0.992157, 0.0784314, 0.811765, 1) Errors are (0.0156863, 0, 0.0156863, 0) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.462745, 0.803922, 0.243137, 0.360784) Expected values are (0.449967, 0.816863, 0.24229, 0.362663) Errors are (0.0127781, 0.0129416, 0.00084731, 0.00187835) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.72816 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.545098, 0.478431, 0.486275, 0.129412) Expected values are (0.544118, 0.488235, 0.488235, 0.129351) Errors are (0.000980377, 0.00980392, 0.00196078, 6.10501e-05) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 5 column 28 Actual values are (0.54902, 0.0196078, 0.568627, 0.478431) Expected values are (0.557509, 0.0196847, 0.579746, 0.478156) Errors are (0.00848901, 7.68956e-05, 0.0111188, 0.000275582) Source values are (0.623529, 0.25098, 0.807843, 0.279789) Destination values are (0.894118, 0.0784314, 0.717647, 0.372549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.50914 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.603922, 0.0470588, 0.494118, 1) Expected values are (0.614748, 0.0485967, 0.502976, 1) Errors are (0.0108266, 0.00153787, 0.00885817, 0) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.47072 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.0117647, 0.109804, 0.00392157, 0.756863) Expected values are (0.0137255, 0.111765, 0.00392157, 0.767446) Errors are (0.00196078, 0.00196078, 0, 0.0105837) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.43799 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.721569, 0.603922, 0.627451, 0.141176) Expected values are (0.7198, 0.617793, 0.628005, 0.141161) Errors are (0.00176853, 0.0138716, 0.000553608, 1.52588e-05) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.82828 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.0117647, 0, 0.839216, 0.470588) Expected values are (0.0127451, 0, 0.823529, 0.478229) Errors are (0.000980392, 0, 0.0156863, 0.00764096) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0, 0, 0, 0.85098) Expected values are (0, 0, 0, 0.862575) Errors are (0, 0, 0, 0.0115945) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.56958 bits in error. First failing pixel is at row 3 column 30 Actual values are (0.215686, 0.0588235, 0.870588, 0.933333) Expected values are (0.217615, 0.0616576, 0.884968, 0.943648) Errors are (0.00192893, 0.00283411, 0.0143802, 0.0103151) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.88023 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.596078, 0.858824, 0, 0.85098) Expected values are (0.597059, 0.87451, 0, 0.852951) Errors are (0.000980377, 0.0156863, 0, 0.00197101) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.52549, 0.909804, 0.27451, 0.137255) Expected values are (0.509804, 0.92549, 0.27451, 0.137186) Errors are (0.0156863, 0.0156863, 0, 6.86795e-05) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.607843, 0.533333, 0.25098, 0.419608) Expected values are (0.606228, 0.531488, 0.251903, 0.427642) Errors are (0.00161475, 0.00184542, 0.00092271, 0.00803408) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.04035 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.74902, 0.686275, 0.690196, 0.109804) Expected values are (0.738235, 0.685294, 0.691176, 0.108712) Errors are (0.0107843, 0.000980377, 0.000980377, 0.00109159) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.46508 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.956863, 0.882353, 0.862745, 0) Expected values are (0.956632, 0.883737, 0.876171, 0) Errors are (0.00023067, 0.00138408, 0.0134256, 0) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.78113 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.901961, 0.411765, 0.188235) Expected values are (1, 0.918923, 0.410088, 0.188787) Errors are (0, 0.0169627, 0.00167629, 0.000551417) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 2.11851 bits in error. First failing pixel is at row 3 column 10 Actual values are (0.2, 0.666667, 0.937255, 0.682353) Expected values are (0.19902, 0.668628, 0.953922, 0.682353) Errors are (0.000980392, 0.00196081, 0.0166667, 0) Source values are (0.0431373, 0.666667, 0.870588, 0.530037) Destination values are (0.623529, 0.00784314, 0.333333, 0.909804) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.09311 bits in error. First failing pixel is at row 6 column 12 Actual values are (0.403922, 0.882353, 0.611765, 0.54902) Expected values are (0.408314, 0.881527, 0.626468, 0.549987) Errors are (0.00439224, 0.000825942, 0.0147034, 0.000967085) Source values are (0.137255, 0.756863, 0.592157, 0.291646) Destination values are (0.929412, 0.427451, 0.117647, 0.364706) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.91229 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.968627, 0.639216, 0.462745, 0.866667) Expected values are (0.970588, 0.654902, 0.462745, 0.864794) Errors are (0.00196081, 0.0156863, 2.98023e-08, 0.00187302) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 4 column 10 Actual values are (0.717647, 0.498039, 0.611765, 0.345098) Expected values are (0.717647, 0.498039, 0.611765, 0.354011) Errors are (0, 0, 0, 0.00891283) Source values are (0.0823529, 0.117647, 0.431373, 0.0496834) Destination values are (0.635294, 0.380392, 0.180392, 0.337255) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.1901 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.627451, 1, 0.447059, 0.952941) Expected values are (0.627471, 1, 0.446086, 0.984207) Errors are (1.9908e-05, 0, 0.000972629, 0.0312657) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 3.00073 bits in error. First failing pixel is at row 0 column 2 Actual values are (1, 0.741176, 0.854902, 0.768627) Expected values are (1, 0.741176, 0.870588, 0.768883) Errors are (0, 0, 0.0156863, 0.000255644) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 3 column 30 Actual values are (0.776471, 0.839216, 1, 0.909804) Expected values are (0.775087, 0.840784, 1, 0.924865) Errors are (0.00138408, 0.00156862, 0, 0.0150607) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.94693 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.282353, 0.937255, 0.392157, 0.0980392) Expected values are (0.276355, 0.937839, 0.401138, 0.0982432) Errors are (0.00599769, 0.000584424, 0.00898117, 0.000204004) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.20112 bits in error. First failing pixel is at row 4 column 26 Actual values are (1, 0.266667, 1, 0.745098) Expected values are (1, 0.266667, 1, 0.731426) Errors are (0, 0, 0, 0.0136721) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.80738 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.94902, 0.603922, 0.87451, 0.411765) Expected values are (0.949189, 0.605229, 0.872618, 0.398857) Errors are (0.000169158, 0.00130719, 0.00189155, 0.0129078) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.72438 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.968627, 0.639216, 0.462745, 0.301961) Expected values are (0.970588, 0.654902, 0.462745, 0.302597) Errors are (0.00196081, 0.0156863, 2.98023e-08, 0.000635743) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.772549, 0.639216, 0.337255, 0.435294) Expected values are (0.756863, 0.654902, 0.337255, 0.436278) Errors are (0.0156863, 0.0156863, 0, 0.000983804) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_SRC_ALPHA 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 4 column 28 Actual values are (0.619608, 0.388235, 0.843137, 0.682353) Expected values are (0.606398, 0.388546, 0.854125, 0.681299) Errors are (0.0132098, 0.00031057, 0.0109874, 0.00105381) Source values are (0.00392157, 0.345098, 0.231373, 0.738613) Destination values are (0.815686, 0.0588235, 0.843137, 0.65098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.75775 bits in error. First failing pixel is at row 1 column 14 Actual values are (1, 1, 0.0431373, 0.305882) Expected values are (1, 1, 0.0431373, 0.288396) Errors are (0, 0, 0, 0.0174867) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.1624 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.933333, 0.352941, 1, 0.423529) Expected values are (0.933333, 0.356863, 1, 0.432607) Errors are (0, 0.00392157, 0, 0.00907788) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.21657 bits in error. First failing pixel is at row 1 column 14 Actual values are (1, 1, 0.45098, 0.847059) Expected values are (1, 1, 0.459654, 0.846233) Errors are (0, 0, 0.00867358, 0.000826299) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.15084 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.921569, 0.313726, 1, 0.282353) Expected values are (0.920588, 0.318627, 1, 0.292069) Errors are (0.000980377, 0.00490198, 0, 0.00971609) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.31459 bits in error. First failing pixel is at row 3 column 12 Actual values are (0.631373, 0.839216, 0.419608, 0.34902) Expected values are (0.629758, 0.855671, 0.419254, 0.34835) Errors are (0.00161475, 0.0164552, 0.000353694, 0.000669539) Source values are (0.509804, 0.839216, 0.337255, 0.403861) Destination values are (0.235294, 0.0196078, 0.243137, 0.360784) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.07469 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.0941176, 0.952941, 0.34902, 0.0980392) Expected values are (0.0944867, 0.969089, 0.34842, 0.0979171) Errors are (0.000369087, 0.0161476, 0.000599772, 0.00012207) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 2.04746 bits in error. First failing pixel is at row 4 column 8 Actual values are (0.427451, 0.435294, 0.521569, 0.427451) Expected values are (0.433333, 0.436275, 0.512745, 0.426106) Errors are (0.00588235, 0.000980407, 0.00882351, 0.00134537) Source values are (0.372549, 0.415686, 0.345098, 0.564034) Destination values are (0.243137, 0.0823529, 0.670588, 0.439216) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.17557 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.545098, 1, 1, 1) Expected values are (0.558709, 1, 1, 1) Errors are (0.0136113, 0, 0, 0) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.80095 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.45098, 0.305882, 0.85098, 0.803922) Expected values are (0.44902, 0.305882, 0.866667, 0.80447) Errors are (0.00196078, 0, 0.0156863, 0.000548244) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 2 Actual values are (1, 0.741176, 0.870588, 0.431373) Expected values are (1, 0.741176, 0.886275, 0.432959) Errors are (0, 0, 0.0156863, 0.00158694) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 10 column 0 Actual values are (1, 1, 0.811765, 0.592157) Expected values are (1, 1, 0.826775, 0.593138) Errors are (0, 0, 0.0150107, 0.00098145) Source values are (0.760784, 0.945098, 0.811765, 0.234455) Destination values are (0.647059, 0.392157, 0.0196078, 0.545098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.94214 bits in error. First failing pixel is at row 0 column 6 Actual values are (1, 0.733333, 0.752941, 1) Expected values are (1, 0.741176, 0.752941, 1) Errors are (0, 0.00784314, 0, 0) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 3 column 26 Actual values are (0.807843, 0.345098, 0.301961, 0.823529) Expected values are (0.831065, 0.343883, 0.300331, 0.823438) Errors are (0.0232219, 0.00121492, 0.00163016, 9.15527e-05) Source values are (0.54902, 0.231373, 0.231373, 0.235416) Destination values are (0.513726, 0.486275, 0.298039, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 2.57163 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.666667, 0.639216, 0.447059, 0.964706) Expected values are (0.675063, 0.641169, 0.446813, 0.975597) Errors are (0.00839674, 0.00195312, 0.000246048, 0.0108911) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.4793 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.317647, 1, 0.262745, 0.890196) Expected values are (0.312745, 1, 0.261765, 0.907565) Errors are (0.00490198, 0, 0.000980407, 0.0173686) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.15262 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.964706, 0.803922, 0.419608, 0.588235) Expected values are (0.964721, 0.811888, 0.420423, 0.588637) Errors are (1.5378e-05, 0.00796616, 0.000815094, 0.000401258) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.0281 bits in error. First failing pixel is at row 9 column 20 Actual values are (1, 0.858824, 0.509804, 0.227451) Expected values are (1, 0.857055, 0.518662, 0.228069) Errors are (0, 0.00176853, 0.00885808, 0.000617996) Source values are (0.984314, 0.541176, 0.0156863, 0.177295) Destination values are (0.219608, 0.509804, 0.811765, 0.380392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.18121 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.941176, 0.780392, 0.0431373, 0.54902) Expected values are (0.941176, 0.780392, 0.0431373, 0.559992) Errors are (0, 0, 0, 0.0109727) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_CONSTANT_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 2.00565 bits in error; blending had 1.49007 bits in error. First failing pixel is at row 0 column 6 Actual values are (1, 0.490196, 1, 0.345098) Expected values are (1, 0.502752, 1, 0.345155) Errors are (0, 0.0125555, 0, 5.72205e-05) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.68446 bits in error. First failing pixel is at row 0 column 2 Actual values are (1, 0.741176, 0.854902, 0.682353) Expected values are (1, 0.741176, 0.870588, 0.68085) Errors are (0, 0, 0.0156863, 0.00150293) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.254902, 1, 0.733333, 0.152941) Expected values are (0.253256, 1, 0.752019, 0.152803) Errors are (0.00164554, 0, 0.0186852, 0.000138417) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ZERO dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.25804 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.839216, 0.878431, 0.521569, 0) Expected values are (0.853072, 0.884798, 0.528997, 0) Errors are (0.0138562, 0.00636679, 0.00742793, 0) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ZERO dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.82667 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.54902, 0.509804, 0.509804, 0.12549) Expected values are (0.549808, 0.521423, 0.511211, 0.12633) Errors are (0.000788152, 0.0116186, 0.00140715, 0.000839308) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ZERO dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.57257 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.419608, 0.258824, 1, 1) Expected values are (0.419223, 0.267282, 1, 1) Errors are (0.00038448, 0.00845829, 0, 0) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE dest factor RGB = GL_SRC_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.11458 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.784314, 0.94902, 1, 0.678431) Expected values are (0.786005, 0.933426, 1, 0.679682) Errors are (0.00169164, 0.0155939, 0, 0.00125092) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.99713 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.682353, 0.831373, 0.976471, 0.607843) Expected values are (0.694694, 0.829619, 0.97549, 0.610788) Errors are (0.0123414, 0.00175315, 0.000980377, 0.00294501) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.65965 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.380392, 0.101961, 0.0509804, 0.74902) Expected values are (0.381909, 0.104878, 0.0523152, 0.766567) Errors are (0.00151694, 0.00291716, 0.00133483, 0.017547) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.16736 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.882353, 0.815686, 1, 1) Expected values are (0.867547, 0.816978, 1, 1) Errors are (0.0148059, 0.00129181, 0, 0) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.92231 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.658824, 0.298039, 0.0431373, 0.427451) Expected values are (0.647043, 0.297916, 0.0423222, 0.424169) Errors are (0.0117801, 0.000123024, 0.000815067, 0.00328243) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.59249 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.337255, 0.372549, 1, 0.439216) Expected values are (0.335327, 0.372066, 1, 0.447288) Errors are (0.00192827, 0.000483185, 0, 0.00807202) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.04715 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.211765, 0.364706, 1, 0.34902) Expected values are (0.218466, 0.365306, 0.984314, 0.348993) Errors are (0.00670128, 0.000599772, 0.0156863, 2.64347e-05) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 4 column 8 Actual values are (0.176471, 0.0666667, 0.47451, 0.564706) Expected values are (0.181161, 0.068466, 0.462837, 0.565868) Errors are (0.0046905, 0.00179931, 0.0116724, 0.00116175) Source values are (0.372549, 0.415686, 0.345098, 0.564034) Destination values are (0.243137, 0.0823529, 0.670588, 0.439216) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.57925 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.490196, 0.984314, 0.152941, 0.996078) Expected values are (0.480769, 1, 0.150219, 0.997586) Errors are (0.00942716, 0.0156863, 0.00272202, 0.00150758) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.0588235, 0.0666667, 0.992157, 0.141176) Expected values are (0.0577278, 0.0694233, 0.97451, 0.141122) Errors are (0.00109573, 0.00275663, 0.017647, 5.46575e-05) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.17557 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.0509804, 0.14902, 0.839216, 0.470588) Expected values are (0.0509804, 0.152941, 0.823529, 0.474482) Errors are (0, 0.00392157, 0.0156863, 0.00389352) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.329412, 1, 1, 0.211765) Expected values are (0.329719, 1, 1, 0.19805) Errors are (0.00030759, 0, 0, 0.0137146) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.81185 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.0509804, 0.905882, 0.00784314, 0.431373) Expected values are (0.0499808, 0.921861, 0.00645905, 0.431373) Errors are (0.000999611, 0.0159785, 0.00138408, 0) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_DST_ALPHA 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 2.00565 bits in error; blending had 2.03227 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.6, 0.733333, 0.862745, 0.556863) Expected values are (0.612883, 0.736612, 0.86569, 0.558557) Errors are (0.0128825, 0.00327891, 0.00294501, 0.00169408) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.72156 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.447059, 1, 0.00784314, 0.482353) Expected values are (0.432334, 1, 0.00645905, 0.482004) Errors are (0.0147251, 0, 0.00138408, 0.000349164) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.91442 bits in error. First failing pixel is at row 1 column 12 Actual values are (1, 0.776471, 0.352941, 0.631373) Expected values are (1, 0.776563, 0.362461, 0.629852) Errors are (0, 9.2268e-05, 0.00951943, 0.00152051) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.28509 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.643137, 0.772549, 0.4, 0.286275) Expected values are (0.626425, 0.768314, 0.396259, 0.286052) Errors are (0.0167121, 0.00423461, 0.00374079, 0.000222802) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.09704 bits in error. First failing pixel is at row 3 column 28 Actual values are (1, 0.772549, 0.0941176, 0.94902) Expected values are (1, 0.785679, 0.0951903, 0.94995) Errors are (0, 0.0131296, 0.00107267, 0.000930786) Source values are (0.835294, 0.992157, 0.14902, 0.94995) Destination values are (0.690196, 0.45098, 0.105882, 0.294118) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.74897 bits in error. First failing pixel is at row 4 column 26 Actual values are (1, 0.137255, 0.756863, 0.74902) Expected values are (1, 0.134348, 0.768627, 0.732406) Errors are (0, 0.00290658, 0.0117647, 0.0166133) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.08848 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.2, 1, 0.619608, 0.0862745) Expected values are (0.2, 1, 0.638831, 0.0866313) Errors are (0, 0, 0.0192234, 0.000356756) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 2.29901 bits in error. First failing pixel is at row 5 column 14 Actual values are (0.0823529, 0.968627, 0.74902, 0.482353) Expected values are (0.0812457, 0.970285, 0.758766, 0.483078) Errors are (0.00110727, 0.00165713, 0.00974631, 0.000725448) Source values are (0.32549, 0.890196, 0.843137, 0.407507) Destination values are (0.141176, 0.85098, 0.694118, 0.917647) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.31907 bits in error. First failing pixel is at row 0 column 18 Actual values are (1, 1, 0.278431, 0.682353) Expected values are (1, 1, 0.279978, 0.69342) Errors are (0, 0, 0.00154644, 0.0110666) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.50236 bits in error. First failing pixel is at row 4 column 10 Actual values are (0.215686, 0.0431373, 0.258824, 0.34902) Expected values are (0.211142, 0.044752, 0.258208, 0.357761) Errors are (0.00454439, 0.00161476, 0.00061515, 0.00874186) Source values are (0.0823529, 0.117647, 0.431373, 0.0496834) Destination values are (0.635294, 0.380392, 0.180392, 0.337255) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.16216 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.498039, 0.619608, 0.72549, 0.505882) Expected values are (0.50842, 0.617855, 0.72549, 0.505638) Errors are (0.0103807, 0.00175315, 0, 0.000244141) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.41004 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.176471, 0.211765, 1, 0.447059) Expected values are (0.172505, 0.205548, 1, 0.439048) Errors are (0.00396572, 0.00621633, 0, 0.00801072) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.03615 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.54902, 0.666667, 0.0235294, 0.141176) Expected values are (0.549808, 0.684168, 0.0229758, 0.141161) Errors are (0.000788152, 0.0175009, 0.000553632, 1.52588e-05) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.16358 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.160784, 1, 1, 0.913725) Expected values are (0.162399, 1, 1, 0.924758) Errors are (0.00161478, 0, 0, 0.0110323) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.49788 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.423529, 0.52549, 1, 1) Expected values are (0.421899, 0.536255, 1, 1) Errors are (0.00163016, 0.0107651, 0, 0) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.4625 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.27451, 1, 0.435294, 0.309804) Expected values are (0.282641, 1, 0.435998, 0.311673) Errors are (0.00813147, 0, 0.000703573, 0.00186923) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.05773 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.984314, 0.929412, 0.921569, 0.270588) Expected values are (0.984314, 0.913725, 0.921569, 0.271644) Errors are (0, 0.0156863, 0, 0.00105563) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.0431373, 0.811765, 0.152941, 0.262745) Expected values are (0.0428143, 0.823299, 0.152065, 0.262715) Errors are (0.000322953, 0.011534, 0.000876591, 3.05176e-05) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.56203 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.0862745, 0.137255, 0.576471, 0.160784) Expected values are (0.0879662, 0.122045, 0.577593, 0.159532) Errors are (0.00169165, 0.0152095, 0.00112265, 0.00125249) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ZERO 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 2.00565 bits in error; blending had 1.96112 bits in error. First failing pixel is at row 1 column 26 Actual values are (0.635294, 0.396078, 0.894118, 0.109804) Expected values are (0.64688, 0.397934, 0.898776, 0.109742) Errors are (0.0115855, 0.00185549, 0.00465846, 6.15194e-05) Source values are (0.556863, 0.0823529, 0.964706, 0.871305) Destination values are (0.286275, 0.4, 0.705882, 0.87451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ZERO dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.56847 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.639216, 0.729412, 0.101961, 0) Expected values are (0.640907, 0.739485, 0.101546, 0) Errors are (0.00169164, 0.0100731, 0.000415228, 0) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.36665 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.956863, 0.87451, 0.87451, 0.870588) Expected values are (0.956632, 0.883737, 0.876171, 0.879395) Errors are (0.00023073, 0.00922728, 0.00166088, 0.00880671) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.24012 bits in error. First failing pixel is at row 1 column 26 Actual values are (0.423529, 0.101961, 0.368627, 1) Expected values are (0.434289, 0.10089, 0.37458, 1) Errors are (0.0107597, 0.00107118, 0.00595281, 0) Source values are (0.556863, 0.0823529, 0.964706, 0.871305) Destination values are (0.286275, 0.4, 0.705882, 0.87451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.46178 bits in error. First failing pixel is at row 3 column 10 Actual values are (0.482353, 0.666667, 0.819608, 0.956863) Expected values are (0.483887, 0.66732, 0.830392, 0.957611) Errors are (0.00153404, 0.000653625, 0.0107843, 0.000748456) Source values are (0.0431373, 0.666667, 0.870588, 0.530037) Destination values are (0.623529, 0.00784314, 0.333333, 0.909804) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.46507 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.87451, 0.196078, 0.596078, 0.929412) Expected values are (0.87451, 0.196078, 0.596078, 0.943858) Errors are (0, 1.49012e-08, 0, 0.014446) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.88682 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.611765, 0.278431, 0.341176, 1) Expected values are (0.625052, 0.279308, 0.339931, 1) Errors are (0.0132872, 0.000876576, 0.00124571, 0) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.76619 bits in error. First failing pixel is at row 4 column 26 Actual values are (0.333333, 0.2, 0.666667, 0.00392157) Expected values are (0.334925, 0.199493, 0.676471, 0.00288372) Errors are (0.00159168, 0.000507489, 0.00980395, 0.00103785) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.32758 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.611765, 0.4, 0.0156863, 0.345098) Expected values are (0.623852, 0.3988, 0.0156863, 0.348993) Errors are (0.0120877, 0.00119951, 1.86265e-09, 0.00389513) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.62968 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.368627, 0.109804, 1, 0.141176) Expected values are (0.360208, 0.111557, 1, 0.1402) Errors are (0.00841984, 0.00175317, 0, 0.000976577) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.10801 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.176471, 0.117647, 0.184314, 0.937255) Expected values are (0.177624, 0.118139, 0.185236, 0.965679) Errors are (0.00115341, 0.000492118, 0.00092271, 0.0284243) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.86327 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.611765, 0.415686, 0.439216, 0.419608) Expected values are (0.62228, 0.430694, 0.440614, 0.400459) Errors are (0.0105152, 0.015008, 0.00139862, 0.0191491) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.29342 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.847059, 0.423529, 0.505882, 0.0588235) Expected values are (0.84619, 0.423068, 0.507251, 0.0429416) Errors are (0.000868857, 0.00046134, 0.0013687, 0.0158819) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.02353 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.254902, 0.819608, 0.329412, 0.0705882) Expected values are (0.254902, 0.819608, 0.337255, 0.071275) Errors are (0, 0, 0.00784314, 0.000686727) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.243137, 0.290196, 0.34902, 0.0666667) Expected values are (0.24283, 0.288489, 0.348251, 0.0513365) Errors are (0.00030756, 0.00170705, 0.00076893, 0.0153301) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.97251 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.67451, 0.4, 0.74902, 0.752941) Expected values are (0.689377, 0.401361, 0.753922, 0.750389) Errors are (0.0148674, 0.00136104, 0.00490195, 0.00255173) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.92829 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.505882, 0.0901961, 0.286275, 0.431373) Expected values are (0.507882, 0.077847, 0.285121, 0.431373) Errors are (0.0019992, 0.0123491, 0.00115341, 0) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.66055 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.894118, 0.294118, 0.843137, 1) Expected values are (0.879938, 0.295425, 0.858039, 1) Errors are (0.0141792, 0.00130716, 0.014902, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.93165 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.67451, 0.141176, 0.505882, 0.984314) Expected values are (0.675602, 0.140715, 0.507251, 0.996853) Errors are (0.0010919, 0.000461355, 0.0013687, 0.0125395) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_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 2.00565 bits in error; blending had 1.68262 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.811765, 0.360784, 0.482353, 0.901961) Expected values are (0.813693, 0.369111, 0.488042, 0.90093) Errors are (0.00192827, 0.00832635, 0.00568858, 0.0010305) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.0919 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.529412, 0.0784314, 0.556863, 0.596078) Expected values are (0.538739, 0.064283, 0.554325, 0.583261) Errors are (0.00932711, 0.0141484, 0.00253749, 0.0128178) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.85678 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.94902, 0.603922, 0.858824, 1) Expected values are (0.949189, 0.605229, 0.872618, 1) Errors are (0.000169158, 0.00130719, 0.0137947, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.82026 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.141176, 0.203922, 0.592157, 0.968627) Expected values are (0.148023, 0.188019, 0.59061, 0.967697) Errors are (0.00684631, 0.0159027, 0.00154644, 0.000930786) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.02541 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.67451, 0.4, 0.752941, 0.894118) Expected values are (0.689377, 0.401361, 0.753922, 0.919684) Errors are (0.0148674, 0.00136104, 0.000980377, 0.0255662) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.71038 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.921569, 0.301961, 0.752941, 0.392157) Expected values are (0.921569, 0.309804, 0.752941, 0.397688) Errors are (0, 0.00784317, 0, 0.00553113) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.623529, 0.278431, 0.329412, 0.411765) Expected values are (0.625052, 0.279308, 0.339931, 0.412886) Errors are (0.00152254, 0.000876576, 0.010519, 0.00112155) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.42914 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.25098, 0.376471, 0.384314, 0.74902) Expected values are (0.251607, 0.377393, 0.37346, 0.748735) Errors are (0.000626653, 0.00092271, 0.0108535, 0.000285089) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.47431 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.423529, 0.203922, 0.470588, 0.196078) Expected values are (0.438262, 0.191311, 0.469435, 0.19514) Errors are (0.0147327, 0.0126105, 0.00115341, 0.00093843) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.91517 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.282353, 0.137255, 0.74902, 0.243137) Expected values are (0.286986, 0.122045, 0.750142, 0.244157) Errors are (0.0046328, 0.0152095, 0.00112265, 0.00101979) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.96112 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.560784, 0.184314, 0, 0.905882) Expected values are (0.574671, 0.183714, 0.0156863, 0.915827) Errors are (0.013887, 0.000599757, 0.0156863, 0.00994509) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_ALPHA 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.921569, 0.411765, 0.847059, 1) Expected values are (0.906176, 0.412802, 0.863563, 1) Errors are (0.0153928, 0.0010376, 0.016504, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.07896 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.752941, 0.803922, 0.294118, 0.588235) Expected values are (0.750996, 0.811888, 0.294933, 0.588637) Errors are (0.00194544, 0.00796616, 0.000815064, 0.000401258) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.0281 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.996078, 0.427451, 0.980392, 0.403922) Expected values are (0.995725, 0.436217, 0.982284, 0.402476) Errors are (0.000353694, 0.00876585, 0.00189155, 0.0014458) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.16611 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.945098, 0.580392, 0.854902, 0.682353) Expected values are (0.943929, 0.581699, 0.871511, 0.68085) Errors are (0.00116879, 0.00130719, 0.016609, 0.00150293) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.08811 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.890196, 0.756863, 0.658824, 0.309804) Expected values are (0.890946, 0.76609, 0.658524, 0.311799) Errors are (0.000749707, 0.00922728, 0.000299931, 0.00199512) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.24012 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.321569, 0.160784, 0.301961, 0.0941176) Expected values are (0.322097, 0.150521, 0.30312, 0.0933093) Errors are (0.000528693, 0.0102634, 0.00115931, 0.000808366) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.39365 bits in error. First failing pixel is at row 0 column 18 Actual values are (1, 1, 0.776471, 0.141176) Expected values are (1, 1, 0.788155, 0.142776) Errors are (0, 0, 0.011684, 0.00159939) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.58068 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.203922, 0.568627, 0.439216, 0.980392) Expected values are (0.207117, 0.578364, 0.437681, 0.996506) Errors are (0.0031953, 0.00973666, 0.00153476, 0.0161135) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE 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 2.00565 bits in error; blending had 2.04442 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.529412, 1, 1, 0.952941) Expected values are (0.547292, 1, 1, 0.965055) Errors are (0.01788, 0, 0, 0.0121137) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.19449 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.27451, 0.4, 0.627451, 1) Expected values are (0.274762, 0.408324, 0.627089, 1) Errors are (0.000252515, 0.00832388, 0.000361741, 0) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.09147 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.815686, 0.309804, 0.411765) Expected values are (1, 0.815156, 0.31101, 0.419608) Errors are (0, 0.000530779, 0.00120607, 0.00784314) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.772549, 0.701961, 0.247059, 0.717647) Expected values are (0.784299, 0.708755, 0.234473, 0.726625) Errors are (0.0117502, 0.0067938, 0.0125858, 0.00897765) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.68794 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.654902, 0.74902, 0.85098, 0.713726) Expected values are (0.654489, 0.737558, 0.851714, 0.71542) Errors are (0.000412643, 0.011462, 0.000733256, 0.00169408) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.55301 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.721569, 1, 0.752941, 0.780392) Expected values are (0.742236, 1, 0.765825, 0.794801) Errors are (0.0206673, 0, 0.0128835, 0.0144086) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.40349 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.623529, 0.545098, 0.509804, 0.27451) Expected values are (0.614836, 0.545243, 0.517152, 0.273102) Errors are (0.00869358, 0.000145316, 0.00734764, 0.00140774) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.15417 bits in error. First failing pixel is at row 8 column 12 Actual values are (0.203922, 0.607843, 0.345098, 0.996078) Expected values are (0.203176, 0.598, 0.344044, 0.980285) Errors are (0.000745133, 0.00984335, 0.00105438, 0.0157931) Source values are (0.137255, 0.54902, 0.152941, 0.980285) Destination values are (0.27451, 0.239216, 0.776471, 0.803922) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.01544 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.54902, 0.431373, 0.494118, 0.564706) Expected values are (0.549676, 0.432825, 0.504603, 0.565604) Errors are (0.000656664, 0.00145251, 0.010485, 0.000898421) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.42447 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.592157, 0.898039, 0.807843, 0.984314) Expected values are (0.597849, 0.899179, 0.817928, 1) Errors are (0.00569224, 0.00114012, 0.0100846, 0.0156863) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.45098, 0.376471, 0.898039, 0.247059) Expected values are (0.450487, 0.384468, 0.897091, 0.245304) Errors are (0.000493109, 0.00799701, 0.000948191, 0.00175433) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA 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 2.00565 bits in error; blending had 1.03368 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.721569, 0.831373, 0.960784, 0.121569) Expected values are (0.736301, 0.830565, 0.961514, 0.120544) Errors are (0.0147325, 0.000807822, 0.000729442, 0.00102474) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.91515 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.584314, 0.560784, 0.337255, 0.764706) Expected values are (0.582795, 0.569944, 0.336781, 0.763086) Errors are (0.0015192, 0.00915968, 0.000473559, 0.00161964) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.22951 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.619608, 0.568627, 0.509804, 1) Expected values are (0.620095, 0.568773, 0.518259, 1) Errors are (0.000487506, 0.000145316, 0.00845492, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.11401 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.611765, 0.541176, 0.517647, 0.913725) Expected values are (0.614836, 0.545243, 0.517152, 0.929412) Errors are (0.00307113, 0.00406688, 0.000495493, 0.0156863) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.152941, 0.803922, 0.407843, 0.101961) Expected values are (0.152042, 0.792719, 0.420168, 0.100567) Errors are (0.0008993, 0.0112023, 0.0123245, 0.00139421) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.65767 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.47451, 0.898039, 0.917647, 0.952941) Expected values are (0.479932, 0.908857, 0.931664, 0.965055) Errors are (0.00542203, 0.0108175, 0.0140172, 0.0121137) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.84334 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.403922, 0.235294, 0.858824, 0.627451) Expected values are (0.423867, 0.23808, 0.874759, 0.631035) Errors are (0.0199457, 0.00278613, 0.015936, 0.00358373) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.35222 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.588235, 1, 0.678431, 0.796078) Expected values are (0.597849, 1, 0.688516, 0.808165) Errors are (0.00961381, 0, 0.0100846, 0.0120864) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.62953 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.505882, 0.321569, 0.709804, 0.85098) Expected values are (0.513942, 0.331519, 0.724431, 0.864756) Errors are (0.00805998, 0.00995049, 0.0146267, 0.0137758) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.90475 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.321569, 0.568627, 0.447059, 1) Expected values are (0.327705, 0.578364, 0.445524, 1) Errors are (0.00613648, 0.00973666, 0.00153476, 0) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.31764 bits in error. First failing pixel is at row 0 column 18 Actual values are (1, 1, 0.807843, 0.839216) Expected values are (1, 1, 0.817928, 0.852951) Errors are (0, 0, 0.0100846, 0.0137357) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.81408 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.262745, 0.666667, 0.854902, 0.870588) Expected values are (0.261245, 0.662168, 0.855537, 0.881559) Errors are (0.00149962, 0.0044989, 0.00063467, 0.0109708) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.48981 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.780392, 0.788235, 0.482353, 0.321569) Expected values are (0.766919, 0.787736, 0.482972, 0.322694) Errors are (0.013473, 0.000499606, 0.000618666, 0.00112534) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.78621 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.0627451, 0.87451, 0.196078, 0.133333) Expected values are (0.0646716, 0.860416, 0.203274, 0.131489) Errors are (0.00192653, 0.0140935, 0.00719568, 0.00184453) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.85118 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.611765, 0.541176, 0.517647, 0.831373) Expected values are (0.614836, 0.545243, 0.517152, 0.841379) Errors are (0.00307113, 0.00406688, 0.000495493, 0.0100061) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.35702 bits in error. First failing pixel is at row 5 column 24 Actual values are (0.282353, 0.682353, 0.701961, 0.207843) Expected values are (0.283788, 0.69107, 0.702906, 0.206137) Errors are (0.00143537, 0.00871754, 0.000944853, 0.00170632) Source values are (0.0666667, 0.964706, 0.831373, 0.668589) Destination values are (0.956863, 0.184314, 0.588235, 0.117647) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.15814 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.992157, 0.423529, 0.972549, 1) Expected values are (0.99131, 0.432449, 0.973492, 1) Errors are (0.000846744, 0.00891975, 0.000943363, 0) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.19122 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.584314, 0.882353, 0.807843, 0.854902) Expected values are (0.597849, 0.899179, 0.817928, 0.865969) Errors are (0.0135354, 0.0168264, 0.0100846, 0.0110666) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.10687 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.027451, 0.407843, 0.0509804, 0.721569) Expected values are (0.0286839, 0.408324, 0.0506187, 0.747565) Errors are (0.00123293, 0.000480741, 0.000361729, 0.025996) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.73444 bits in error. First failing pixel is at row 10 column 6 Actual values are (0.372549, 1, 0.709804, 0.372549) Expected values are (0.357829, 1, 0.697022, 0.368013) Errors are (0.0147196, 0, 0.012782, 0.00453576) Source values are (0.286275, 0.937255, 0.137255, 0.950484) Destination values are (0.0901961, 0.862745, 0.596078, 0.521569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.91388 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.6, 0.568627, 0.501961, 0.670588) Expected values are (0.601468, 0.568773, 0.502573, 0.68085) Errors are (0.00146788, 0.000145316, 0.000611782, 0.0102618) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.39342 bits in error. First failing pixel is at row 1 column 28 Actual values are (1, 0.980392, 1, 0.0117647) Expected values are (1, 0.996416, 1, 0.0107843) Errors are (0, 0.0160237, 0, 0.000980392) Source values are (0.376471, 0.290196, 0.839216, 0.336675) Destination values are (0.858824, 0.803922, 0.45098, 0.0431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.03635 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.619608, 0.0509804, 0.501961, 0.611765) Expected values are (0.619163, 0.0523644, 0.511767, 0.613595) Errors are (0.000445008, 0.00138402, 0.00980633, 0.00183004) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.32793 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.427451, 0.541176, 0.662745, 0.25098) Expected values are (0.414692, 0.533395, 0.662916, 0.249535) Errors are (0.012759, 0.00778115, 0.000170887, 0.00144559) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.70766 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.25098, 0.321569, 0.160784, 0.941176) Expected values are (0.243944, 0.311735, 0.148613, 0.955886) Errors are (0.00703676, 0.00983337, 0.0121717, 0.0147097) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.91291 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.533333, 0.196078, 0.478431, 0.960784) Expected values are (0.524526, 0.199991, 0.473938, 0.963153) Errors are (0.0088076, 0.00391218, 0.00449374, 0.00236821) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.17296 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.572549, 0.164706, 0.780392, 0.662745) Expected values are (0.563632, 0.165551, 0.788598, 0.663897) Errors are (0.00891733, 0.000845417, 0.00820583, 0.00115204) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.19083 bits in error. First failing pixel is at row 8 column 14 Actual values are (0.639216, 0.419608, 0.768627, 0.65098) Expected values are (0.630743, 0.420597, 0.776494, 0.65098) Errors are (0.00847256, 0.000989616, 0.00786668, 0) Source values are (0.909804, 0.0666667, 0.956863, 0.433906) Destination values are (0.266667, 0.882353, 0.541176, 0.65098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.11701 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.760784, 0.631373, 1, 0.556863) Expected values are (0.772962, 0.627148, 1, 0.558557) Errors are (0.0121773, 0.00422424, 0, 0.00169408) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.64034 bits in error. First failing pixel is at row 3 column 26 Actual values are (0.921569, 0.662745, 0.47451, 1) Expected values are (0.933497, 0.663178, 0.474943, 1) Errors are (0.0119284, 0.000433087, 0.000433117, 0) Source values are (0.54902, 0.231373, 0.231373, 0.235416) Destination values are (0.513726, 0.486275, 0.298039, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.61055 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.109804, 0.168627, 0.0784314, 0.780392) Expected values are (0.0925996, 0.139343, 0.0656777, 0.794801) Errors are (0.0172043, 0.0292843, 0.0127537, 0.0144086) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.90627 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.643137, 0.933333, 0.0509804, 0.807843) Expected values are (0.629602, 0.947879, 0.0526605, 0.808165) Errors are (0.0135354, 0.0145462, 0.00168009, 0.000321686) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.89678 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.509804, 0.0392157, 0.0156863, 0.517647) Expected values are (0.520297, 0.0409588, 0.0142664, 0.515945) Errors are (0.0104932, 0.00174312, 0.00141987, 0.00170177) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.42559 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.0823529, 0.207843, 0.215686, 0.937255) Expected values are (0.0766234, 0.19924, 0.2009, 0.965679) Errors are (0.00572956, 0.00860305, 0.0147861, 0.0284243) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.86327 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.572549, 0.164706, 0.780392, 0.286275) Expected values are (0.563632, 0.165551, 0.788598, 0.285494) Errors are (0.00891733, 0.000845417, 0.00820583, 0.000780702) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.19083 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.368627, 0.933333, 0.65098, 0.176471) Expected values are (0.366701, 0.931741, 0.659471, 0.178065) Errors are (0.00192651, 0.00159276, 0.00849062, 0.00159408) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.12009 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.580392, 0.168627, 1, 0.247059) Expected values are (0.566225, 0.171232, 1, 0.247221) Errors are (0.0141671, 0.00260499, 0, 0.000162601) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.85869 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.54902, 0.12549, 0.584314, 0.376471) Expected values are (0.550887, 0.127316, 0.582716, 0.384314) Errors are (0.001867, 0.00182581, 0.00159812, 0.00784314) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_DST_ALPHA 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.388235, 0.27451, 0.992157, 0.862745) Expected values are (0.389141, 0.276095, 0.991364, 0.87211) Errors are (0.000905842, 0.0015848, 0.000792384, 0.00936496) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.26149 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.454902, 0.505882, 0.368627, 0.913725) Expected values are (0.455395, 0.505737, 0.368016, 0.929412) Errors are (0.000492871, 0.000145316, 0.000611812, 0.0156863) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.760784, 0.282353, 0.623529) Expected values are (1, 0.74955, 0.277225, 0.633972) Errors are (0, 0.0112339, 0.00512764, 0.010443) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.52401 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.811765, 0.937255, 0.517647, 0.878431) Expected values are (0.825434, 0.945402, 0.528205, 0.886052) Errors are (0.013669, 0.00814676, 0.0105578, 0.00762033) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.80705 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.54902, 0.521569, 0.517647, 0.133333) Expected values are (0.550946, 0.532621, 0.518964, 0.131636) Errors are (0.00192666, 0.0110527, 0.00131702, 0.0016977) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.50054 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.576471, 0.192157, 0.654902) Expected values are (0.987565, 0.592565, 0.194057, 0.65499) Errors are (0.0124347, 0.016094, 0.00190043, 8.7738e-05) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.04267 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.552941, 0.72549, 0.694118, 0.45098) Expected values are (0.541903, 0.741051, 0.696029, 0.442118) Errors are (0.0110378, 0.0155612, 0.0019114, 0.00886273) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.9941 bits in error. First failing pixel is at row 3 column 14 Actual values are (0.235294, 0.376471, 0.466667, 0.682353) Expected values are (0.231462, 0.363076, 0.452816, 0.69799) Errors are (0.00383179, 0.0133941, 0.0138504, 0.0156367) Source values are (0.337255, 0.945098, 0.815686, 0.64799) Destination values are (0.45098, 0.121569, 0.662745, 0.2) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00108 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.819608, 0.545098, 0.219608, 0.639216) Expected values are (0.810793, 0.544884, 0.220766, 0.643387) Errors are (0.00881493, 0.000213623, 0.00115789, 0.00417125) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.17417 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.419608, 0.172549, 0.384314, 0.509804) Expected values are (0.41814, 0.172404, 0.383702, 0.498565) Errors are (0.00146791, 0.000145301, 0.000611812, 0.0112389) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.52465 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.733333, 0.678431, 0.682353, 0.0313726) Expected values are (0.732319, 0.695366, 0.681709, 0.0323377) Errors are (0.00101453, 0.0169351, 0.00064373, 0.00096513) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.11616 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.4, 1, 0.780392, 0.133333) Expected values are (0.398053, 1, 0.796106, 0.131489) Errors are (0.00194716, 0, 0.0157135, 0.00184453) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.00815 bits in error. First failing pixel is at row 3 column 10 Actual values are (0.486275, 0.321569, 0.4, 0.815686) Expected values are (0.48792, 0.321152, 0.409144, 0.814862) Errors are (0.00164548, 0.000417084, 0.00914392, 0.000823975) Source values are (0.0431373, 0.666667, 0.870588, 0.530037) Destination values are (0.623529, 0.00784314, 0.333333, 0.909804) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.22703 bits in error. First failing pixel is at row 2 column 12 Actual values are (0.960784, 0.0509804, 0.196078, 0.745098) Expected values are (0.943756, 0.050917, 0.203259, 0.745506) Errors are (0.0170287, 6.33709e-05, 0.00718035, 0.000407994) Source values are (0.670588, 0.0352941, 0.223529, 0.490684) Destination values are (0.898039, 0.933333, 0.4, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 2.12411 bits in error. First failing pixel is at row 3 column 14 Actual values are (0.211765, 0.372549, 0.431373, 0.623529) Expected values are (0.208913, 0.356998, 0.419679, 0.635992) Errors are (0.00285141, 0.015551, 0.0116935, 0.0124628) Source values are (0.337255, 0.945098, 0.815686, 0.64799) Destination values are (0.45098, 0.121569, 0.662745, 0.2) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.99315 bits in error. First failing pixel is at row 3 column 30 Actual values are (0.117647, 0.0862745, 0.32549, 1) Expected values are (0.105967, 0.075891, 0.310815, 1) Errors are (0.0116797, 0.0103835, 0.0146749, 0) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.90949 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.247059, 0.298039, 0.827451, 0.415686) Expected values are (0.233089, 0.283799, 0.843008, 0.421088) Errors are (0.0139701, 0.0142402, 0.0155573, 0.00540149) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.99373 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.34902, 0.427451, 0.454902, 0.313726) Expected values are (0.354673, 0.425898, 0.464046, 0.311799) Errors are (0.00565314, 0.00155276, 0.00914446, 0.00192645) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_SRC_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.22711 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.317647, 0.266667, 0.141176, 0.231373) Expected values are (0.317586, 0.274802, 0.141515, 0.230821) Errors are (6.1512e-05, 0.00813532, 0.000338331, 0.000551417) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ZERO 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 2.00565 bits in error; blending had 1.05841 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.796078, 0.964706, 0.278431, 0.0431373) Expected values are (0.810455, 0.976349, 0.279978, 0.0431373) Errors are (0.0143763, 0.0116428, 0.00154644, 0) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.87983 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.494118, 0.960784, 0.027451, 0.0352941) Expected values are (0.483852, 0.97624, 0.0265283, 0.0355347) Errors are (0.0102653, 0.0154556, 0.000922723, 0.000240553) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.98427 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.627451, 0.976471, 0.215686, 0.67451) Expected values are (0.62699, 0.97624, 0.214764, 0.659453) Errors are (0.00046134, 0.00023067, 0.000922725, 0.0150571) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.94659 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.862745, 0.552941, 0.262745, 0.439216) Expected values are (0.866436, 0.553633, 0.262976, 0.447379) Errors are (0.0036909, 0.00069207, 0.00023067, 0.00816357) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.06342 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.647059, 0.717647, 0.67451, 0.870588) Expected values are (0.647347, 0.726305, 0.673579, 0.879395) Errors are (0.000288367, 0.00865817, 0.000930429, 0.00880671) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.17282 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.92549, 1, 1, 0.556863) Expected values are (0.936563, 1, 1, 0.558557) Errors are (0.0110727, 0, 0, 0.00169408) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.50315 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.694118, 0.772549, 0.827451, 0.627451) Expected values are (0.705729, 0.773241, 0.827759, 0.627451) Errors are (0.0116109, 0.00069201, 0.00030756, 0) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.57163 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.882353, 0.454902, 0.8, 1) Expected values are (0.897013, 0.462388, 0.813057, 1) Errors are (0.0146598, 0.0074856, 0.0130565, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.90801 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.823529, 0.960784, 0.282353, 0.937255) Expected values are (0.810455, 0.976349, 0.279978, 0.937577) Errors are (0.0130747, 0.0155643, 0.00237513, 0.000321686) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.99439 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.537255, 0.266667, 0.266667, 0.494118) Expected values are (0.531311, 0.274802, 0.267005, 0.495337) Errors are (0.00594389, 0.00813532, 0.000338346, 0.00121969) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.05841 bits in error. First failing pixel is at row 2 column 12 Actual values are (0.498039, 0.027451, 0.164706, 0.435294) Expected values are (0.497024, 0.0261592, 0.165675, 0.426065) Errors are (0.00101498, 0.00129181, 0.000968859, 0.00922886) Source values are (0.670588, 0.0352941, 0.223529, 0.490684) Destination values are (0.898039, 0.933333, 0.4, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.24037 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.505882, 1, 0.25098, 0.0627451) Expected values are (0.492258, 1, 0.25244, 0.0644075) Errors are (0.0136239, 0, 0.00145948, 0.0016624) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.80229 bits in error. First failing pixel is at row 3 column 28 Actual values are (0.756863, 0.72549, 0.0431373, 0.972549) Expected values are (0.763322, 0.742791, 0.0438293, 0.975935) Errors are (0.00645912, 0.017301, 0.000692043, 0.00338614) Source values are (0.835294, 0.992157, 0.14902, 0.94995) Destination values are (0.690196, 0.45098, 0.105882, 0.294118) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.147 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.933333, 0.509804, 0.807843, 0.772549) Expected values are (0.948804, 0.515002, 0.822791, 0.780558) Errors are (0.015471, 0.005198, 0.0149481, 0.00800908) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.98571 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.886275, 0.988235, 1, 0.352941) Expected values are (0.895656, 0.989158, 1, 0.3543) Errors are (0.00938106, 0.000922799, 0, 0.00135896) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.26397 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.529412, 0.380392, 0.172549, 0.247059) Expected values are (0.531311, 0.388527, 0.172887, 0.247491) Errors are (0.00189924, 0.00813532, 0.000338331, 0.000432387) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.05841 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.803922, 0.752941, 0.352941, 0.705882) Expected values are (0.802445, 0.751465, 0.362338, 0.705882) Errors are (0.00147629, 0.00147635, 0.00939637, 0) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.26632 bits in error. First failing pixel is at row 1 column 26 Actual values are (0.509804, 0.121569, 0.917647, 1) Expected values are (0.522907, 0.122215, 0.932226, 1) Errors are (0.0131027, 0.000645913, 0.014579, 0) Source values are (0.556863, 0.0823529, 0.964706, 0.871305) Destination values are (0.286275, 0.4, 0.705882, 0.87451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.90004 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.2, 0.552941, 0.427451, 0.0627451) Expected values are (0.201323, 0.562184, 0.425436, 0.0346476) Errors are (0.00132257, 0.00924259, 0.00201461, 0.0280975) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA 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 2.00565 bits in error; blending had 2.84658 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.52549, 0.329412, 1, 0.678431) Expected values are (0.539145, 0.333321, 1, 0.684287) Errors are (0.0136543, 0.00390956, 0, 0.00585592) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.8055 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.647059, 0.843137, 0.0196078, 0.870588) Expected values are (0.647347, 0.843952, 0.0206382, 0.879395) Errors are (0.000288367, 0.000815034, 0.00103037, 0.00880677) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.17283 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.32549, 0.517647, 0.027451, 1) Expected values are (0.330334, 0.526628, 0.0279277, 1) Errors are (0.00484428, 0.00898117, 0.000476742, 0) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.20112 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.894118, 0.513726, 0.803922, 0.803922) Expected values are (0.909882, 0.519961, 0.815766, 0.809632) Errors are (0.0157644, 0.0062356, 0.0118443, 0.00571072) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.01282 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.643137, 0.72549, 0.662745, 1) Expected values are (0.647347, 0.726305, 0.673579, 1) Errors are (0.00420994, 0.000815034, 0.0108343, 0) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.47175 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.933333, 0.509804, 0.807843, 0.662745) Expected values are (0.948804, 0.515002, 0.822791, 0.665312) Errors are (0.015471, 0.005198, 0.0149481, 0.00256729) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.98571 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.745098, 0.878431, 0.266667, 0.85098) Expected values are (0.733149, 0.891426, 0.263222, 0.852951) Errors are (0.0119492, 0.0129951, 0.00344482, 0.00197101) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.73411 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.196078, 0.282353, 0.0745098, 0.521569) Expected values are (0.197578, 0.282122, 0.0735871, 0.50843) Errors are (0.00149943, 0.0002307, 0.000922725, 0.0131383) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.74992 bits in error. First failing pixel is at row 6 column 26 Actual values are (0.486275, 0.607843, 0.113725, 0.14902) Expected values are (0.496, 0.608302, 0.114237, 0.14707) Errors are (0.0097256, 0.000459015, 0.000511095, 0.00194934) Source values are (0.294118, 0.643137, 0.964706, 0.588281) Destination values are (0.807843, 0.956863, 0.0784314, 0.0705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.316 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.317647, 0.552941, 0.427451, 0.25098) Expected values are (0.321911, 0.562184, 0.43328, 0.252511) Errors are (0.00426373, 0.00924259, 0.00582853, 0.00153071) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.24251 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.843137, 0.192157, 0.584314, 0.882353) Expected values are (0.87108, 0.19531, 0.593741, 0.895239) Errors are (0.0279431, 0.00315264, 0.00942713, 0.0128862) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.83863 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.909804, 0.521569, 0.8, 0.827451) Expected values are (0.909882, 0.519961, 0.815766, 0.825841) Errors are (7.81417e-05, 0.00160754, 0.0157658, 0.00160992) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.01295 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.309804, 0.517647, 0.0117647, 0.894118) Expected values are (0.316609, 0.526628, 0.0122414, 0.904761) Errors are (0.00680506, 0.00898117, 0.00047674, 0.0106432) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.44607 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.968627, 0.568627, 0.180392, 0.54902) Expected values are (0.964629, 0.572718, 0.183837, 0.55713) Errors are (0.0039984, 0.00409073, 0.00344484, 0.00811017) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.05395 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.933333, 0.678431, 0.811765, 0.980392) Expected values are (0.947636, 0.688858, 0.823714, 1) Errors are (0.0143022, 0.0104268, 0.0119492, 0.0196078) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.32757 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.976471, 1, 1, 0.192157) Expected values are (0.986967, 1, 1, 0.191913) Errors are (0.010496, 0, 0, 0.000244141) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.42599 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.505882, 0.509804, 0.839216, 0.368627) Expected values are (0.506344, 0.510373, 0.855532, 0.367801) Errors are (0.00046134, 0.000569046, 0.0163168, 0.000826269) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 2.0625 bits in error. First failing pixel is at row 5 column 24 Actual values are (0.890196, 1, 1, 0.027451) Expected values are (0.903114, 1, 1, 0.0294118) Errors are (0.0129181, 0, 0, 0.00196078) Source values are (0.0666667, 0.964706, 0.831373, 0.668589) Destination values are (0.956863, 0.184314, 0.588235, 0.117647) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.72554 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.054902, 0.556863, 0.0117647, 0.168627) Expected values are (0.0557478, 0.566398, 0.0133795, 0.168004) Errors are (0.000845831, 0.00953478, 0.00161476, 0.000623837) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE 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 2.00565 bits in error; blending had 1.28741 bits in error. First failing pixel is at row 3 column 30 Actual values are (0.215686, 0.0588235, 0.870588, 0.909804) Expected values are (0.217615, 0.0616576, 0.884968, 0.924865) Errors are (0.00192893, 0.00283411, 0.0143802, 0.0150607) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.94693 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.25098, 0.631373, 0.223529, 0.458824) Expected values are (0.249673, 0.645752, 0.222745, 0.45951) Errors are (0.00130722, 0.0143791, 0.000784323, 0.000686646) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.88012 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.6, 0.27451, 1, 0.376471) Expected values are (0.594233, 0.278493, 1, 0.384314) Errors are (0.00576699, 0.00398308, 0, 0.00784314) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.294118, 0.215686, 0.780392, 0.870588) Expected values are (0.292228, 0.215698, 0.771846, 0.87211) Errors are (0.00188962, 1.20252e-05, 0.00854617, 0.00152183) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.12949 bits in error. First failing pixel is at row 1 column 28 Actual values are (1, 0.870588, 1, 0.0431373) Expected values are (1, 0.880619, 1, 0.0431373) Errors are (0, 0.0100307, 0, 0) Source values are (0.376471, 0.290196, 0.839216, 0.336675) Destination values are (0.858824, 0.803922, 0.45098, 0.0431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.36057 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.0313726, 0.811765, 0.14902, 0.717647) Expected values are (0.0304498, 0.827359, 0.148558, 0.719314) Errors are (0.000922723, 0.0155939, 0.00046137, 0.00166667) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.99713 bits in error. First failing pixel is at row 3 column 24 Actual values are (0.6, 0.247059, 0.47451, 0.611765) Expected values are (0.611765, 0.248366, 0.473203, 0.612217) Errors are (0.0117647, 0.00130719, 0.00130722, 0.000452638) Source values are (0.298039, 0.258824, 0.65098, 0.418326) Destination values are (0.619608, 0.113725, 0.0588235, 0.333333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.282353, 0.72549, 0.87451, 0.788235) Expected values are (0.28346, 0.723687, 0.876401, 0.800411) Errors are (0.00110728, 0.00180316, 0.00189155, 0.0121753) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.6401 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.505882, 0.509804, 0.854902, 0.686275) Expected values are (0.506344, 0.510373, 0.855532, 0.710607) Errors are (0.00046134, 0.000569046, 0.000630498, 0.0243326) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.63904 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.564706, 0.12549, 1, 0.282353) Expected values are (0.555998, 0.125552, 1, 0.285494) Errors are (0.00870818, 6.1512e-05, 0, 0.00314087) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.15659 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.0156863, 0.00392157, 0.0117647, 0.403922) Expected values are (0.00342945, 0.000768935, 0.00233756, 0.407558) Errors are (0.0122568, 0.00315263, 0.00942714, 0.00363645) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.64973 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.2, 0.14902, 0.364706, 0.627451) Expected values are (0.18267, 0.148443, 0.352468, 0.623205) Errors are (0.0173303, 0.000576809, 0.0122374, 0.0042457) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.14944 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.188235, 0.286275, 0.0117647, 0.176471) Expected values are (0.174018, 0.283122, 0.00233756, 0.162445) Errors are (0.0142176, 0.00315264, 0.00942714, 0.014026) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.86382 bits in error. First failing pixel is at row 3 column 12 Actual values are (0.447059, 0.541176, 0.298039, 0.145098) Expected values are (0.445829, 0.552895, 0.297578, 0.145707) Errors are (0.00123027, 0.0117186, 0.00046137, 0.000608504) Source values are (0.509804, 0.839216, 0.337255, 0.403861) Destination values are (0.235294, 0.0196078, 0.243137, 0.360784) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.58494 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.14902, 0.341176, 0.0901961, 0.913725) Expected values are (0.135963, 0.338593, 0.0760323, 0.929412) Errors are (0.0130565, 0.00258362, 0.0141638, 0.0156863) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.137255, 0.286275, 0.0862745, 1) Expected values are (0.122595, 0.278789, 0.073218, 1) Errors are (0.0146598, 0.0074856, 0.0130565, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.908 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.819608, 0.827451, 0.631373, 0.776471) Expected values are (0.809612, 0.828743, 0.629696, 0.778045) Errors are (0.00999618, 0.00129181, 0.00167626, 0.00157416) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.35559 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.0862745, 0.0627451, 0.0745098, 0.733333) Expected values are (0.0719723, 0.0523183, 0.0625606, 0.737808) Errors are (0.0143022, 0.0104268, 0.0119493, 0.00447458) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.87238 bits in error. First failing pixel is at row 5 column 28 Actual values are (0.392157, 0.156863, 0.498039, 0.65098) Expected values are (0.391234, 0.157478, 0.506882, 0.652338) Errors are (0.00092274, 0.00061515, 0.00884274, 0.00135803) Source values are (0.623529, 0.25098, 0.807843, 0.279789) Destination values are (0.894118, 0.0784314, 0.717647, 0.372549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE 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 2.00565 bits in error; blending had 1.17871 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.560784, 0.184314, 0.87451, 0.521569) Expected values are (0.562404, 0.183006, 0.884009, 0.523359) Errors are (0.0016197, 0.00130785, 0.00949931, 0.00179023) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.28204 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.317647, 0.0588235, 0.231373, 0.215686) Expected values are (0.307439, 0.0558247, 0.224083, 0.219551) Errors are (0.0102076, 0.00299885, 0.00728951, 0.00386435) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.38579 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.752941, 0.878431, 0.894118, 0.92549) Expected values are (0.753633, 0.877616, 0.893087, 0.944375) Errors are (0.00069207, 0.000815034, 0.00103039, 0.0188846) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.27335 bits in error. First failing pixel is at row 1 column 28 Actual values are (0.929412, 0.8, 1, 0.262745) Expected values are (0.92991, 0.810939, 1, 0.263291) Errors are (0.000497997, 0.0109391, 0, 0.000545502) Source values are (0.376471, 0.290196, 0.839216, 0.336675) Destination values are (0.858824, 0.803922, 0.45098, 0.0431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.48563 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.8, 0.905882, 1, 0.192157) Expected values are (0.813033, 0.907036, 1, 0.193118) Errors are (0.0130334, 0.00115341, 0, 0.000961617) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.73836 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.760784, 0.921569, 0.996078, 0.266667) Expected values are (0.76263, 0.889596, 0.995771, 0.268806) Errors are (0.00184542, 0.0319723, 0.00030756, 0.00213954) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 3.03297 bits in error. First failing pixel is at row 5 column 24 Actual values are (0.890196, 1, 1, 0.168627) Expected values are (0.903114, 1, 1, 0.167147) Errors are (0.0129181, 0, 0, 0.00148013) Source values are (0.0666667, 0.964706, 0.831373, 0.668589) Destination values are (0.956863, 0.184314, 0.588235, 0.117647) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.72554 bits in error. First failing pixel is at row 6 column 12 Actual values are (0.317647, 0.588235, 0.396078, 0.329412) Expected values are (0.31955, 0.587693, 0.405606, 0.331252) Errors are (0.00190309, 0.000542164, 0.00952709, 0.00184065) Source values are (0.137255, 0.756863, 0.592157, 0.291646) Destination values are (0.929412, 0.427451, 0.117647, 0.364706) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.28625 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.184314, 0.741176, 0.466667, 1) Expected values are (0.18356, 0.740807, 0.476863, 1) Errors are (0.000753567, 0.000369072, 0.0101961, 0) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.38416 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.313726, 0.0588235, 0.231373, 0.72549) Expected values are (0.307439, 0.0558247, 0.224083, 0.741479) Errors are (0.00628605, 0.00299885, 0.00728951, 0.0159885) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.03318 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.0156863, 0.00392157, 0.0117647, 0.784314) Expected values are (0.00342945, 0.000768935, 0.00233756, 0.796452) Errors are (0.0122568, 0.00315263, 0.00942714, 0.0121385) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA 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 2.00565 bits in error; blending had 1.64973 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.294118, 0.219608, 0.788235, 0.803922) Expected values are (0.292228, 0.215698, 0.771846, 0.808217) Errors are (0.00188962, 0.00390954, 0.0163893, 0.00429541) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.0689 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.54902, 0.678431, 0.0313726, 0.054902) Expected values are (0.550823, 0.694564, 0.030173, 0.0533911) Errors are (0.00180316, 0.0161322, 0.00119954, 0.00151084) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.04609 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.278431, 0.631373, 1, 0.184314) Expected values are (0.277124, 0.645752, 1, 0.183333) Errors are (0.00130722, 0.0143791, 0, 0.000980392) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ZERO dest factor RGB = GL_ONE, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.88012 bits in error. First failing pixel is at row 7 column 24 Actual values are (0.384314, 0.584314, 0.431373, 0.545098) Expected values are (0.385775, 0.582468, 0.438754, 0.560748) Errors are (0.00146097, 0.00184548, 0.0073818, 0.0156494) Source values are (0.615686, 0.34902, 0.470588, 0.621698) Destination values are (0.360784, 0.607843, 0.435294, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ZERO dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.00225 bits in error. First failing pixel is at row 2 column 10 Actual values are (1, 1, 0.411765, 0.0156863) Expected values are (0.988491, 1, 0.413609, 0.0147059) Errors are (0.0115094, 0, 0.00184426, 0.000980393) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ZERO dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.55895 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.270588, 0.301961, 0.329412, 0.894118) Expected values are (0.272664, 0.300346, 0.329412, 0.919684) Errors are (0.00207609, 0.00161478, 2.98023e-08, 0.0255662) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 2.71038 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.309804, 0.635294, 0.160784, 0.360784) Expected values are (0.301396, 0.643171, 0.158856, 0.362663) Errors are (0.00840831, 0.00787717, 0.00192879, 0.00187835) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.10603 bits in error. First failing pixel is at row 8 column 14 Actual values are (0.333333, 0.0235294, 0.34902, 0.27451) Expected values are (0.317539, 0.023268, 0.333964, 0.282464) Errors are (0.0157939, 0.000261439, 0.0150558, 0.00795418) Source values are (0.909804, 0.0666667, 0.956863, 0.433906) Destination values are (0.266667, 0.882353, 0.541176, 0.65098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_DST_COLOR 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 2.00565 bits in error; blending had 2.01552 bits in error. First failing pixel is at row 4 column 26 Actual values are (1, 0.568627, 1, 0.00392157) Expected values are (1, 0.556457, 0.995313, 0.00392157) Errors are (0, 0.0121701, 0.00468707, 0) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.63948 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.196078, 0.00784314, 0.133333, 0.568627) Expected values are (0.192954, 0.00738866, 0.135137, 0.581272) Errors are (0.00312413, 0.00045448, 0.00180355, 0.0126449) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.6947 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.968627, 0.760784, 0.352941, 0.521569) Expected values are (0.967243, 0.762168, 0.361476, 0.521667) Errors are (0.00138408, 0.00138408, 0.00853518, 9.87053e-05) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.12764 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.188235, 0.258824, 0.537255, 0.729412) Expected values are (0.187153, 0.259079, 0.529213, 0.729819) Errors are (0.00108244, 0.000254989, 0.0080415, 0.000407398) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.04168 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.94902, 1, 0.705882, 0.92549) Expected values are (0.953998, 1, 0.707005, 0.937577) Errors are (0.00497884, 0, 0.00112265, 0.0120864) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.62953 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.152941, 0.172549, 0.0901961, 1) Expected values are (0.137132, 0.164737, 0.0751096, 1) Errors are (0.0158093, 0.00781238, 0.0150865, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.01692 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.32549, 0.278431, 1, 0.470588) Expected values are (0.326044, 0.279862, 0.989481, 0.470714) Errors are (0.000553608, 0.00143021, 0.010519, 0.000125587) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.42915 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.54902, 1, 0.619608, 0.984314) Expected values are (0.555959, 1, 0.620731, 1) Errors are (0.00693959, 0, 0.00112265, 0.0156863) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.807843, 0.827451, 0.631373, 0.12549) Expected values are (0.809612, 0.828743, 0.629696, 0.112887) Errors are (0.00176853, 0.00129181, 0.00167626, 0.0126036) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.68998 bits in error. First failing pixel is at row 8 column 26 Actual values are (0.870588, 0.670588, 0.396078, 0.203922) Expected values are (0.846691, 0.667382, 0.39391, 0.213673) Errors are (0.0238973, 0.00320661, 0.00216892, 0.00975098) Source values are (0.792157, 0.87451, 0.207843, 0.763149) Destination values are (0.968627, 0.494118, 0.235294, 0.0431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.61299 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.564706, 0.533333, 0.278431, 0.0901961) Expected values are (0.559079, 0.521175, 0.272433, 0.090898) Errors are (0.00562704, 0.0121582, 0.00599888, 0.000701912) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_DST_ALPHA 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 2.00565 bits in error; blending had 1.63807 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.188235, 0.262745, 0.537255, 0.411765) Expected values are (0.187153, 0.259079, 0.529213, 0.417469) Errors are (0.00108244, 0.00366658, 0.0080415, 0.00570381) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.04168 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.815686, 0.184314, 0.411765) Expected values are (1, 0.815156, 0.18552, 0.419608) Errors are (0, 0.000530779, 0.00120607, 0.00784314) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.294118, 0.443137, 0.917647, 0.729412) Expected values are (0.288889, 0.452026, 0.916863, 0.729819) Errors are (0.00522879, 0.0088889, 0.000784338, 0.000407398) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.18622 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.552941, 0.635294, 0.729412, 0.592157) Expected values are (0.563178, 0.633751, 0.729165, 0.591714) Errors are (0.0102372, 0.00154275, 0.000247121, 0.000443161) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.38996 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.905882, 0.207843, 0.941176, 0.843137) Expected values are (0.917159, 0.206505, 0.953414, 0.841406) Errors are (0.0112764, 0.00133796, 0.0122376, 0.0017308) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.64747 bits in error. First failing pixel is at row 7 column 26 Actual values are (0.262745, 0.215686, 0.505882, 1) Expected values are (0.252595, 0.207336, 0.496993, 1) Errors are (0.01015, 0.00835064, 0.00888896, 0) Source values are (0.737255, 0.596078, 0.533333, 0.890791) Destination values are (0.686275, 0.368627, 0.952941, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.37762 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.623529, 0.65098, 0.466667, 0.996078) Expected values are (0.627928, 0.652472, 0.476571, 0.997661) Errors are (0.00439835, 0.00149179, 0.00990394, 0.00158292) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.34222 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.321569, 0.196078, 0.0941176, 0.615686) Expected values are (0.323126, 0.197463, 0.0938293, 0.62385) Errors are (0.00155708, 0.00138408, 0.000288352, 0.00816357) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.06342 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.192157, 0.698039, 0.427451, 1) Expected values are (0.193588, 0.699023, 0.435744, 1) Errors are (0.00143105, 0.000983417, 0.00829321, 0) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.08615 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.705882, 0.533333, 0.466667, 0.478431) Expected values are (0.702216, 0.521175, 0.460668, 0.467773) Errors are (0.00366622, 0.0121582, 0.00599888, 0.0106584) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.63807 bits in error. First failing pixel is at row 2 column 28 Actual values are (1, 0.709804, 0.6, 0.443137) Expected values are (0.997647, 0.695686, 0.6, 0.451772) Errors are (0.00235295, 0.0141177, 0, 0.0086343) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.85364 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.47451, 0.921569, 0.243137, 0.27451) Expected values are (0.461474, 0.933775, 0.245052, 0.274633) Errors are (0.0130357, 0.0122067, 0.0019144, 0.00012356) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.73861 bits in error. First failing pixel is at row 5 column 24 Actual values are (0.760784, 0.772549, 0.996078, 0.168627) Expected values are (0.76222, 0.783227, 0.997023, 0.167147) Errors are (0.00143534, 0.0106783, 0.000944853, 0.00148013) Source values are (0.0666667, 0.964706, 0.831373, 0.668589) Destination values are (0.956863, 0.184314, 0.588235, 0.117647) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.45082 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.588235, 0.717647, 0.823529, 0.643137) Expected values are (0.604086, 0.720118, 0.827204, 0.644632) Errors are (0.0158504, 0.00247109, 0.00367445, 0.00149506) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 2.02066 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.227451, 0.854902, 0.517647, 1) Expected values are (0.222468, 0.856609, 0.529919, 1) Errors are (0.00498269, 0.00170702, 0.0122722, 0) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.65154 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.282353, 0.72549, 0.87451, 0.717647) Expected values are (0.28346, 0.723687, 0.876401, 0.726083) Errors are (0.00110728, 0.00180316, 0.00189155, 0.00843632) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.11083 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.615686, 0.662745, 0.384314, 0.2) Expected values are (0.601739, 0.648203, 0.375777, 0.19514) Errors are (0.0139469, 0.0145419, 0.00853637, 0.00486) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.89636 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.262745, 0.203922, 0.6, 0.890196) Expected values are (0.259412, 0.189804, 0.6, 0.907565) Errors are (0.00333336, 0.0141177, 0, 0.0173686) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_SRC_ALPHA_SATURATE, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.15262 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.129412, 0, 0.403922, 0.52549) Expected values are (0.127451, 0, 0.396078, 0.549343) Errors are (0.00196078, 0, 0.00784314, 0.0238523) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.61028 bits in error. First failing pixel is at row 3 column 24 Actual values are (0.32549, 0.0470588, 0.67451, 0.0823529) Expected values are (0.333708, 0.0475743, 0.675588, 0.0833333) Errors are (0.00821772, 0.000515513, 0.00107801, 0.000980392) Source values are (0.298039, 0.258824, 0.65098, 0.418326) Destination values are (0.619608, 0.113725, 0.0588235, 0.333333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ZERO dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.07295 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.658824, 0.909804, 0.45098, 0.0352941) Expected values are (0.660784, 0.92549, 0.45098, 0.0355347) Errors are (0.00196075, 0.0156863, 0, 0.000240553) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.352941, 0.843137, 0.733333, 0.337255) Expected values are (0.360784, 0.843137, 0.733333, 0.336152) Errors are (0.00784314, 0, 0, 0.00110248) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE dest factor RGB = GL_ONE, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.262745, 0.054902, 0.454902, 0.654902) Expected values are (0.265052, 0.0544406, 0.462053, 0.639624) Errors are (0.00230679, 0.000461362, 0.0071511, 0.0152779) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.96759 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.290196, 0.25098, 0.866667, 0.643137) Expected values are (0.292157, 0.25, 0.882353, 0.642885) Errors are (0.00196078, 0.000980407, 0.0156863, 0.000252426) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.435294, 0.027451, 0.45098, 0.94902) Expected values are (0.43406, 0.0263283, 0.443614, 0.965243) Errors are (0.00123411, 0.00112265, 0.00736639, 0.0162231) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 2.0542 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.243137, 0.0235294, 0.854902, 0.929412) Expected values are (0.241534, 0.0235294, 0.871696, 0.929412) Errors are (0.00160323, 1.86265e-09, 0.0167935, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 2.10405 bits in error. First failing pixel is at row 10 column 2 Actual values are (0.466667, 0.164706, 0.658824, 0.223529) Expected values are (0.465686, 0.165686, 0.65, 0.223489) Errors are (0.000980407, 0.000980392, 0.00882357, 4.01586e-05) Source values are (0.87451, 0.623529, 0.458824, 0.878279) Destination values are (0.988235, 0.662745, 0.764706, 0.137255) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.17558 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.219608, 0.643137, 0.65098, 0.403922) Expected values are (0.218536, 0.641445, 0.661765, 0.405431) Errors are (0.00107183, 0.00169247, 0.0107846, 0.00150958) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.46511 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.27451, 0, 0.745098, 0.737255) Expected values are (0.27549, 0, 0.745098, 0.747834) Errors are (0.000980377, 0, 0, 0.0105787) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.43731 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.831373, 0.419608, 0.52549, 0.741176) Expected values are (0.829412, 0.419608, 0.517647, 0.74235) Errors are (0.00196075, 0, 0.00784314, 0.0011735) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 4 column 26 Actual values are (0.419608, 0.164706, 1, 0.556863) Expected values are (0.438428, 0.176943, 1, 0.534999) Errors are (0.0188202, 0.012237, 0, 0.0218635) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.48467 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.705882, 0.87451, 0.698039, 0.870588) Expected values are (0.704902, 0.87451, 0.698039, 0.897947) Errors are (0.000980377, 0, 0, 0.0273591) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.80817 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.4, 0.0235294, 0.0196078, 0.556863) Expected values are (0.408743, 0.0236217, 0.0212841, 0.563028) Errors are (0.00874278, 9.22736e-05, 0.00167628, 0.00616544) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.16231 bits in error. First failing pixel is at row 4 column 30 Actual values are (0.509804, 0.0588235, 0.447059, 0.243137) Expected values are (0.519181, 0.0607766, 0.446813, 0.245639) Errors are (0.00937712, 0.0019531, 0.000246048, 0.00250173) Source values are (0.207843, 0.580392, 0.439216, 0.996506) Destination values are (0.482353, 0.0627451, 0.00784314, 0.968627) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.26336 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.254902, 0.0823529, 0.87451, 0.772549) Expected values are (0.254902, 0.0833333, 0.87451, 0.780558) Errors are (0, 0.000980392, 0, 0.00800908) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.03585 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.333333, 0.0745098, 0.6, 0.137255) Expected values are (0.334025, 0.0595156, 0.600277, 0.138154) Errors are (0.00069204, 0.0149942, 0.000276804, 0.000898659) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.94055 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.301961, 0, 0.52549, 0.0235294) Expected values are (0.302941, 0, 0.517647, 0.0253901) Errors are (0.000980407, 0, 0.00784314, 0.0018607) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.219608, 0, 0.917647, 0.470588) Expected values are (0.220588, 0, 0.933333, 0.471232) Errors are (0.000980392, 0, 0.0156863, 0.000643343) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.466667, 0.329412, 0.172549, 0.658824) Expected values are (0.476377, 0.33685, 0.175339, 0.660994) Errors are (0.00971001, 0.00743851, 0.00279024, 0.00217038) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.31369 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.847059, 0.0784314, 0.905882, 0.384314) Expected values are (0.857843, 0.0784314, 0.905882, 0.382714) Errors are (0.0107843, 0, 0, 0.00160006) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.46507 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.913725, 0.862745, 1, 0.611765) Expected values are (0.915686, 0.847059, 1, 0.610788) Errors are (0.00196081, 0.0156863, 0, 0.000976562) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.129412, 0.337255, 0.027451, 1) Expected values are (0.13108, 0.348881, 0.0279277, 1) Errors are (0.00166859, 0.0116263, 0.000476742, 0) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.57354 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.431373, 0.352941, 0.698039, 0.980392) Expected values are (0.432353, 0.352941, 0.696078, 0.997661) Errors are (0.000980407, 0, 0.00196081, 0.0172692) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.14434 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.45098, 0.862745, 0.819608, 0.72549) Expected values are (0.45125, 0.850504, 0.818485, 0.736557) Errors are (0.000269115, 0.0122414, 0.00112265, 0.0110666) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.64792 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.345098, 0.219608, 0.121569, 0.639216) Expected values are (0.344752, 0.221453, 0.120646, 0.651332) Errors are (0.000346035, 0.00184543, 0.000922725, 0.0121158) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.63304 bits in error. First failing pixel is at row 12 column 6 Actual values are (0.439216, 0.0666667, 0.337255, 0.901961) Expected values are (0.436275, 0.0676471, 0.336275, 0.889162) Errors are (0.00294116, 0.000980392, 0.000980407, 0.0127985) Source values are (0.886275, 0.588235, 0.192157, 0.88751) Destination values are (0.858824, 0.270588, 0.576471, 0.894118) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.71212 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.843137, 0.792157, 0.858824, 0.392157) Expected values are (0.843865, 0.808536, 0.857571, 0.390672) Errors are (0.000727713, 0.0163794, 0.00125247, 0.0014852) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.06803 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.298039, 0, 0.898039, 0.443137) Expected values are (0.30098, 0, 0.913725, 0.441726) Errors are (0.00294116, 0, 0.0156863, 0.00141123) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.901961, 0.87451, 0.870588, 0.682353) Expected values are (0.903922, 0.87451, 0.870588, 0.69342) Errors are (0.00196081, 0, 0, 0.0110666) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.50236 bits in error. First failing pixel is at row 6 column 12 Actual values are (0.690196, 0.301961, 0.658824, 0.478431) Expected values are (0.692667, 0.302787, 0.675493, 0.477075) Errors are (0.00247049, 0.000825971, 0.0166692, 0.0013561) Source values are (0.137255, 0.756863, 0.592157, 0.291646) Destination values are (0.929412, 0.427451, 0.117647, 0.364706) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.09332 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.729412, 0.862745, 0.72549, 0.576471) Expected values are (0.729412, 0.847059, 0.72549, 0.575738) Errors are (0, 0.0156863, 0, 0.000732422) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.0745098, 0.905882, 0.0313726, 0.411765) Expected values are (0.0744906, 0.921861, 0.0299885, 0.410084) Errors are (1.92225e-05, 0.0159785, 0.00138408, 0.00168028) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 2.03227 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.25098, 0.8, 0.745098, 0.772549) Expected values are (0.247416, 0.799031, 0.75594, 0.77174) Errors are (0.00356403, 0.000968874, 0.010842, 0.000808716) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.47278 bits in error. First failing pixel is at row 18 column 8 Actual values are (0.360784, 0.0627451, 0.615686, 0.521569) Expected values are (0.359804, 0.0637255, 0.632353, 0.522183) Errors are (0.000980407, 0.000980392, 0.0166667, 0.000614166) Source values are (0.498039, 0.627451, 0.521569, 0.990692) Destination values are (0.941176, 0.254902, 0.443137, 0.27451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.09311 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.721569, 0.603922, 0.00392157, 0.862745) Expected values are (0.712914, 0.605229, 0.00202999, 0.863806) Errors are (0.00865436, 0.00130719, 0.00189158, 0.00106114) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.14764 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.694118, 0.298039, 0.521569, 0.0941176) Expected values are (0.693153, 0.298085, 0.507036, 0.0960784) Errors are (0.000964999, 4.6134e-05, 0.0145329, 0.00196078) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.89546 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.498039, 0.258824, 0, 0.894118) Expected values are (0.508824, 0.258824, 0, 0.919684) Errors are (0.0107843, 0, 0, 0.0255662) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE 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 2.00565 bits in error; blending had 2.71038 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.901961, 1, 0.654902, 0.87451) Expected values are (0.907872, 1, 0.669278, 0.888373) Errors are (0.00591075, 0, 0.0143756, 0.0138628) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.87977 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.709804, 0.356863, 0, 0.521569) Expected values are (0.7, 0.356863, 0, 0.520034) Errors are (0.00980389, 0, 0, 0.00153482) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.921569, 0.733333, 0.866667, 0.478431) Expected values are (0.918627, 0.741176, 0.866667, 0.479691) Errors are (0.00294119, 0.00784314, 0, 0.00125936) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.835294, 1, 0.45098, 0.337255) Expected values are (0.837451, 1, 0.461176, 0.344207) Errors are (0.00215685, 0, 0.0101961, 0.00695199) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.38416 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.996078, 0.0941176, 0.411765) Expected values are (1, 0.996078, 0.0941177, 0.419608) Errors are (0, 5.96046e-08, 7.45058e-09, 0.00784314) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_DST_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.792157, 0.419608, 0.721569, 0.843137) Expected values are (0.792511, 0.418685, 0.735363, 0.841406) Errors are (0.000353754, 0.00092271, 0.0137947, 0.0017308) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.82026 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.443137, 1, 0.619608, 0.756863) Expected values are (0.442637, 1, 0.6213, 0.766381) Errors are (0.000499785, 0, 0.00169164, 0.00951779) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.28484 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.780392, 0.752941, 0.0313726, 0.635294) Expected values are (0.781373, 0.768627, 0.0313726, 0.633972) Errors are (0.000980437, 0.0156863, 0, 0.00132167) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.905882, 0.0705882, 0.713726) Expected values are (1, 0.905138, 0.0690306, 0.722204) Errors are (0, 0.000744343, 0.00155762, 0.00847888) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.11809 bits in error. First failing pixel is at row 1 column 12 Actual values are (0.490196, 0.0313726, 0.34902, 0.698039) Expected values are (0.491176, 0.0313726, 0.356863, 0.698418) Errors are (0.000980407, 0, 0.00784314, 0.000378907) Source values are (0.368627, 0.0313726, 0.0156863, 0.447379) Destination values are (0.858824, 0.752941, 0.356863, 0.705882) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.317647, 0.972549, 0, 0.12549) Expected values are (0.323529, 0.972549, 0, 0.112887) Errors are (0.00588235, 0, 0, 0.0126036) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.68998 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.741176, 0.54902, 0.00784314, 0.772549) Expected values are (0.74032, 0.54875, 0.00663091, 0.780558) Errors are (0.000856102, 0.000269592, 0.00121222, 0.00800908) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.03585 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.921569, 1, 0, 0.12549) Expected values are (0.920588, 1, 0, 0.112887) Errors are (0.000980377, 0, 0, 0.0126036) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.68998 bits in error. First failing pixel is at row 3 column 30 Actual values are (0.619608, 0.839216, 0.898039, 1) Expected values are (0.618224, 0.840784, 0.911834, 1) Errors are (0.00138408, 0.00156862, 0.0137947, 0) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.82026 bits in error. First failing pixel is at row 1 column 26 Actual values are (0.654902, 0.423529, 0.615686, 0.870588) Expected values are (0.667997, 0.432157, 0.617301, 0.871708) Errors are (0.013095, 0.00862744, 0.00161475, 0.00111932) Source values are (0.556863, 0.0823529, 0.964706, 0.871305) Destination values are (0.286275, 0.4, 0.705882, 0.87451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.74516 bits in error. First failing pixel is at row 3 column 28 Actual values are (0.788235, 1, 0.027451, 0.278431) Expected values are (0.79902, 1, 0.0264706, 0.279397) Errors are (0.0107843, 0, 0.000980392, 0.000965804) Source values are (0.835294, 0.992157, 0.14902, 0.94995) Destination values are (0.690196, 0.45098, 0.105882, 0.294118) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.46507 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.776471, 0.803922, 0.0823529, 0.509804) Expected values are (0.775506, 0.811888, 0.083168, 0.508053) Errors are (0.000964999, 0.00796616, 0.000815079, 0.00175065) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.0281 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.694118, 0.298039, 0.521569, 0.517647) Expected values are (0.693153, 0.298085, 0.507036, 0.519525) Errors are (0.000964999, 4.6134e-05, 0.0145329, 0.00187808) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.89546 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.501961, 0.729412, 0, 0.678431) Expected values are (0.511765, 0.729412, 0, 0.679682) Errors are (0.00980389, 0, 0, 0.00125092) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA_SATURATE 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 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.490196, 1, 0.737255, 1) Expected values are (0.494004, 1, 0.749715, 1) Errors are (0.00380746, 0, 0.0124598, 0) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.67342 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.933333, 1, 0, 1) Expected values are (0.920588, 1, 0, 1) Errors are (0.0127451, 0, 0, 0) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.70608 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.917647, 0.733333, 0.866667, 1) Expected values are (0.918627, 0.741176, 0.866667, 1) Errors are (0.000980377, 0.00784314, 0, 0) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.34902, 0.380392, 0.00784314, 0.898039) Expected values are (0.350805, 0.388996, 0.00787794, 0.897623) Errors are (0.00178546, 0.00860429, 3.48026e-05, 0.000415802) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.13927 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.564706, 0.839216, 0.658824, 0.694118) Expected values are (0.552941, 0.845098, 0.658824, 0.681607) Errors are (0.0117647, 0.00588232, 0, 0.0125109) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.67933 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.764706, 0.301961, 0.0509804, 0.192157) Expected values are (0.740215, 0.30619, 0.0481507, 0.193858) Errors are (0.0244906, 0.00422913, 0.00282968, 0.00170138) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.64837 bits in error. First failing pixel is at row 9 column 2 Actual values are (0.505882, 0.964706, 0.670588, 0.156863) Expected values are (0.504783, 0.948451, 0.670065, 0.155507) Errors are (0.00109959, 0.0162553, 0.000522852, 0.00135599) Source values are (0.352941, 0.568627, 0.215686, 0.46244) Destination values are (0.262745, 0.415686, 0.733333, 0.0862745) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 2.05705 bits in error. First failing pixel is at row 3 column 8 Actual values are (0.713726, 0.266667, 0.0352941, 0.0666667) Expected values are (0.712745, 0.266667, 0.0372549, 0.0532996) Errors are (0.000980377, 0, 0.00196078, 0.013367) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.77482 bits in error. First failing pixel is at row 0 column 18 Actual values are (1, 1, 0.156863, 0.682353) Expected values are (1, 1, 0.159532, 0.69342) Errors are (0, 0, 0.00266908, 0.0110666) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.50236 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.266667, 0.654902, 0.784314, 0.717647) Expected values are (0.272549, 0.654902, 0.784314, 0.726083) Errors are (0.00588235, 0, 0, 0.00843632) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.11083 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.690196, 0.301961, 0, 0.811765) Expected values are (0.691176, 0.309804, 0, 0.811822) Errors are (0.000980377, 0.00784314, 0, 5.72205e-05) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.211765, 0.701961, 0.0470588, 0.247059) Expected values are (0.207957, 0.691058, 0.0345991, 0.24814) Errors are (0.00380741, 0.0109028, 0.0124598, 0.00108148) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.67342 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.305882, 0.541176, 0, 0.678431) Expected values are (0.305882, 0.54902, 0, 0.691783) Errors are (0, 0.00784314, 0, 0.0133516) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.77316 bits in error. First failing pixel is at row 2 column 30 Actual values are (0.235294, 1, 0.419608, 0.121569) Expected values are (0.236159, 1, 0.430165, 0.121569) Errors are (0.000865057, 0, 0.0105575, 0) Source values are (0.254902, 0.819608, 0.337255, 0.0772412) Destination values are (0.176471, 0.972549, 0.52549, 0.121569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.43441 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.945098, 0.341176, 1, 0.384314) Expected values are (0.955925, 0.339773, 1, 0.383914) Errors are (0.0108266, 0.0014033, 0, 0.000399828) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.47072 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.564706, 0.72549, 1, 0.184314) Expected values are (0.552941, 0.732353, 1, 0.183333) Errors are (0.0117647, 0.00686276, 0, 0.000980392) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 9 column 6 Actual values are (0.65098, 0.780392, 0.67451, 1) Expected values are (0.649981, 0.791176, 0.674152, 1) Errors are (0.000999629, 0.0107843, 0.000357568, 0) Source values are (0.784314, 0.333333, 0.435294, 0.893721) Destination values are (0.286275, 0.811765, 0.615686, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.46507 bits in error. First failing pixel is at row 0 column 22 Actual values are (1, 0.745098, 0.32549, 0.654902) Expected values are (1, 0.755198, 0.325775, 0.65499) Errors are (0, 0.0100999, 0.000284523, 8.7738e-05) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.37049 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.192157, 0.490196, 0.643137, 0.388235) Expected values are (0.194118, 0.491176, 0.644118, 0.397349) Errors are (0.0019608, 0.000980407, 0.000980377, 0.00911346) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_DST_COLOR 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 2.00565 bits in error; blending had 1.22221 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.752941, 0.498039, 0.65098, 0.607843) Expected values are (0.751837, 0.498309, 0.661997, 0.602136) Errors are (0.00110465, 0.000269592, 0.0110161, 0.00570744) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.49576 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.698039, 0.305882, 0.690196, 0.145098) Expected values are (0.7, 0.305882, 0.7, 0.144372) Errors are (0.00196081, 0, 0.00980389, 0.000726044) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.784314, 0.639216, 0.658824, 0.435294) Expected values are (0.783333, 0.639216, 0.668627, 0.433631) Errors are (0.000980377, 0, 0.00980389, 0.00166342) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.952941, 0.682353, 0.309804, 0.635294) Expected values are (0.952278, 0.695842, 0.309401, 0.633972) Errors are (0.000663221, 0.0134895, 0.000403166, 0.00132167) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.78798 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.54902, 0.513726, 0.513726, 0.235294) Expected values are (0.55, 0.526471, 0.514706, 0.236912) Errors are (0.000980437, 0.0127451, 0.000980377, 0.00161758) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.70608 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.952941, 0.933333, 0.0705882, 0.92549) Expected values are (0.953172, 0.952538, 0.0699077, 0.949823) Errors are (0.00023073, 0.0192042, 0.000680506, 0.0243326) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 2.63904 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.529412, 0.709804, 0.678431, 1) Expected values are (0.52757, 0.720754, 0.677067, 0.996763) Errors are (0.0018416, 0.0109496, 0.00136489, 0.00323737) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.48702 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.301961, 0.839216, 0.231373, 0.8) Expected values are (0.296078, 0.838235, 0.232353, 0.825123) Errors are (0.00588235, 0.000980437, 0.000980392, 0.0251225) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.68513 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.364706, 0.756863, 0.517647, 0.32549) Expected values are (0.373241, 0.756574, 0.517924, 0.326565) Errors are (0.00853518, 0.000288367, 0.000276804, 0.00107446) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.12764 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.72549, 0.305882, 0.666667, 0.772549) Expected values are (0.727451, 0.305882, 0.668627, 0.780558) Errors are (0.00196081, 0, 0.00196075, 0.00800908) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.03585 bits in error. First failing pixel is at row 5 column 14 Actual values are (0.243137, 0.666667, 0.619608, 0.603922) Expected values are (0.244118, 0.667647, 0.632353, 0.60336) Errors are (0.000980392, 0.000980377, 0.0127451, 0.000561833) Source values are (0.32549, 0.890196, 0.843137, 0.407507) Destination values are (0.141176, 0.85098, 0.694118, 0.917647) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.70608 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.752941, 0.447059, 0.647059, 1) Expected values are (0.74032, 0.446789, 0.659572, 1) Errors are (0.0126208, 0.000269562, 0.0125132, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.69195 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.862745, 0.658824, 0.564706, 0.470588) Expected values are (0.861765, 0.663725, 0.564706, 0.479691) Errors are (0.000980377, 0.00490195, 0, 0.00910249) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.22048 bits in error. First failing pixel is at row 1 column 28 Actual values are (0.603922, 0.439216, 1, 0.321569) Expected values are (0.605675, 0.450942, 1, 0.322152) Errors are (0.00175315, 0.0117263, 0, 0.000583172) Source values are (0.376471, 0.290196, 0.839216, 0.336675) Destination values are (0.858824, 0.803922, 0.45098, 0.0431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.58589 bits in error. First failing pixel is at row 4 column 24 Actual values are (0.890196, 0.458824, 0.384314, 0.709804) Expected values are (0.90263, 0.472768, 0.387163, 0.724653) Errors are (0.0124337, 0.0139447, 0.00284889, 0.0148488) Source values are (0.509804, 0.215686, 0.396078, 0.0342565) Destination values are (0.701961, 0.419608, 0.121569, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.92649 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.901961, 0.92549, 0.686275, 0.752941) Expected values are (0.902941, 0.938235, 0.685294, 0.759787) Errors are (0.000980437, 0.0127451, 0.000980437, 0.00684601) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.70608 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.364706, 0.756863, 0.517647, 0.956863) Expected values are (0.373241, 0.756574, 0.517924, 0.957549) Errors are (0.00853518, 0.000288367, 0.000276804, 0.000686288) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.12764 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.776471, 0.862745, 0.917647, 0.607843) Expected values are (0.78935, 0.86263, 0.916667, 0.610788) Errors are (0.0128797, 0.000115335, 0.000980377, 0.00294501) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.72124 bits in error. First failing pixel is at row 2 column 12 Actual values are (0.513726, 0.027451, 0.164706, 1) Expected values are (0.502941, 0.0264706, 0.167647, 1) Errors are (0.0107843, 0.00098039, 0.00294118, 0) Source values are (0.670588, 0.0352941, 0.223529, 0.490684) Destination values are (0.898039, 0.933333, 0.4, 0.741176) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR 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 2.00565 bits in error; blending had 1.46508 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.419608, 0.870588, 0.580392, 1) Expected values are (0.420497, 0.870857, 0.592157, 1) Errors are (0.000888944, 0.00026834, 0.0117649, 0) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.59064 bits in error. First failing pixel is at row 3 column 12 Actual values are (0.443137, 0.619608, 0.494118, 0.392157) Expected values are (0.441176, 0.629412, 0.496078, 0.393091) Errors are (0.00196078, 0.00980389, 0.00196078, 0.000934601) Source values are (0.509804, 0.839216, 0.337255, 0.403861) Destination values are (0.235294, 0.0196078, 0.243137, 0.360784) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.65098, 0.482353, 1, 0.494118) Expected values are (0.661765, 0.484314, 1, 0.506798) Errors are (0.0107843, 0.00196081, 0, 0.01268) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.69869 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.752941, 0.447059, 0.647059, 0.376471) Expected values are (0.74032, 0.446789, 0.659572, 0.376673) Errors are (0.0126208, 0.000269562, 0.0125132, 0.000202179) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.69195 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.623529, 0.411765, 1, 0.494118) Expected values are (0.623529, 0.411765, 1, 0.506798) Errors are (0, 2.98023e-08, 0, 0.01268) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.69869 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.666667, 1, 0.643137, 0.823529) Expected values are (0.666936, 1, 0.643975, 0.836195) Errors are (0.000269115, 0, 0.000838101, 0.012666) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.69711 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.713726, 0.329412, 0.643137, 0.431373) Expected values are (0.714083, 0.329412, 0.654048, 0.432959) Errors are (0.000357568, 0, 0.0109112, 0.00158694) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.48195 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.203922, 0.968627, 0.0862745, 0.470588) Expected values are (0.20098, 0.978431, 0.0862745, 0.468771) Errors are (0.00294118, 0.00980389, 0, 0.00181761) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.882353, 0.337255, 0.756863, 0.701961) Expected values are (0.881999, 0.339158, 0.755813, 0.71228) Errors are (0.000353694, 0.00190309, 0.00104964, 0.0103189) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.40143 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.772549, 0.572549, 0.901961, 0.305882) Expected values are (0.771569, 0.585294, 0.902941, 0.302821) Errors are (0.000980377, 0.0127451, 0.000980377, 0.003061) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.70608 bits in error. First failing pixel is at row 12 column 4 Actual values are (0.0196078, 0.101961, 0.235294, 0.470588) Expected values are (0.0196078, 0.102941, 0.234314, 0.482353) Errors are (0, 0.000980392, 0.000980392, 0.0117647) Source values are (0.0784314, 0.411765, 0.937255, 0.402228) Destination values are (0.490196, 0.964706, 0.14902, 0.643137) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ZERO 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 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.266667, 0.243137, 0.223529, 0.913725) Expected values are (0.267771, 0.242868, 0.224278, 0.929412) Errors are (0.00110465, 0.000269577, 0.00074856, 0.0156863) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 1 column 26 Actual values are (0.352941, 0.411765, 0.239216, 0.764706) Expected values are (0.353922, 0.420588, 0.241176, 0.764767) Errors are (0.000980407, 0.00882354, 0.00196078, 6.1512e-05) Source values are (0.556863, 0.0823529, 0.964706, 0.871305) Destination values are (0.286275, 0.4, 0.705882, 0.87451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.17557 bits in error. First failing pixel is at row 3 column 14 Actual values are (0.533333, 0.356863, 0.866667, 0.682353) Expected values are (0.535294, 0.357843, 0.866667, 0.69799) Errors are (0.00196075, 0.000980377, 0, 0.0156367) Source values are (0.337255, 0.945098, 0.815686, 0.64799) Destination values are (0.45098, 0.121569, 0.662745, 0.2) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE dest factor RGB = GL_ONE, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00108 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.266667, 0.258824, 0.921569, 0.894118) Expected values are (0.272168, 0.259308, 0.910069, 0.919684) Errors are (0.00550172, 0.000484437, 0.0114994, 0.0255662) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 2.71038 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.258824, 0.160784, 0.862745, 0.470588) Expected values are (0.258824, 0.165686, 0.85098, 0.47174) Errors are (0, 0.00490196, 0.0117647, 0.00115204) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE dest factor RGB = GL_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.247059, 0.376471, 0.403922, 0.819608) Expected values are (0.248231, 0.375183, 0.402353, 0.834937) Errors are (0.00117263, 0.00128797, 0.00156865, 0.0153292) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.97242 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.219608, 0.160784, 0.572549, 0.580392) Expected values are (0.219988, 0.1603, 0.574244, 0.590069) Errors are (0.00038062, 0.000484422, 0.00169545, 0.00967634) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, 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 2.00565 bits in error; blending had 1.30868 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.235294, 0.101961, 0.215686, 0.0509804) Expected values are (0.236275, 0.101961, 0.217647, 0.0407491) Errors are (0.000980392, 0, 0.00196078, 0.0102313) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR 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 2.00565 bits in error; blending had 1.38913 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.356863, 0.933333, 0.952941, 0.756863) Expected values are (0.364592, 0.947177, 0.964421, 0.766381) Errors are (0.00772899, 0.013844, 0.0114794, 0.00951779) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.8254 bits in error. First failing pixel is at row 4 column 26 Actual values are (0.427451, 0.0235294, 0.631373, 0.733333) Expected values are (0.422549, 0.0254902, 0.640196, 0.731499) Errors are (0.00490198, 0.00196078, 0.00882351, 0.00183457) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.17557 bits in error. First failing pixel is at row 1 column 10 Actual values are (0.352941, 1, 0.486275, 0.870588) Expected values are (0.360784, 1, 0.486275, 0.86922) Errors are (0.00784314, 0, 0, 0.00136858) Source values are (0.0784314, 0.929412, 0.329412, 0.0979171) Destination values are (0.341176, 0.843137, 0.403922, 0.952941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 11 column 20 Actual values are (0.678431, 0.407843, 0.611765, 0.890196) Expected values are (0.687286, 0.409286, 0.612178, 0.888424) Errors are (0.00885499, 0.00144288, 0.00041306, 0.00177252) Source values are (0.705882, 0.462745, 0.0235294, 0.391318) Destination values are (0.839216, 0.482353, 0.996078, 0.980392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.18071 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.278431, 0.282353, 0.988235, 0.956863) Expected values are (0.284314, 0.282353, 0.988235, 0.973655) Errors are (0.00588235, 0, 0, 0.0167922) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 2.10394 bits in error. First failing pixel is at row 7 column 14 Actual values are (0.192157, 0.0705882, 0.619608, 0.32549) Expected values are (0.194118, 0.0699731, 0.633729, 0.326362) Errors are (0.00196078, 0.00061515, 0.0141215, 0.000871748) Source values are (0.211765, 0.156863, 0.74902, 0.767086) Destination values are (0.666667, 0.196078, 0.596078, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.85403 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.639216, 0.72549, 0.807843, 0.278431) Expected values are (0.638101, 0.713841, 0.808824, 0.277407) Errors are (0.00111496, 0.0116493, 0.000980437, 0.00102475) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.57639 bits in error. First failing pixel is at row 12 column 0 Actual values are (0.231373, 0.133333, 0.219608, 0.596078) Expected values are (0.232353, 0.133333, 0.220588, 0.606641) Errors are (0.000980392, 0, 0.000980392, 0.0105628) Source values are (0.0392157, 0.262745, 0.584314, 0.556023) Destination values are (0.890196, 0.270588, 0.298039, 0.647059) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_SRC_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.43514 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.211765, 0.760784, 0.482353, 0.733333) Expected values are (0.208508, 0.7597, 0.49406, 0.731942) Errors are (0.00325646, 0.00108415, 0.011707, 0.00139183) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.58352 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.266667, 0.235294, 0.603922, 0.67451) Expected values are (0.262745, 0.237255, 0.605882, 0.688414) Errors are (0.00392157, 0.00196078, 0.00196081, 0.013904) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.83164 bits in error. First failing pixel is at row 6 column 28 Actual values are (0.105882, 0.0705882, 0.113725, 0.690196) Expected values are (0.106863, 0.072549, 0.112745, 0.681347) Errors are (0.000980392, 0.00196078, 0.000980392, 0.00884956) Source values are (0.427451, 0.290196, 0.45098, 0.697627) Destination values are (0.172549, 0.588235, 0.819608, 0.34902) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA 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 2.00565 bits in error; blending had 1.17982 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.45098, 0.560784, 0.184314, 0.584314) Expected values are (0.458051, 0.582098, 0.187269, 0.568555) Errors are (0.00707036, 0.0213133, 0.00295572, 0.015759) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 2.4479 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.843137, 0.615686, 0.0823529, 0.509804) Expected values are (0.830392, 0.618627, 0.0843137, 0.508053) Errors are (0.0127451, 0.00294113, 0.00196078, 0.00175065) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, 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 2.00565 bits in error; blending had 1.70609 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.921569, 1, 0.34902, 1) Expected values are (0.903922, 1, 0.347059, 1) Errors are (0.017647, 0, 0.00196078, 0) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_ONE, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.17557 bits in error. First failing pixel is at row 3 column 14 Actual values are (0.172549, 0.258824, 0.337255, 0.705882) Expected values are (0.17451, 0.260588, 0.336471, 0.718392) Errors are (0.00196078, 0.00176468, 0.000784308, 0.0125093) Source values are (0.337255, 0.945098, 0.815686, 0.64799) Destination values are (0.45098, 0.121569, 0.662745, 0.2) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_DST_ALPHA, 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 2.00565 bits in error; blending had 1.67915 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.717647, 0.819608, 0.929412, 0.611765) Expected values are (0.729412, 0.817647, 0.931373, 0.610788) Errors are (0.0117647, 0.00196075, 0.00196075, 0.000976562) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_SRC_ALPHA_SATURATE dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 1 column 28 Actual values are (0.631373, 0.631373, 0.282353, 0.294118) Expected values are (0.629619, 0.643176, 0.282314, 0.295644) Errors are (0.00175315, 0.0118032, 3.84748e-05, 0.00152588) Source values are (0.376471, 0.290196, 0.839216, 0.336675) Destination values are (0.858824, 0.803922, 0.45098, 0.0431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, 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 2.00565 bits in error; blending had 1.59532 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.25098, 0.145098, 0.756863, 0.423529) Expected values are (0.251976, 0.145144, 0.740369, 0.429443) Errors are (0.000995755, 4.6134e-05, 0.0164936, 0.005914) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.07805 bits in error. First failing pixel is at row 1 column 14 Actual values are (0.301961, 0.309804, 0.227451, 0.686275) Expected values are (0.30098, 0.312745, 0.228431, 0.696181) Errors are (0.000980407, 0.00294116, 0.000980392, 0.00990695) Source values are (0.941176, 0.780392, 0.0431373, 0.768765) Destination values are (0.262745, 0.470588, 0.870588, 0.478431) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.34266 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.25098, 0.223529, 0.8, 0.505882) Expected values are (0.253804, 0.224463, 0.791879, 0.506798) Errors are (0.00282386, 0.000933781, 0.00812054, 0.000915229) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.05579 bits in error. First failing pixel is at row 5 column 12 Actual values are (0.227451, 0.0509804, 0.490196, 0.247059) Expected values are (0.229412, 0.05, 0.498039, 0.247608) Errors are (0.00196078, 0.000980392, 0.00784314, 0.000549331) Source values are (0.454902, 0.2, 0.329412, 0.570825) Destination values are (0.462745, 0.270588, 0.415686, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_COLOR dest factor RGB = GL_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.317647, 0.352941, 1, 0.760784) Expected values are (0.322549, 0.354902, 1, 0.782055) Errors are (0.00490198, 0.00196078, 0, 0.0212708) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE, 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 2.00565 bits in error; blending had 2.44502 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.0823529, 0.211765, 0.262745, 0.870588) Expected values are (0.0785455, 0.199882, 0.249305, 0.881559) Errors are (0.00380743, 0.0118832, 0.0134402, 0.0109708) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_ALPHA, 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 2.00565 bits in error; blending had 1.78269 bits in error. First failing pixel is at row 1 column 24 Actual values are (0.301961, 0.780392, 0.803922, 0.705882) Expected values are (0.3, 0.778431, 0.802941, 0.716915) Errors are (0.00196078, 0.00196075, 0.000980377, 0.0110323) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_ALPHA dest factor RGB = GL_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.49788 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.847059, 0.462745, 0.12549, 0.321569) Expected values are (0.836259, 0.461642, 0.126636, 0.326309) Errors are (0.0107997, 0.0011034, 0.00114571, 0.00474003) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_SRC_COLOR, 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 2.00565 bits in error; blending had 1.46714 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.129412, 0.360784, 0.0156863, 0.678431) Expected values are (0.13108, 0.374371, 0.016163, 0.691783) Errors are (0.00166859, 0.0135871, 0.00047674, 0.0133516) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_CONSTANT_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.79838 bits in error. First failing pixel is at row 19 column 24 Actual values are (0.109804, 0.223529, 0.282353, 0.360784) Expected values are (0.108824, 0.22549, 0.283333, 0.350216) Errors are (0.000980385, 0.00196078, 0.000980377, 0.0105688) Source values are (0.14902, 0.156863, 0.443137, 0.842496) Destination values are (0.286275, 0.745098, 0.690196, 0.886275) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, 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 2.00565 bits in error; blending had 1.43596 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.439216, 0.909804, 0, 0.0352941) Expected values are (0.429412, 0.92549, 0, 0.0355347) Errors are (0.00980392, 0.0156863, 0, 0.000240553) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.0823529, 0.137255, 0.576471, 0.752941) Expected values are (0.0879662, 0.122045, 0.577593, 0.75201) Errors are (0.00561322, 0.0152095, 0.00112265, 0.000930786) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, 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_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.96112 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.878431, 0.470588, 0.843137, 0) Expected values are (0.87877, 0.469281, 0.858962, 0) Errors are (0.000338316, 0.00130719, 0.0158247, 0) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.01833 bits in error. First failing pixel is at row 2 column 24 Actual values are (0.478431, 1, 0.690196, 0.32549) Expected values are (0.474325, 1, 0.703529, 0.326059) Errors are (0.00410607, 0, 0.0133333, 0.000568956) Source values are (0.403922, 0.305882, 0.278431, 0.651667) Destination values are (0.180392, 0.984314, 0.588235, 0.811765) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.77118 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.235294, 0, 0.870588, 0.0509804) Expected values are (0.236275, 0, 0.870588, 0.0407491) Errors are (0.000980392, 0, 0, 0.0102313) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.38913 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.486275, 0.0196078, 0.290196, 0) Expected values are (0.484333, 0.00362937, 0.29158, 0) Errors are (0.00194153, 0.0159785, 0.00138408, 0) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.03227 bits in error. First failing pixel is at row 2 column 26 Actual values are (0.129412, 0.360784, 0.0156863, 0) Expected values are (0.13108, 0.374371, 0.016163, 0) Errors are (0.00166859, 0.0135871, 0.00047674, 0) Source values are (0.352941, 0.101961, 0.0156863, 0.425956) Destination values are (0.054902, 0.447059, 0.0156863, 0.780392) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.79838 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.74902, 0.913725, 0, 0.235294) Expected values are (0.738235, 0.913725, 0, 0.236275) Errors are (0.0107843, 0, 0, 0.000980392) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.46508 bits in error. First failing pixel is at row 1 column 30 Actual values are (0.721569, 0.603922, 0.627451, 0) Expected values are (0.7198, 0.617793, 0.628005, 0) Errors are (0.00176853, 0.0138716, 0.000553608, 0) Source values are (0.00784314, 0.0509804, 0.0352941, 0.129351) Destination values are (0.72549, 0.65098, 0.65098, 0.145098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.82828 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.266667, 0.482353, 0.137255, 0.329412) Expected values are (0.267974, 0.473449, 0.135486, 0.33011) Errors are (0.00130719, 0.00890425, 0.00176854, 0.000698328) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.18871 bits in error. First failing pixel is at row 4 column 12 Actual values are (0.541176, 0.839216, 0.611765, 0.537255) Expected values are (0.542484, 0.856209, 0.612549, 0.537778) Errors are (0.00130719, 0.0169935, 0.000784338, 0.000522852) Source values are (0.627451, 0.45098, 0.835294, 0.45951) Destination values are (0.109804, 0.52549, 0.878431, 0.733333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.12112 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.0509804, 0.745098, 0.0941176, 0.0901961) Expected values are (0.0533333, 0.759216, 0.0941176, 0.0924353) Errors are (0.00235295, 0.0141177, 0, 0.00223926) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.85364 bits in error. First failing pixel is at row 4 column 26 Actual values are (0.211765, 0.00392157, 0.945098, 0) Expected values are (0.212176, 0.00258362, 0.962353, 0) Errors are (0.000411376, 0.00133795, 0.0172549, 0) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_DST_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ZERO equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.14315 bits in error. First failing pixel is at row 2 column 14 Actual values are (0.905882, 1, 0.207843, 0.729412) Expected values are (0.896078, 1, 0.208824, 0.730279) Errors are (0.00980389, 0, 0.000980392, 0.000867009) Source values are (0.631373, 0.894118, 0.835294, 0.227298) Destination values are (0.984314, 0.913725, 0.921569, 0.945098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ZERO dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.32757 bits in error. First failing pixel is at row 7 column 26 Actual values are (0.184314, 0.14902, 0.133333, 0.564706) Expected values are (0.184314, 0.14902, 0.133333, 0.590835) Errors are (0, 0, 0, 0.0261295) Source values are (0.737255, 0.596078, 0.533333, 0.890791) Destination values are (0.686275, 0.368627, 0.952941, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ZERO, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_ADD, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.74183 bits in error. First failing pixel is at row 10 column 6 Actual values are (0, 0, 0, 0.505882) Expected values are (0, 0, 0, 0.521569) Errors are (0, 0, 0, 0.0156863) Source values are (0.286275, 0.937255, 0.137255, 0.950484) Destination values are (0.0901961, 0.862745, 0.596078, 0.521569) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_ADD, equation A = GL_MIN const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 28 Actual values are (0, 0, 0, 0.784314) Expected values are (0, 0, 0, 0.8) Errors are (0, 0, 0, 0.0156863) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_ADD, equation A = GL_MAX const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 3 column 30 Actual values are (0, 0, 0, 0.682353) Expected values are (0, 0, 0, 0.693648) Errors are (0, 0, 0, 0.0112955) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.53189 bits in error. First failing pixel is at row 4 column 26 Actual values are (0.113725, 0.0313726, 0.564706, 0.745098) Expected values are (0.117847, 0.032203, 0.574902, 0.729611) Errors are (0.00412148, 0.000830445, 0.0101961, 0.0154873) Source values are (0.835294, 0.101961, 0.960784, 0.731426) Destination values are (0.854902, 0.658824, 0.4, 0.00392157) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.98723 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.815686, 0.0196078, 0.160784, 0.243137) Expected values are (0.799135, 0.0197924, 0.164706, 0.241613) Errors are (0.0165513, 0.000184549, 0.00392155, 0.00152475) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.08309 bits in error. First failing pixel is at row 2 column 28 Actual values are (0.0509804, 0.745098, 0.0941176, 0.517647) Expected values are (0.0533333, 0.759216, 0.0941176, 0.522694) Errors are (0.00235295, 0.0141177, 0, 0.0050469) Source values are (0.0666667, 0.94902, 0.117647, 0.430259) Destination values are (0.984314, 0.505882, 0.576471, 0.8) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.85364 bits in error. First failing pixel is at row 3 column 30 Actual values are (0, 0, 0.0117647, 0) Expected values are (0, 0, 0, 0) Errors are (0, 0, 0.0117647, 0) Source values are (0.627451, 0.788235, 0.952941, 0.924865) Destination values are (0.235294, 0.0666667, 0.956863, 1) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.184314, 0, 0.917647, 0.333333) Expected values are (0.182353, 0, 0.933333, 0.333857) Errors are (0.00196078, 0, 0.0156863, 0.000523835) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.231373, 0.215686, 0.113725, 0.466667) Expected values are (0.231373, 0.215686, 0.112745, 0.456527) Errors are (0, 0, 0.000980392, 0.0101394) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.37612 bits in error. First failing pixel is at row 2 column 10 Actual values are (0, 0, 0, 0.568627) Expected values are (0, 0, 0, 0.553849) Errors are (0, 0, 0, 0.0147786) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.91965 bits in error. blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 0 bits in error. First failing pixel is at row 0 column 2 Actual values are (0.87451, 0.270588, 0.843137, 0.0392157) Expected values are (0.874679, 0.271895, 0.856932, 0.0400779) Errors are (0.000169158, 0.00130716, 0.0137947, 0.000862237) Source values are (0.945098, 0.407843, 0.870588, 0.577279) Destination values are (0.0745098, 0.333333, 0.0156863, 0.929412) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.82026 bits in error. First failing pixel is at row 0 column 18 Actual values are (0, 0.160784, 0.0666667, 0.721569) Expected values are (0, 0.143806, 0.068343, 0.735254) Errors are (0, 0.0169781, 0.00167628, 0.0136858) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.11982 bits in error. First failing pixel is at row 1 column 26 Actual values are (0.223529, 0, 0.211765, 0) Expected values are (0.236632, 0, 0.226344, 0) Errors are (0.0131027, 0, 0.014579, 0) Source values are (0.556863, 0.0823529, 0.964706, 0.871305) Destination values are (0.286275, 0.4, 0.705882, 0.87451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.90003 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.219608, 0, 0.917647, 0.282353) Expected values are (0.220588, 0, 0.933333, 0.281746) Errors are (0.000980392, 0, 0.0156863, 0.000606567) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 6 column 28 Actual values are (0.0117647, 0, 0, 0.364706) Expected values are (0.00806998, 0, 0, 0.348608) Errors are (0.00369473, 0, 0, 0.0160983) Source values are (0.427451, 0.290196, 0.45098, 0.697627) Destination values are (0.172549, 0.588235, 0.819608, 0.34902) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.04305 bits in error. blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 0.466622 bits in error. blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 0 bits in error. First failing pixel is at row 1 column 8 Actual values are (0, 0.309804, 0.109804, 0) Expected values are (0, 0.309804, 0.0941176, 0) Errors are (0, 2.98023e-08, 0.0156863, 0) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.458824, 0, 0, 0.176471) Expected values are (0.472111, 0, 0, 0.163791) Errors are (0.0132872, 0, 0, 0.01268) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.76619 bits in error. First failing pixel is at row 7 column 30 Actual values are (0, 0.247059, 0.196078, 0) Expected values are (0, 0.257347, 0.194879, 0) Errors are (0, 0.0102884, 0.00119953, 0) Source values are (0.509804, 0.831373, 0.258824, 0.78349) Destination values are (0.666667, 0.368627, 0.00784314, 0.752941) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.39716 bits in error. First failing pixel is at row 4 column 8 Actual values are (0.0941176, 0, 0.352941, 0) Expected values are (0.0931373, 0, 0.345098, 0) Errors are (0.000980392, 0, 0.00784314, 0) Source values are (0.372549, 0.415686, 0.345098, 0.564034) Destination values are (0.243137, 0.0823529, 0.670588, 0.439216) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 20 Actual values are (0.0666667, 0, 0.329412, 0) Expected values are (0.0670473, 0, 0.339931, 0) Errors are (0.00038062, 0, 0.010519, 0) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.42914 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.0627451, 0, 0.192157, 0.113725) Expected values are (0.0598039, 0, 0.188235, 0.0983963) Errors are (0.00294118, 0, 0.00392157, 0.0153292) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.97242 bits in error. First failing pixel is at row 7 column 14 Actual values are (0, 0, 0, 0.376471) Expected values are (0, 0, 0, 0.384314) Errors are (0, 0, 0, 0.00784314) Source values are (0.211765, 0.156863, 0.74902, 0.767086) Destination values are (0.666667, 0.196078, 0.596078, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_MIN const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 3 column 8 Actual values are (0, 0, 0, 0.980392) Expected values are (0, 0, 0, 0.996078) Errors are (0, 0, 0, 0.0156863) Source values are (0.87451, 0.196078, 0.596078, 0.197574) Destination values are (0.227451, 0.282353, 0.14902, 0.996078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_SUBTRACT, equation A = GL_MAX const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 8 column 24 Actual values are (0.0705882, 0.0117647, 0.215686, 0.172549) Expected values are (0.0592388, 0.0115955, 0.218347, 0.173816) Errors are (0.0113495, 0.000169166, 0.0026605, 0.00126649) Source values are (0.929412, 0.94902, 0.756863, 0.231754) Destination values are (0.839216, 0.227451, 0.898039, 0.196078) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.53877 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.596078, 0, 0.309804, 0.384314) Expected values are (0.61118, 0, 0.332457, 0.382714) Errors are (0.0151019, 0, 0.0226529, 0.00160006) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.53584 bits in error. First failing pixel is at row 10 column 16 Actual values are (0.0705882, 0, 0, 0.858824) Expected values are (0.0787082, 0, 0, 0.861825) Errors are (0.00811999, 0, 0, 0.00300121) Source values are (0.792157, 0.854902, 0.360784, 0.708598) Destination values are (0.564706, 0.266667, 0.0705882, 0.827451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.05569 bits in error. First failing pixel is at row 0 column 20 Actual values are (0, 0, 0, 0.568627) Expected values are (0, 0, 0, 0.580533) Errors are (0, 0, 0, 0.0119058) Source values are (0.678431, 0.258824, 1, 0.550515) Destination values are (0.152941, 0.290196, 0.984314, 0.670588) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.60781 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.298039, 0.541176, 0, 0.0509804) Expected values are (0.296924, 0.531488, 0, 0.0522313) Errors are (0.00111493, 0.00968856, 0, 0.00125094) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.3105 bits in error. First failing pixel is at row 3 column 28 Actual values are (0.309804, 0.443137, 0, 0.25098) Expected values are (0.308824, 0.45098, 0, 0.252208) Errors are (0.000980377, 0.00784314, 0, 0.00122768) Source values are (0.835294, 0.992157, 0.14902, 0.94995) Destination values are (0.690196, 0.45098, 0.105882, 0.294118) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 3 column 14 Actual values are (0, 0, 0, 0.513726) Expected values are (0, 0, 0, 0.525992) Errors are (0, 0, 0, 0.0122667) Source values are (0.337255, 0.945098, 0.815686, 0.64799) Destination values are (0.45098, 0.121569, 0.662745, 0.2) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.65089 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.00392157, 0.121569, 0.0666667, 0.133333) Expected values are (0.00599769, 0.121753, 0.054902, 0.135211) Errors are (0.00207612, 0.000184551, 0.0117647, 0.00187807) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.59061 bits in error. First failing pixel is at row 3 column 28 Actual values are (0.517647, 0.443137, 0, 0.239216) Expected values are (0.517647, 0.45098, 0, 0.237488) Errors are (0, 0.00784314, 0, 0.00172809) Source values are (0.835294, 0.992157, 0.14902, 0.94995) Destination values are (0.690196, 0.45098, 0.105882, 0.294118) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 2 column 10 Actual values are (0, 0, 0, 0.443137) Expected values are (0, 0, 0, 0.429778) Errors are (0, 0, 0, 0.013359) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.77396 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.25098, 0, 0, 0) Expected values are (0.258962, 0, 0, 0) Errors are (0.00798157, 0, 0, 0) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.03089 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.0509804, 0.0745098, 0.172549, 0) Expected values are (0.0393695, 0.0738178, 0.172241, 0) Errors are (0.0116109, 0.000692017, 0.000307575, 0) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.57163 bits in error. First failing pixel is at row 1 column 24 Actual values are (0, 0, 0, 0.705882) Expected values are (0, 0, 0, 0.716915) Errors are (0, 0, 0, 0.0110323) Source values are (0.258824, 0.654902, 0.858824, 0.955886) Destination values are (0.313726, 0.819608, 0.784314, 0.207843) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_CONSTANT_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.49788 bits in error. First failing pixel is at row 4 column 10 Actual values are (0.576471, 0.305882, 0, 0) Expected values are (0.562388, 0.306228, 0, 0) Errors are (0.014083, 0.000346035, 0, 0) Source values are (0.0823529, 0.117647, 0.431373, 0.0496834) Destination values are (0.635294, 0.380392, 0.180392, 0.337255) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.8501 bits in error. First failing pixel is at row 4 column 28 Actual values are (0.529412, 0, 0.482353, 0) Expected values are (0.530015, 0, 0.491023, 0) Errors are (0.000603616, 0, 0.00866976, 0) Source values are (0.00392157, 0.345098, 0.231373, 0.738613) Destination values are (0.815686, 0.0588235, 0.843137, 0.65098) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.15021 bits in error. First failing pixel is at row 1 column 8 Actual values are (0.733333, 0.0784314, 0, 0) Expected values are (0.744118, 0.0784314, 0, 0) Errors are (0.0107843, 0, 0, 0) Source values are (0.454902, 0.388235, 0.905882, 0.990295) Destination values are (0.992157, 0.0784314, 0.811765, 0.619608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.46507 bits in error. First failing pixel is at row 0 column 6 Actual values are (0, 0.129412, 0.113725, 0) Expected values are (0, 0.121569, 0.113725, 0) Errors are (0, 0.00784317, 1.49012e-08, 0) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ONE_MINUS_SRC_COLOR, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 2 column 8 Actual values are (0.180392, 0.301961, 0.101961, 0.352941) Expected values are (0.171857, 0.325013, 0.101346, 0.351398) Errors are (0.00853516, 0.0230527, 0.000615142, 0.00154296) Source values are (0.0980392, 0.996078, 0.0235294, 0.117372) Destination values are (0.509804, 0.92549, 0.27451, 0.431373) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_DST_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.56108 bits in error. First failing pixel is at row 3 column 10 Actual values are (0.415686, 0, 0, 0.345098) Expected values are (0.428401, 0, 0, 0.345513) Errors are (0.0127144, 0, 0, 0.000415027) Source values are (0.0431373, 0.666667, 0.870588, 0.530037) Destination values are (0.623529, 0.00784314, 0.333333, 0.909804) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_DST_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_DST_ALPHA equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.7026 bits in error. blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_DST_COLOR dest factor RGB = GL_ZERO, dest factor A = GL_ONE_MINUS_CONSTANT_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 0.311016 bits in error. First failing pixel is at row 12 column 4 Actual values are (0.286275, 0.596078, 0, 0) Expected values are (0.295656, 0.620438, 0, 0) Errors are (0.009381, 0.0243599, 0, 0) Source values are (0.0784314, 0.411765, 0.937255, 0.402228) Destination values are (0.490196, 0.964706, 0.14902, 0.643137) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_CONSTANT_COLOR, source factor A = GL_ONE_MINUS_CONSTANT_ALPHA dest factor RGB = GL_DST_ALPHA, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.64065 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.392157, 0.682353, 0, 0.454902) Expected values are (0.388235, 0.664706, 0, 0.451514) Errors are (0.0039216, 0.0176471, 0, 0.00338811) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ONE_MINUS_CONSTANT_ALPHA, source factor A = GL_DST_ALPHA dest factor RGB = GL_ONE_MINUS_CONSTANT_COLOR, dest factor A = GL_ONE_MINUS_SRC_COLOR equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.17557 bits in error. First failing pixel is at row 7 column 24 Actual values are (0, 0, 0, 0.607843) Expected values are (0, 0, 0, 0.621698) Errors are (0, 0, 0, 0.0138552) Source values are (0.615686, 0.34902, 0.470588, 0.621698) Destination values are (0.360784, 0.607843, 0.435294, 0.901961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_MIN const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.82657 bits in error. First failing pixel is at row 6 column 10 Actual values are (0, 0, 0, 0.627451) Expected values are (0, 0, 0, 0.644099) Errors are (0, 0, 0, 0.0166476) Source values are (0.407843, 0.133333, 0.980392, 0.644099) Destination values are (0.027451, 0.145098, 0.968627, 0.101961) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_FUNC_REVERSE_SUBTRACT, equation A = GL_MAX const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.09146 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.682353, 0.745098, 0.72549, 0) Expected values are (0.682353, 0.729412, 0.72549, 0) Errors are (0, 0.0156863, 0, 0) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MIN, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 5 column 28 Actual values are (0.607843, 0.0784314, 0.717647, 0) Expected values are (0.623529, 0.0784314, 0.717647, 0) Errors are (0.0156863, 0, 0, 0) Source values are (0.623529, 0.25098, 0.807843, 0.279789) Destination values are (0.894118, 0.0784314, 0.717647, 0.372549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MIN, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 6 Actual values are (0.227451, 0.301961, 0.752941, 0) Expected values are (0.227451, 0.309804, 0.752941, 0) Errors are (0, 0.00784314, 0, 0) Source values are (0.921569, 0.309804, 0.752941, 0.447288) Destination values are (0.227451, 0.431373, 0.866667, 0.933333) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MIN, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error. First failing pixel is at row 0 column 16 Actual values are (0.682353, 0.745098, 0.72549, 0.137255) Expected values are (0.682353, 0.729412, 0.72549, 0.1402) Errors are (0, 0.0156863, 0, 0.00294499) Source values are (0.682353, 0.729412, 0.72549, 0.1402) Destination values are (0.745098, 0.847059, 1, 0.627451) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MIN, equation A = GL_MIN const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 2 column 10 Actual values are (0.588235, 0.862745, 0.192157, 0.603922) Expected values are (0.572549, 0.862745, 0.188235, 0.604089) Errors are (0.0156863, 0, 0.00392157, 0.000167847) Source values are (0.92549, 0.862745, 0.45098, 0.604089) Destination values are (0.572549, 0.92549, 0.188235, 0.0588235) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MIN, equation A = GL_MAX const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 18 Actual values are (0.796078, 0.988235, 0.698039, 0) Expected values are (0.796078, 0.972549, 0.698039, 0) Errors are (0, 0.0156863, 0, 0) Source values are (0.431373, 0.972549, 0.698039, 0.924559) Destination values are (0.796078, 0.87451, 0.172549, 0.172549) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MAX, equation A = GL_FUNC_ADD const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.882353, 0.203922, 0.917647, 0) Expected values are (0.882353, 0.203922, 0.933333, 0) Errors are (0, 0, 0.0156863, 0) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MAX, equation A = GL_FUNC_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 22 Actual values are (0.854902, 0.639216, 0.337255, 0) Expected values are (0.854902, 0.654902, 0.337255, 0) Errors are (0, 0.0156863, 0, 0) Source values are (0.756863, 0.654902, 0.337255, 0.550088) Destination values are (0.854902, 0.454902, 0.12549, 0.419608) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MAX, equation A = GL_FUNC_REVERSE_SUBTRACT const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.882353, 0.203922, 0.917647, 0.376471) Expected values are (0.882353, 0.203922, 0.933333, 0.375662) Errors are (0, 0, 0.0156863, 0.000808746) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MAX, equation A = GL_MIN const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 2.00565 bits in error. First failing pixel is at row 0 column 4 Actual values are (0.882353, 0.203922, 0.933333, 0.376471) Expected values are (0.882353, 0.203922, 0.933333, 0.384314) Errors are (0, 0, 0, 0.00784314) Source values are (0.882353, 0.203922, 0.933333, 0.375662) Destination values are (0.0509804, 0.152941, 0.823529, 0.384314) blendFunc: FAIL rgba8, db, z24, s8, win+pmap, id 32 source factor RGB = GL_ZERO, source factor A = GL_ZERO dest factor RGB = GL_ZERO, dest factor A = GL_ZERO equation RGB = GL_MAX, equation A = GL_MAX const color = { 0.25, 0, 1, 0.75 } Readback had 2.00565 bits in error; blending had 1.00565 bits in error.