From: Keith Whitwell Date: Tue, 4 Jan 2005 12:57:02 +0000 (+0000) Subject: Add GL_EXT_fog_coord X-Git-Tag: mesa-7.8~10072 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6650264802ae5da354ccdd5e4d6f6ae7d394f8ab;p=platform%2Fupstream%2Fmesa.git Add GL_EXT_fog_coord --- diff --git a/src/mesa/drivers/dri/unichrome/via_context.c b/src/mesa/drivers/dri/unichrome/via_context.c index a3f1e05..4b675e5 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 };