gles2: a stub implementation for GL_EXT_discard_framebuffer
authorTapani Pälli <tapani.palli@intel.com>
Mon, 18 Feb 2013 07:12:27 +0000 (09:12 +0200)
committerChad Versace <chad.versace@linux.intel.com>
Wed, 20 Feb 2013 18:01:45 +0000 (10:01 -0800)
commit413941e1a3155b29a190ab7ecfd844b1a5c2e460
treeb753485b24252ebb5e328d6e7f7bd539d4feeb62
parent73bf626713f7efc43164f7649fc143f4a94299cb
gles2: a stub implementation for GL_EXT_discard_framebuffer

This patch implements a stub for GL_EXT_discard_framebuffer with
required checks listed by the extension specification. This extension
is required by GLBenchmark 2.5 when compiled with OpenGL ES 2.0
as the rendering backend.

Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-and-tested-by: Chad Versace <chad.versace@linux.intel.com>
src/mapi/glapi/gen/es_EXT.xml
src/mesa/drivers/common/driverfuncs.c
src/mesa/main/dd.h
src/mesa/main/extensions.c
src/mesa/main/fbobject.c
src/mesa/main/fbobject.h
src/mesa/main/tests/dispatch_sanity.cpp