From b970da4d24ce67d5dd0f099bd49bb90e6d82e61e Mon Sep 17 00:00:00 2001 From: Kenneth Graunke Date: Wed, 20 Oct 2010 13:52:16 -0700 Subject: mesa: Remove FEATURE_ARB_shading_language_120 macro. Everything should be able to support 1.20 at this point. --- src/mesa/main/context.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mesa/main/context.c') diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 1625e4c501..9401e3dcc2 100644 --- a/src/mesa/main/context.c +++ b/src/mesa/main/context.c @@ -592,11 +592,7 @@ _mesa_init_constants(struct gl_context *ctx) /* Shading language version */ if (ctx->API == API_OPENGL) { -#if FEATURE_ARB_shading_language_120 ctx->Const.GLSLVersion = 120; -#else - ctx->Const.GLSLVersion = 110; -#endif } else if (ctx->API == API_OPENGLES2) { ctx->Const.GLSLVersion = 100; -- cgit v1.2.3