tgsi: fix-up KILP comments

KILP is really unconditional fragment kill.

We've had KIL and KILP transposed forever.  I'll fix that next.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul
2013-07-11 16:00:45 -06:00
parent e7c3898725
commit f501baabdb
4 changed files with 9 additions and 10 deletions

View File

@@ -471,11 +471,6 @@ This instruction replicates its result.
dst.w = partialy(src.w)
.. opcode:: KILP - Predicated Discard
Not really predicated, just unconditional discard
.. opcode:: PK2H - Pack Two 16-bit Floats
TBD
@@ -755,6 +750,11 @@ This instruction replicates its result.
endif
.. opcode:: KILP - Discard
Unconditional discard. Allowed in fragment shaders only.
.. opcode:: SCS - Sine Cosine
.. math::