projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c492725
)
added case for TGSI_OPCODE_END
author
Brian
<brian.paul@tungstengraphics.com>
Sat, 20 Oct 2007 16:09:12 +0000
(10:09 -0600)
committer
Brian
<brian.paul@tungstengraphics.com>
Sat, 20 Oct 2007 16:09:12 +0000
(10:09 -0600)
src/mesa/pipe/tgsi/exec/tgsi_sse2.c
patch
|
blob
|
history
diff --git
a/src/mesa/pipe/tgsi/exec/tgsi_sse2.c
b/src/mesa/pipe/tgsi/exec/tgsi_sse2.c
index d0d5719c93d8707cfc1eda6467ad142b8afdfbe2..77ba7bb944e38acd66f792702dc54675a8aa9fb7 100755
(executable)
--- a/
src/mesa/pipe/tgsi/exec/tgsi_sse2.c
+++ b/
src/mesa/pipe/tgsi/exec/tgsi_sse2.c
@@
-1747,6
+1747,10
@@
emit_instruction(
assert( 0 );
break;
+ case TGSI_OPCODE_END:
+ /* nothing */
+ break;
+
default:
assert( 0 );
}