On 23 March 2016 at 17:17, Paul Gofman gofmanp@gmail.com wrote:
@@ -11295,10 +11296,10 @@ static void pixelshader_blending_test(void) /* Quad with R=0x10, G=0x20 */ quad1[] = {
{{-1.0f, -1.0f, 0.1f}, 0x80102000},
{{-1.0f, 1.0f, 0.1f}, 0x80102000},
{{ 1.0f, -1.0f, 0.1f}, 0x80102000},
{{ 1.0f, 1.0f, 0.1f}, 0x80102000},
{{-1.0f, -1.0f, 0.1f}, 0x80103000},
{{-1.0f, 1.0f, 0.1f}, 0x80103000},
{{ 1.0f, -1.0f, 0.1f}, 0x80103000},
},{{ 1.0f, 1.0f, 0.1f}, 0x80103000},
The patch looks fine at first sight, but you should probably either update the comment or just remove it.