intel: Enable EXT_gpu_program_parameters.
authorEric Anholt <eric@anholt.net>
Mon, 29 Jun 2009 22:13:25 +0000 (15:13 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 29 Jun 2009 22:14:50 +0000 (15:14 -0700)
There doesn't appear to be any driver impact for enabling this, and
tests/prog_parameter passes.

src/mesa/drivers/dri/intel/intel_extensions.c

index 0ff497fc2a8609625efa5a511a83915c3f99f9a3..7742609d2424f929106c906d15527bf5ed718d47 100644 (file)
@@ -46,6 +46,7 @@
 #define need_GL_EXT_fog_coord
 #define need_GL_EXT_framebuffer_object
 #define need_GL_EXT_framebuffer_blit
+#define need_GL_EXT_gpu_program_parameters
 #define need_GL_EXT_point_parameters
 #define need_GL_EXT_secondary_color
 #define need_GL_EXT_stencil_two_side
@@ -89,6 +90,7 @@ static const struct dri_extension card_extensions[] = {
    { "GL_EXT_blend_subtract",             NULL },
    { "GL_EXT_cull_vertex",                GL_EXT_cull_vertex_functions },
    { "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_secondary_color",            GL_EXT_secondary_color_functions },
    { "GL_EXT_stencil_wrap",               NULL },