projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd4c1c1
)
tgsi: Condition codes are implied in KILP.
author
Michal Krol
<michal@vmware.com>
Mon, 30 Mar 2009 15:13:52 +0000
(17:13 +0200)
committer
Michal Krol
<michal@vmware.com>
Mon, 30 Mar 2009 15:13:52 +0000
(17:13 +0200)
src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
index d6b8fef83c11d93a879585fa8e8cfdb8e2194fee..a20ad689c08dcb5486d6230047ed303a3f6d7b11 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
+++ b/
src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
@@
-382,9
+382,7
@@
TGSI Instruction Specification
1.5.7 KILP - Predicated Discard
- if (cc.x || cc.y || cc.z || cc.w)
- discard
- endif
+ discard
1.5.8 LG2 - Logarithm Base 2