mesa: new extension flag for GL_EXT/ARB_draw_instanced
This commit is contained in:
@@ -50,6 +50,7 @@ static const struct {
|
||||
{ OFF, "GL_ARB_depth_clamp", F(ARB_depth_clamp) },
|
||||
{ ON, "GL_ARB_draw_buffers", F(ARB_draw_buffers) },
|
||||
{ OFF, "GL_ARB_draw_elements_base_vertex", F(ARB_draw_elements_base_vertex) },
|
||||
{ OFF, "GL_ARB_draw_instanced", F(ARB_draw_instanced) },
|
||||
{ OFF, "GL_ARB_fragment_coord_conventions", F(ARB_fragment_coord_conventions) },
|
||||
{ OFF, "GL_ARB_fragment_program", F(ARB_fragment_program) },
|
||||
{ OFF, "GL_ARB_fragment_program_shadow", F(ARB_fragment_program_shadow) },
|
||||
@@ -106,6 +107,7 @@ static const struct {
|
||||
{ ON, "GL_EXT_copy_texture", F(EXT_copy_texture) },
|
||||
{ OFF, "GL_EXT_depth_bounds_test", F(EXT_depth_bounds_test) },
|
||||
{ OFF, "GL_EXT_draw_buffers2", F(EXT_draw_buffers2) },
|
||||
{ OFF, "GL_EXT_draw_instanced", F(ARB_draw_instanced) },
|
||||
{ ON, "GL_EXT_draw_range_elements", F(EXT_draw_range_elements) },
|
||||
{ OFF, "GL_EXT_framebuffer_blit", F(EXT_framebuffer_blit) },
|
||||
{ OFF, "GL_EXT_framebuffer_multisample", F(EXT_framebuffer_multisample) },
|
||||
|
Reference in New Issue
Block a user