Re: [Piglit] [PATCH] msaa: Avoid undefined behavior in visualize_image function

2012-08-22 Thread Paul Berry
On 22 August 2012 11:29, Anuj Phogat wrote: > Test uses glDrawPixels with dual source blending and fixed function > pipeline in visualize_image(). According to ARB_blend_func_extended > specs: > > "Rendering using any of the blend functions that consume the second > input color (SRC1_COLOR, ONE_M

[Piglit] [PATCH] msaa: Avoid undefined behavior in visualize_image function

2012-08-22 Thread Anuj Phogat
Test uses glDrawPixels with dual source blending and fixed function pipeline in visualize_image(). According to ARB_blend_func_extended specs: "Rendering using any of the blend functions that consume the second input color (SRC1_COLOR, ONE_MINUS_SRC1_COLOR, SRC1_ALPHA or ONE_MINUS_SRC1_ALPHA) usin