summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/swrast
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-09-25 16:57:38 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-09-25 16:57:38 -0700
commit8130375e775bd5ba6a47412b0ea8ec9f23dc5972 (patch)
tree34925730997476c0e8046045551ffc4f0c317116 /src/mesa/drivers/dri/swrast
parentc19482b16f164ce1b6625d18950a4644e5834373 (diff)
parent09af58d7ed7dfa8f2ce2b881bb849064e136c830 (diff)
Merge branch 'asm-shader-rework-2'
Conflicts: src/mesa/shader/program_parse.tab.c
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 cd499cd5d2..f4947daa06 100644
--- a/src/mesa/drivers/dri/swrast/swrast.c
+++ b/src/mesa/drivers/dri/swrast/swrast.c
@@ -116,6 +116,7 @@ const struct dri_extension card_extensions[] =
{ "GL_NV_depth_clamp", NULL },
{ "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 }
};