projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71984e
)
program: fix previous commit
author
nobled
<nobled@dreamwidth.org>
Sun, 18 Dec 2011 17:17:10 +0000
(17:17 +0000)
committer
nobled
<nobled@dreamwidth.org>
Sun, 18 Dec 2011 17:17:10 +0000
(17:17 +0000)
Accidentally an old patch.
src/mesa/program/prog_print.c
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_print.c
b/src/mesa/program/prog_print.c
index
dfb5793
..
352a80f
100644
(file)
--- a/
src/mesa/program/prog_print.c
+++ b/
src/mesa/program/prog_print.c
@@
-270,7
+270,7
@@
arb_output_attrib_string(GLint index, GLenum progType)
};
static const char *const fragResults[] = {
"result.depth", /* FRAG_RESULT_DEPTH */
- "result.
color(half
)", /* FRAG_RESULT_STENCIL */
+ "result.
(one
)", /* FRAG_RESULT_STENCIL */
"result.color", /* FRAG_RESULT_COLOR */
"result.color[0]", /* FRAG_RESULT_DATA0 (named for GLSL's gl_FragData) */
"result.color[1]",