mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1 52/7652/1
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 18 Jul 2013 23:48:49 +0000 (16:48 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Sat, 27 Jul 2013 05:56:26 +0000 (22:56 -0700)
commitb55c1638ad0da8980837376e44cffa41bb47b9d1
tree7e65bf89039b586393c4756bd7438e5870188b6c
parent86ae3027a1e6441b1b61b6b89160a6da4c47f9d9
mesa: Disable GL_EXT_framebuffer_object in core profiles and OpenGL 3.1

GL_EXT_framebuffer_object differs from GL_ARB_framebuffer_object in ways
that we can't and don't implement in core profiles.  Exposing it is a
lie, so we shouldn't do that.

It's possible the some other GL_EXT_framebuffer_* extensions should be
disabled, but it's not quite so clear cut.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/extensions.c