projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ef530c
)
mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV name
author
Matt Turner
<mattst88@gmail.com>
Tue, 12 Feb 2013 07:26:02 +0000
(23:26 -0800)
committer
Matt Turner
<mattst88@gmail.com>
Fri, 15 Feb 2013 18:28:12 +0000
(10:28 -0800)
Since NV_fragment_program is now gone. No functional change, since the
values are identical.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/main/getstring.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/getstring.c
b/src/mesa/main/getstring.c
index aa3a528fd3d9c9c1434d2bd1dc43b32af39272bb..5280b4dd3821c101c0e1ece6c700f6ba37292c45 100644
(file)
--- a/
src/mesa/main/getstring.c
+++ b/
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)) {