mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name
Since NV_fragment_program is now gone. No functional change, since the values are identical. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
2ef530cf68
commit
00f6fe6c66
1 changed files with 1 additions and 1 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue