Browse Source

tgsi/sse2: Fix build.

tags/mesa_7_5_rc1
Michal Krol 16 years ago
parent
commit
c27c670ad8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/auxiliary/tgsi/tgsi_sse2.c

+ 1
- 1
src/gallium/auxiliary/tgsi/tgsi_sse2.c View File

@@ -1477,7 +1477,7 @@ emit_instruction(
case TGSI_OPCODE_ARL:
FOR_EACH_DST0_ENABLED_CHANNEL( *inst, chan_index ) {
FETCH( func, *inst, 0, 0, chan_index );
emit_flr(func, 0);
emit_flr(func, 0, 0);
emit_f2it( func, 0 );
STORE( func, *inst, 0, 0, chan_index );
}

Loading…
Cancel
Save