mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
mesa: Remove all mention of EXT_vertex_array_set
Mesa has never any portion of this extension, and neither has any other vendor. Reviewed-by: Brian Paul <brianp@vmware.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
740a9a4952
commit
e5301b82ff
2 changed files with 0 additions and 2 deletions
|
|
@ -212,7 +212,6 @@ static const struct extension extension_table[] = {
|
|||
{ "GL_EXT_transform_feedback", o(EXT_transform_feedback), GL, 2011 },
|
||||
{ "GL_EXT_vertex_array_bgra", o(EXT_vertex_array_bgra), GL, 2008 },
|
||||
{ "GL_EXT_vertex_array", o(dummy_true), GL, 1995 },
|
||||
{ "GL_EXT_vertex_array_set", o(EXT_vertex_array_set), GL, 1997 },
|
||||
|
||||
/* OES extensions */
|
||||
{ "GL_OES_blend_equation_separate", o(EXT_blend_equation_separate), ES1, 2009 },
|
||||
|
|
|
|||
|
|
@ -2852,7 +2852,6 @@ struct gl_extensions
|
|||
GLboolean EXT_transform_feedback;
|
||||
GLboolean EXT_timer_query;
|
||||
GLboolean EXT_vertex_array_bgra;
|
||||
GLboolean EXT_vertex_array_set;
|
||||
GLboolean OES_standard_derivatives;
|
||||
/* vendor extensions */
|
||||
GLboolean AMD_conservative_depth;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue