Mesa (master): tgsi/exec: Actually enable switch-case for FLR.

Michał Król michal at kemper.freedesktop.org
Fri Apr 3 15:26:11 UTC 2009


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

Author: Michal Krol <michal at vmware.com>
Date:   Fri Apr  3 17:25:29 2009 +0200

tgsi/exec: Actually enable switch-case for FLR.

---

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

diff --git a/src/gallium/auxiliary/tgsi/tgsi_exec.c b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 80b8c92..e8bd7cd 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_exec.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_exec.c
@@ -1904,7 +1904,7 @@ exec_instruction(
 
    switch (inst->Instruction.Opcode) {
    case TGSI_OPCODE_ARL:
-   /* TGSI_OPCODE_FLOOR */
+   case TGSI_OPCODE_FLOOR:
    /* TGSI_OPCODE_FLR */
       FOR_EACH_ENABLED_CHANNEL( *inst, chan_index ) {
          FETCH( &r[0], 0, chan_index );




More information about the mesa-commit mailing list