st/mesa: trivially enable GL_EXT_gpu_program_parameters
authorMarek Olšák <maraeo@gmail.com>
Sun, 4 Apr 2010 21:15:15 +0000 (23:15 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 5 Apr 2010 17:52:16 +0000 (19:52 +0200)
src/mesa/state_tracker/st_extensions.c

index 0118c600f09d31871391b8fa70dd844c3fbe19f2..ae5e62bd6c66234dfcd2e1d25eda778b7add7ded 100644 (file)
@@ -183,6 +183,7 @@ void st_init_extensions(struct st_context *st)
    ctx->Extensions.EXT_framebuffer_object = GL_TRUE;
    ctx->Extensions.EXT_framebuffer_multisample = GL_TRUE;
    ctx->Extensions.EXT_fog_coord = GL_TRUE;
+   ctx->Extensions.EXT_gpu_program_parameters = GL_TRUE;
    ctx->Extensions.EXT_multi_draw_arrays = GL_TRUE;
    ctx->Extensions.EXT_pixel_buffer_object = GL_TRUE;
    ctx->Extensions.EXT_point_parameters = GL_TRUE;