mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
intel: enable GL_APPLE_vertex_array_object
No special driver changes are needed for this extension.
This commit is contained in:
parent
a892acef98
commit
a566b6d8ff
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
|||
#define need_GL_EXT_point_parameters
|
||||
#define need_GL_EXT_secondary_color
|
||||
#define need_GL_EXT_stencil_two_side
|
||||
#define need_GL_APPLE_vertex_array_object
|
||||
#define need_GL_ATI_separate_stencil
|
||||
#define need_GL_ATI_envmap_bumpmap
|
||||
#define need_GL_NV_point_sprite
|
||||
|
|
@ -95,6 +96,7 @@ static const struct dri_extension card_extensions[] = {
|
|||
{ "GL_EXT_texture_lod_bias", NULL },
|
||||
{ "GL_3DFX_texture_compression_FXT1", NULL },
|
||||
{ "GL_APPLE_client_storage", NULL },
|
||||
{ "GL_APPLE_vertex_array_object", GL_APPLE_vertex_array_object_functions},
|
||||
{ "GL_MESA_pack_invert", NULL },
|
||||
{ "GL_MESA_ycbcr_texture", NULL },
|
||||
{ "GL_NV_blend_square", NULL },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue