projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd3053
)
tgsi/exec: Actually enable switch-case for FLR.
author
Michal Krol
<michal@vmware.com>
Fri, 3 Apr 2009 15:25:29 +0000
(17:25 +0200)
committer
Michal Krol
<michal@vmware.com>
Fri, 3 Apr 2009 15:26:01 +0000
(17:26 +0200)
src/gallium/auxiliary/tgsi/tgsi_exec.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_exec.c
b/src/gallium/auxiliary/tgsi/tgsi_exec.c
index 80b8c92445a26b869faa341224f50c1625275a5a..e8bd7cda3b1d4f6410afb91ed0d1656d42c79053 100644
(file)
--- 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 );