From f51268259621a21d14e40b8a41c5803a5c2ce706 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 18 Feb 2013 09:48:46 +0100 Subject: git update fontconfig libX11 mesa xkeyboard-config 18 Feb 2013 xkeyboard-config commit 5102e074fea319c10243579955b64366f11009fd libX11 commit deedeada53676ee529d700bf96fde0b29a3a1def fontconfig commit 2c696255749683e9a084f797eb033d222510a275 mesa commit dd599188d2868838541859a76800a8420958d358 --- mesalib/src/mesa/main/getstring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mesalib/src/mesa/main/getstring.c') diff --git a/mesalib/src/mesa/main/getstring.c b/mesalib/src/mesa/main/getstring.c index aa3a528fd..5280b4dd3 100644 --- a/mesalib/src/mesa/main/getstring.c +++ b/mesalib/src/mesa/main/getstring.c @@ -137,7 +137,7 @@ _mesa_GetString( GLenum name ) if (ctx->API == API_OPENGLES) break; return shading_language_version(ctx); - case GL_PROGRAM_ERROR_STRING_NV: + case GL_PROGRAM_ERROR_STRING_ARB: if (ctx->API == API_OPENGL_COMPAT && (ctx->Extensions.ARB_fragment_program || ctx->Extensions.ARB_vertex_program)) { -- cgit v1.2.3