mesa: Don't advertise deprecated extensions in a core context
authorIan Romanick <ian.d.romanick@intel.com>
Wed, 8 Aug 2012 16:11:58 +0000 (09:11 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 13 Aug 2012 23:19:36 +0000 (16:19 -0700)
commit4d39b8631587e59416d7b956fa147f00c6b6b174
treef91f2502b7119b133a2cf8220f9f726248717c51
parentcd4a61100da889afec96dc79b33a88b7b8049cec
mesa: Don't advertise deprecated extensions in a core context

It may be possible to trim the list of extensions futher.  These are
just the obvious extensions that add functionality that the core context
explicitly forbids.  Apple's core-context extension list is *just* the
extensions on top of the core GL version.  I'm not sure we want to go
that far, but removing some things that have been in core since 2.1 may
be okay.

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