summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-09-03 14:06:42 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-09-03 14:07:07 -0700
commit5db8ebb8f534907614247afaf1dd8621b2d0462e (patch)
tree93f8dca9b6cb24313206cc0aaaf51f72b1b5ed31 /src/mesa/drivers/dri/swrast
parentb8e389bb0315287b72087b93a089ab944d77ab80 (diff)
Enable GL_NV_fragment_program_option for software rendering
At this point the extension is not fully implemented.
Diffstat (limited to 'src/mesa/drivers/dri/swrast')
-rw-r--r--src/mesa/drivers/dri/swrast/swrast.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c
index 3aa7843b1b..d8de5cca80 100644
--- a/src/mesa/drivers/dri/swrast/swrast.c
+++ b/src/mesa/drivers/dri/swrast/swrast.c
@@ -109,6 +109,7 @@ const struct dri_extension card_extensions[] =
{ "GL_MESA_resize_buffers", GL_MESA_resize_buffers_functions },
{ "GL_NV_vertex_program", GL_NV_vertex_program_functions },
{ "GL_NV_fragment_program", GL_NV_fragment_program_functions },
+ { "GL_NV_fragment_program_option", NULL },
{ NULL, NULL }
};