Mesa (master): draw: update aa points shader comment

Keith Whitwell keithw at kemper.freedesktop.org
Mon Mar 23 19:01:47 UTC 2009


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Mon Mar 23 18:38:11 2009 +0000

draw: update aa points shader comment

---

 src/gallium/auxiliary/draw/draw_pipe_aapoint.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_pipe_aapoint.c b/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
index 5008086..3133abe 100644
--- a/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
+++ b/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
@@ -286,7 +286,7 @@ aa_transform_inst(struct tgsi_transform_context *ctx,
       ctx->emit_instruction(ctx, &newInst);
 #endif
 
-      /* SGT t0.y, t0.xxxx, t0.wwww;  # bool b = d > 1 (NOTE t0.w == 1) */
+      /* SGT t0.y, t0.xxxx, tex.wwww;  # bool b = d > 1 (NOTE tex.w == 1) */
       newInst = tgsi_default_full_instruction();
       newInst.Instruction.Opcode = TGSI_OPCODE_SGT;
       newInst.Instruction.NumDstRegs = 1;




More information about the mesa-commit mailing list