projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
103a4bd
)
draw: update aa points shader comment
author
Keith Whitwell
<keithw@vmware.com>
Mon, 23 Mar 2009 18:38:11 +0000
(18:38 +0000)
committer
Keith Whitwell
<keithw@vmware.com>
Mon, 23 Mar 2009 18:40:11 +0000
(18:40 +0000)
src/gallium/auxiliary/draw/draw_pipe_aapoint.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
b/src/gallium/auxiliary/draw/draw_pipe_aapoint.c
index 5008086cf2614e9c5d69104356222257cfe4ee65..3133abe5dc7a688eec3947d98b226c9651e1696c 100644
(file)
--- 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, t
0.wwww; # bool b = d > 1 (NOTE t0
.w == 1) */
+ /* SGT t0.y, t0.xxxx, t
ex.wwww; # bool b = d > 1 (NOTE tex
.w == 1) */
newInst = tgsi_default_full_instruction();
newInst.Instruction.Opcode = TGSI_OPCODE_SGT;
newInst.Instruction.NumDstRegs = 1;