summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-01-04 12:56:17 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-01-04 12:56:17 +0000
commit31c25f2edcda018730d829b80977a9b3de202a3b (patch)
tree73a5946d7d5b9ba3f7ccc4d1e1b755df64251c14 /src/mesa/drivers/dri/unichrome
parente024cae14bc19c1ce7519d3d05140e3e63383ddf (diff)
Add GL_EXT_secondary_color
Diffstat (limited to 'src/mesa/drivers/dri/unichrome')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_context.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c
index acc2cca382..a3f1e05f4c 100644
--- a/src/mesa/drivers/dri/unichrome/via_context.c
+++ b/src/mesa/drivers/dri/unichrome/via_context.c
@@ -256,6 +256,7 @@ static const char * const card_extensions[] =
"GL_EXT_texture_env_combine",
"GL_EXT_texture_env_dot3",
"GL_EXT_texture_lod_bias",
+ "GL_EXT_secondary_color",
"GL_NV_blend_square",
NULL
};