From: Michal Krol Date: Mon, 30 Mar 2009 15:13:52 +0000 (+0200) Subject: tgsi: Condition codes are implied in KILP. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e08a0f479055be08a08594d723aa8837778c79f8;p=mesa.git tgsi: Condition codes are implied in KILP. --- diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt index d6b8fef83c1..a20ad689c08 100644 --- 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