Add GL_EXT_secondary_color
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 4 Jan 2005 12:56:17 +0000 (12:56 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 4 Jan 2005 12:56:17 +0000 (12:56 +0000)
src/mesa/drivers/dri/unichrome/via_context.c

index acc2cca382648b296d5227bcc59267623b04e315..a3f1e05f4c27e5a771099b1d6a47ed6b0f3f4a9e 100644 (file)
@@ -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
 };