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

2013-02-13 Thread Tapani Pälli
On 02/13/2013 05:23 PM, Ian Romanick wrote: > On 02/12/2013 11:04 PM, Tapani Pälli wrote: >> On 02/12/2013 08:45 PM, Eric Anholt wrote: >>> Tapani Pälli writes: >>> On 02/12/2013 12:38 AM, Eric Anholt wrote: > Tapani Pälli writes: >> --- >>src/mapi/glapi/gen/es_EXT.xml

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

2013-02-13 Thread Ian Romanick
On 02/12/2013 11:04 PM, Tapani Pälli wrote: On 02/12/2013 08:45 PM, Eric Anholt wrote: Tapani Pälli writes: On 02/12/2013 12:38 AM, Eric Anholt wrote: Tapani Pälli writes: --- src/mapi/glapi/gen/es_EXT.xml | 13 + src/mesa/drivers/dri/intel/intel_extensions.c |

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

2013-02-12 Thread Tapani Pälli
On 02/12/2013 08:45 PM, Eric Anholt wrote: Tapani Pälli writes: On 02/12/2013 12:38 AM, Eric Anholt wrote: Tapani Pälli writes: --- src/mapi/glapi/gen/es_EXT.xml | 13 + src/mesa/drivers/dri/intel/intel_extensions.c | 1 + src/mesa/main/dd.h

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

2013-02-12 Thread Eric Anholt
Tapani Pälli writes: > On 02/12/2013 12:38 AM, Eric Anholt wrote: >> Tapani Pälli writes: > >>> --- >>> src/mapi/glapi/gen/es_EXT.xml | 13 + >>> src/mesa/drivers/dri/intel/intel_extensions.c | 1 + >>> src/mesa/main/dd.h| 4 ++- >>> src

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

2013-02-12 Thread Tapani Pälli
On 02/12/2013 12:38 AM, Eric Anholt wrote: Tapani Pälli writes: 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. Are

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

2013-02-11 Thread Ian Romanick
On 02/11/2013 02:38 PM, Eric Anholt wrote: Tapani Pälli writes: 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. Are

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

2013-02-11 Thread Chad Versace
On 02/11/2013 12:19 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: Ta

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

2013-02-11 Thread Brian Paul
On 02/11/2013 03:38 PM, Eric Anholt wrote: Tapani Pälli writes: 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. Are

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

2013-02-11 Thread Eric Anholt
Tapani Pälli writes: > 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. Are there piglit tests for this coming? >

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

2013-02-11 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