tgsi: Condition codes are implied in KILP.

This commit is contained in:
Michal Krol 2009-03-30 17:13:52 +02:00
parent bd4c1c133b
commit e08a0f4790

View file

@ -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