enable GLSL 1.20

This commit is contained in:
Brian
2007-04-08 21:48:19 -06:00
parent 5c0c60a13c
commit af807a4696
2 changed files with 4 additions and 0 deletions

View File

@@ -199,6 +199,9 @@ _mesa_enable_sw_extensions(GLcontext *ctx)
#endif
#if FEATURE_ARB_shading_language_100
ctx->Extensions.ARB_shading_language_100 = GL_TRUE;
#endif
#if FEATURE_ARB_shading_language_120
ctx->Extensions.ARB_shading_language_120 = GL_TRUE;
#endif
ctx->Extensions.ARB_shadow = GL_TRUE;
ctx->Extensions.ARB_texture_border_clamp = GL_TRUE;