Mesa (master): program: fix previous commit

Dylan Noblesmith nobled at kemper.freedesktop.org
Sun Dec 18 17:18:06 UTC 2011


Module: Mesa
Branch: master
Commit: bb6fb7afd37e523256d1b8861b0d5e3030e31282
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bb6fb7afd37e523256d1b8861b0d5e3030e31282

Author: nobled <nobled at dreamwidth.org>
Date:   Sun Dec 18 17:17:10 2011 +0000

program: fix previous commit

Accidentally an old patch.

---

 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 dfb5793..352a80f 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]",




More information about the mesa-commit mailing list