OSDN Git Service

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 0118c60..ae5e62b 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;