Mesa (master): Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613aef439a0e3d8

Corbin Simpson csimpson at kemper.freedesktop.org
Tue Feb 2 19:52:33 UTC 2010


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

Author: Scott Moreau <oreaus at gmail.com>
Date:   Tue Feb  2 11:59:53 2010 -0700

Track frag shader changes introduced by commit 4769566500be1a53dd9b4cc1a613aef439a0e3d8

Signed-off-by: Corbin Simpson <MostAwesomeDude at gmail.com>

---

 src/mesa/drivers/dri/r300/r300_blit.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/r300/r300_blit.c b/src/mesa/drivers/dri/r300/r300_blit.c
index e24c795..54ac251 100644
--- a/src/mesa/drivers/dri/r300/r300_blit.c
+++ b/src/mesa/drivers/dri/r300/r300_blit.c
@@ -114,7 +114,7 @@ static void create_fragment_program(struct r300_context *r300)
     inst->U.I.SrcReg[0].Swizzle = RC_SWIZZLE_XYZW;
 
     compiler.Base.Program.InputsRead = (1 << FRAG_ATTRIB_TEX0);
-    compiler.OutputColor = FRAG_RESULT_COLOR;
+    compiler.OutputColor[0] = FRAG_RESULT_COLOR;
     compiler.OutputDepth = FRAG_RESULT_DEPTH;
     compiler.is_r500 = (r300->radeon.radeonScreen->chip_family >= CHIP_FAMILY_RV515);
     compiler.code = &r300->blit.fp_code;




More information about the mesa-commit mailing list