Re: [Mesa-dev] [PATCH 2/2] intel: Always enable GL_ARB_framebuffer_object

2012-12-03 Thread Ian Romanick
On 12/03/2012 11:05 AM, Chad Versace wrote: On 12/01/2012 11:10 AM, Ian Romanick wrote: From: Ian Romanick Now that _mesa_BindFramebuffer does the right thing in ES contexts when the gl_extensions::ARB_framebuffer_object bit is set, the Intel driver doesn't need this hack. No piglit or GLES2

Re: [Mesa-dev] [PATCH 2/2] intel: Always enable GL_ARB_framebuffer_object

2012-12-03 Thread Chad Versace
On 12/01/2012 11:10 AM, Ian Romanick wrote: > From: Ian Romanick > > Now that _mesa_BindFramebuffer does the right thing in ES contexts when the > gl_extensions::ARB_framebuffer_object bit is set, the Intel driver doesn't > need this hack. > > No piglit or GLES2 conformance regressions observed

[Mesa-dev] [PATCH 2/2] intel: Always enable GL_ARB_framebuffer_object

2012-12-01 Thread Ian Romanick
From: Ian Romanick Now that _mesa_BindFramebuffer does the right thing in ES contexts when the gl_extensions::ARB_framebuffer_object bit is set, the Intel driver doesn't need this hack. No piglit or GLES2 conformance regressions observed on IVB. Signed-off-by: Ian Romanick Cc: Chad Versace Cc