intel: Always enable GL_ARB_framebuffer_object
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 1 Dec 2012 18:56:40 +0000 (10:56 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 4 Dec 2012 05:26:48 +0000 (21:26 -0800)
commitbdba4b30de15c4e7e6546f7eda37932d281f869c
treea0e5c339f9e72faa5f2a791f198866b0f7c3238b
parenta13f9dfbb88720c9ccca443e834106a80e69fedb
intel: Always enable GL_ARB_framebuffer_object

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, and this
patch (and the previous) fix es3conform's framebuffer_srgb_draw and
transform_feedback_misc tests.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/intel/intel_extensions.c