diff options
author | Michal Krol <michal@tungstengraphics.com> | 2008-06-02 11:42:16 +0200 |
---|---|---|
committer | Michal Krol <michal@tungstengraphics.com> | 2008-06-02 11:42:16 +0200 |
commit | 49ed85d6b1cdb74a7985e2d743635c73151bbfdb (patch) | |
tree | 822581d83a67dd1993f827989c7f0fa99fd5ca8a /src | |
parent | dfd30b878680dd6dca96928a06a301b837b7a650 (diff) |
brw: SWZ no longer aliases MOV.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/i965simple/brw_vs_emit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/i965simple/brw_vs_emit.c b/src/gallium/drivers/i965simple/brw_vs_emit.c index a1432fece1..81423e2d7d 100644 --- a/src/gallium/drivers/i965simple/brw_vs_emit.c +++ b/src/gallium/drivers/i965simple/brw_vs_emit.c @@ -1135,8 +1135,8 @@ static void process_instruction(struct brw_vs_compile *c, emit_min(p, dst, args[0], args[1]); break; case TGSI_OPCODE_MOV: -#if 0 case TGSI_OPCODE_SWZ: +#if 0 /* The args[0] value can't be used here as it won't have * correctly encoded the full swizzle: */ |