intel: Add support for EXT_provoking_vertex.
This commit is contained in:
@@ -48,6 +48,7 @@
|
||||
#define need_GL_EXT_framebuffer_blit
|
||||
#define need_GL_EXT_gpu_program_parameters
|
||||
#define need_GL_EXT_point_parameters
|
||||
#define need_GL_EXT_provoking_vertex
|
||||
#define need_GL_EXT_secondary_color
|
||||
#define need_GL_EXT_stencil_two_side
|
||||
#define need_GL_APPLE_vertex_array_object
|
||||
@@ -93,6 +94,7 @@ static const struct dri_extension card_extensions[] = {
|
||||
{ "GL_EXT_fog_coord", GL_EXT_fog_coord_functions },
|
||||
{ "GL_EXT_gpu_program_parameters", GL_EXT_gpu_program_parameters_functions },
|
||||
{ "GL_EXT_packed_depth_stencil", NULL },
|
||||
{ "GL_EXT_provoking_vertex", GL_EXT_provoking_vertex_functions },
|
||||
{ "GL_EXT_secondary_color", GL_EXT_secondary_color_functions },
|
||||
{ "GL_EXT_stencil_wrap", NULL },
|
||||
{ "GL_EXT_texture_edge_clamp", NULL },
|
||||
|
Reference in New Issue
Block a user