diff options
author | Keith Whitwell <[email protected]> | 2005-01-04 12:56:17 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-04 12:56:17 +0000 |
commit | 31c25f2edcda018730d829b80977a9b3de202a3b (patch) | |
tree | 73a5946d7d5b9ba3f7ccc4d1e1b755df64251c14 /src | |
parent | e024cae14bc19c1ce7519d3d05140e3e63383ddf (diff) |
Add GL_EXT_secondary_color
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/unichrome/via_context.c | 1 |
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 acc2cca3826..a3f1e05f4c2 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 }; |