[Mesa-dev] [PATCH v2] mesa/glsl/glapi: enable GL_EXT_draw_buffers extension

Tapani tapani.palli at intel.com
Tue Jan 6 21:54:12 PST 2015


On 01/06/2015 07:39 PM, Chad Versace wrote:
> On 11/25/2014 11:09 PM, Tapani Pälli wrote:
>> Patch enables ES2 extension that utilizes existing ES3 functionality.
>>
>> Changes make all the subtests to run and pass in WebGL conformance
>> test 'webgl-draw-buffers' when running Chrome on OpenGL ES.
>>
>> v2: remove unused boolean (Ilia Mirkin)
>>
>> Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
> Tapani, to enable this extension you need, at a minimum, to update
> some of the checks in _mesa_DrawBuffers(). Several of the checks
> guarded by _mesa_is_gles3() also apply to GLES2 when this extension
> is enabled.

I see, my impression was that "GL_NV_draw_buffers" was closer to 
GL_EXT_draw_buffers but I see now the differences. Thanks for checking 
this, I will go through the cases and add error checks.

> I found no other issues with the patch.
>

// Tapani



More information about the mesa-dev mailing list