diff options
author | Brian Paul <[email protected]> | 2011-09-21 18:54:53 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-09-22 10:45:09 -0600 |
commit | 9e9a76eea17bc92c8ac74323c99e10b9480ee583 (patch) | |
tree | af7374254390057f845ba5eb24d01c17f2dbfe0d /src/mesa/drivers/dri | |
parent | 980f6f1b37ca88529b3e000235156eab93254fac (diff) |
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 <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r-- | src/mesa/drivers/dri/intel/intel_extensions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/intel/intel_extensions.c b/src/mesa/drivers/dri/intel/intel_extensions.c index 3727b05dcdc..5c3442a2b7b 100644 --- a/src/mesa/drivers/dri/intel/intel_extensions.c +++ b/src/mesa/drivers/dri/intel/intel_extensions.c @@ -100,7 +100,6 @@ intelInitExtensions(struct gl_context *ctx) ctx->Extensions.EXT_texture_env_dot3 = true; ctx->Extensions.EXT_texture_filter_anisotropic = true; ctx->Extensions.EXT_texture_lod_bias = true; - ctx->Extensions.APPLE_client_storage = true; ctx->Extensions.APPLE_object_purgeable = true; ctx->Extensions.APPLE_vertex_array_object = true; ctx->Extensions.MESA_pack_invert = true; |