Re: [Mesa-dev] [PATCH v3] gles2: a stub implementation for GL_EXT_discard_framebuffer

2013-02-20 Thread Chad Versace
On 02/18/2013 07:20 AM, Brian Paul wrote: > On 02/18/2013 12:12 AM, Tapani Pälli wrote: >> 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 >>

Re: [Mesa-dev] [PATCH v3] gles2: a stub implementation for GL_EXT_discard_framebuffer

2013-02-18 Thread Brian Paul
On 02/18/2013 12:12 AM, Tapani Pälli wrote: 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

[Mesa-dev] [PATCH v3] gles2: a stub implementation for GL_EXT_discard_framebuffer

2013-02-17 Thread Tapani Pälli
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 --- src/mapi/glapi/gen/es_EXT.xml