diff options
author | nobled <[email protected]> | 2011-12-18 17:17:10 +0000 |
---|---|---|
committer | nobled <[email protected]> | 2011-12-18 17:17:10 +0000 |
commit | bb6fb7afd37e523256d1b8861b0d5e3030e31282 (patch) | |
tree | 246485f2f391f378664dfe06ebc6cd632157fbf8 /src/mesa/program/prog_print.c | |
parent | f71984ee5b4a7369ce3cc86fb0253ac66d80388c (diff) |
program: fix previous commit
Accidentally an old patch.
Diffstat (limited to 'src/mesa/program/prog_print.c')
-rw-r--r-- | src/mesa/program/prog_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/program/prog_print.c b/src/mesa/program/prog_print.c index dfb57930193..352a80f2718 100644 --- 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]", |