projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16a91bd
)
gallivm: TGSI_OPCODE_CONT is not deprecated.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 11 Feb 2010 10:08:10 +0000
(10:08 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 11 Feb 2010 10:08:52 +0000
(10:08 +0000)
Note that with FIXME instead of an assertion failure.
Addresses fdo 25956.
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index a52c6c5028849292084091cce4d2ad87f9f54bc2..2896c522fcfdbb462daf5be58497f55f88edc138 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@
-1403,8
+1403,7
@@
emit_instruction(
break;
case TGSI_OPCODE_CONT:
- /* deprecated? */
- assert(0);
+ /* FIXME */
return 0;
break;