summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Krol <michal@vmware.com>2009-09-04 09:10:24 +0200
committerMichal Krol <michal@vmware.com>2009-09-04 09:10:24 +0200
commit4ba872b49bf9412a4b285169381255978d2ccec5 (patch)
treefd435589b0b69aa6234f393ffe5e83d890c334bf
parent82ff3190de3cd6cf4a514bac00ae02597abfb963 (diff)
tgsi: Document differencies between vs_1_1 and vs_2_0 for EXPP and LOGP.
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt14
1 files changed, 12 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
index 802ec37118..e63813d693 100644
--- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
+++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
@@ -1031,12 +1031,12 @@ TGSI Instruction Specification
1.18.1 EXPP - Approximate Exponential Base 2
- Alias for EXP.
+ Use EXP. See also 1.19.3.
1.18.2 LOGP - Logarithm Base 2
- Alias for LG2.
+ Use LOG. See also 1.19.4.
1.19 vs_2_0
@@ -1053,6 +1053,16 @@ TGSI Instruction Specification
Alias for ARR.
+1.19.3 EXPP - Approximate Exponential Base 2
+
+ Use EX2.
+
+
+1.19.4 LOGP - Logarithm Base 2
+
+ Use LG2.
+
+
2 Explanation of symbols used
==============================