diff options
author | Ian Romanick <[email protected]> | 2013-06-27 11:23:33 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2013-06-27 18:14:33 -0700 |
commit | c74a7eb9c53fda10d77bec09801c0b619b29deea (patch) | |
tree | 2b93be7aa756d3fac875ebedd43dc805da079f29 /src/mesa/main/extensions.c | |
parent | 6b676e66343356d5096260c2bc1601014c808cb0 (diff) |
mesa: Remove GL_EXT_clip_volume_hint
As far as I can tell, no driver has enabled this extension since c6499a7
back in 2007.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index fc6fbadecb0..2ba4475c98e 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -174,7 +174,6 @@ static const struct extension extension_table[] = { { "GL_EXT_discard_framebuffer", o(EXT_framebuffer_object), ES1 | ES2, 2009 }, { "GL_EXT_blend_minmax", o(EXT_blend_minmax), GLL | ES1 | ES2, 1995 }, { "GL_EXT_blend_subtract", o(dummy_true), GLL, 1995 }, - { "GL_EXT_clip_volume_hint", o(EXT_clip_volume_hint), GL, 1996 }, { "GL_EXT_compiled_vertex_array", o(dummy_true), GLL, 1996 }, { "GL_EXT_copy_texture", o(dummy_true), GLL, 1995 }, { "GL_EXT_depth_bounds_test", o(EXT_depth_bounds_test), GL, 2002 }, |