mesa: Add/remove extensions in extension string
authorChad Versace <chad.versace@intel.com>
Mon, 10 Jan 2011 05:53:52 +0000 (21:53 -0800)
committerChad Versace <chad.versace@intel.com>
Wed, 12 Jan 2011 23:45:03 +0000 (15:45 -0800)
commit19418e921af0efce198627d0ce6c92660797d011
tree40c4bcc8ace8c62b2c7a49c7c25ca0101d57d682
parent9b260c377f5b437b7e03607fefa022459ef758ed
mesa: Add/remove extensions in extension string

Add GL_OES_stencil8 to ES2.

Remove the following:
   GL_OES_compressed_paletted_texture : ES1
   GL_OES_depth32                     : ES1, ES2
   GL_OES_stencil1                    : ES1, ES2
   GL_OES_stencil4                    : ES1, ES2
Mesa advertised these extensions, but did not actually support them.

Reviewed-by: Ian Romanick <idr@freedesktop.org>
src/mesa/main/extensions.c