mesa: remove support for GL_APPLE_client_storage extension
authorBrian Paul <brianp@vmware.com>
Thu, 22 Sep 2011 00:54:53 +0000 (18:54 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 22 Sep 2011 16:45:09 +0000 (10:45 -0600)
commit9e9a76eea17bc92c8ac74323c99e10b9480ee583
treeaf7374254390057f845ba5eb24d01c17f2dbfe0d
parent980f6f1b37ca88529b3e000235156eab93254fac
mesa: remove support for GL_APPLE_client_storage extension

AFAIK, there are few users of this extension and I can see a couple
reasons why this is probably broken in Mesa anyway.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
docs/relnotes-7.12.html
src/mesa/drivers/dri/intel/intel_extensions.c
src/mesa/main/attrib.c
src/mesa/main/extensions.c
src/mesa/main/get.c
src/mesa/main/mtypes.h
src/mesa/main/pixelstore.c
src/mesa/main/teximage.c
src/mesa/swrast/s_texture.c