diff options
author | Brian Paul <brianp@vmware.com> | 2011-09-21 18:54:53 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2011-09-22 10:45:09 -0600 |
commit | 9e9a76eea17bc92c8ac74323c99e10b9480ee583 (patch) | |
tree | af7374254390057f845ba5eb24d01c17f2dbfe0d /docs | |
parent | 980f6f1b37ca88529b3e000235156eab93254fac (diff) | |
download | external_mesa3d-9e9a76eea17bc92c8ac74323c99e10b9480ee583.zip external_mesa3d-9e9a76eea17bc92c8ac74323c99e10b9480ee583.tar.gz external_mesa3d-9e9a76eea17bc92c8ac74323c99e10b9480ee583.tar.bz2 |
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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-7.12.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes-7.12.html b/docs/relnotes-7.12.html index ac20788..3d3df59 100644 --- a/docs/relnotes-7.12.html +++ b/docs/relnotes-7.12.html @@ -57,6 +57,7 @@ tbd desktop OpenGL, <tt>GL_COLOR_INDEX</tt> data can still be uploaded to a color (e.g., RGBA) texture. However, the data cannot be stored internally as color-index.</li> +<li>Removed support for GL_APPLE_client_storage extension. </ul> |