intel: Add support for ARB_draw_elements_base_vertex.
On the 965, we just drop the value into the primitive packet. On non-945, we rely on the sw tnl code handling it.
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
|
||||
|
||||
#define need_GL_ARB_copy_buffer
|
||||
#define need_GL_ARB_draw_elements_base_vertex
|
||||
#define need_GL_ARB_framebuffer_object
|
||||
#define need_GL_ARB_map_buffer_range
|
||||
#define need_GL_ARB_occlusion_query
|
||||
@@ -73,6 +74,7 @@
|
||||
*/
|
||||
static const struct dri_extension card_extensions[] = {
|
||||
{ "GL_ARB_copy_buffer", GL_ARB_copy_buffer_functions },
|
||||
{ "GL_ARB_draw_elements_base_vertex", GL_ARB_draw_elements_base_vertex_functions },
|
||||
{ "GL_ARB_half_float_pixel", NULL },
|
||||
{ "GL_ARB_map_buffer_range", GL_ARB_map_buffer_range_functions },
|
||||
{ "GL_ARB_multitexture", NULL },
|
||||
|
Reference in New Issue
Block a user