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:
@@ -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::
|
||||
|
Reference in New Issue
Block a user