diff options
author | Keith Whitwell <[email protected]> | 2005-01-04 12:57:02 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-01-04 12:57:02 +0000 |
commit | 6650264802ae5da354ccdd5e4d6f6ae7d394f8ab (patch) | |
tree | 9bf410577ddc85b119392852820b1ba7001bf44f /src/mesa/drivers/dri/unichrome/via_context.c | |
parent | 31c25f2edcda018730d829b80977a9b3de202a3b (diff) |
Add GL_EXT_fog_coord
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_context.c')
-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 a3f1e05f4c2..4b675e5c707 100644 --- a/src/mesa/drivers/dri/unichrome/via_context.c +++ b/src/mesa/drivers/dri/unichrome/via_context.c @@ -257,6 +257,7 @@ static const char * const card_extensions[] = "GL_EXT_texture_env_dot3", "GL_EXT_texture_lod_bias", "GL_EXT_secondary_color", + "GL_EXT_fog_coord", "GL_NV_blend_square", NULL }; |