summaryrefslogtreecommitdiff
path: root/rnndb
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-09-17 14:42:19 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2013-09-17 14:42:19 +0200
commit768ed6952981ef083795e6aca7e3f077815eae59 (patch)
treef7004e164689bcb89561f52575cc088f2a64a9b5 /rnndb
parente4f878484b84f8537f7c66e9ae326c84624217f5 (diff)
driver: Implement KILL and KILL_IF TGSI instructions.
Diffstat (limited to 'rnndb')
-rw-r--r--rnndb/isa.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/rnndb/isa.xml b/rnndb/isa.xml
index 9f8a5f2..5923680 100644
--- a/rnndb/isa.xml
+++ b/rnndb/isa.xml
@@ -202,10 +202,7 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<doc>
Discards (kills) the current fragment. Can only be used in PS.
- No input or output arguments.
-
- XXX figure out if the COND bits are used. It appears not, as the blob generates BRANCH.XX based flow
- control around it.
+ Kill fragment if src0 *COND* src1.
</doc>
</value>
<value value="0x18" name="TEXLD" brief="Texture load">