mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
mga: Enable (trivial) support for GL_APPLE_vertex_array_object, bump DRIVER_DATE
This commit is contained in:
parent
366b2c6902
commit
374158b044
2 changed files with 3 additions and 1 deletions
|
|
@ -81,6 +81,7 @@
|
|||
#if 0
|
||||
#define need_GL_EXT_paletted_texture
|
||||
#endif
|
||||
#define need_GL_APPLE_vertex_array_object
|
||||
#define need_GL_NV_vertex_program
|
||||
#include "extension_helper.h"
|
||||
|
||||
|
|
@ -412,6 +413,7 @@ static const struct dri_extension card_extensions[] =
|
|||
#endif
|
||||
{ "GL_EXT_secondary_color", GL_EXT_secondary_color_functions },
|
||||
{ "GL_EXT_stencil_wrap", NULL },
|
||||
{ "GL_APPLE_vertex_array_object", GL_APPLE_vertex_array_object_functions },
|
||||
{ "GL_MESA_ycbcr_texture", NULL },
|
||||
{ "GL_SGIS_generate_mipmap", NULL },
|
||||
{ NULL, NULL }
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
#include "mga_xmesa.h"
|
||||
#include "utils.h"
|
||||
|
||||
#define DRIVER_DATE "20061030"
|
||||
#define DRIVER_DATE "20071017"
|
||||
|
||||
|
||||
/***************************************
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue