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.pa...@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
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev