diff options
author | Michal Krol <michal@vmware.com> | 2009-03-19 09:52:50 +0100 |
---|---|---|
committer | Michal Krol <michal@vmware.com> | 2009-03-19 09:53:34 +0100 |
commit | 4b55a4f74d559e3ca6874986a39d662db7415e0c (patch) | |
tree | cdff7959ebdb8d7e7aa2f44825d8c45e381d51f5 /src | |
parent | 7c50917b42120e9ab1ee42192f2e82d59e13c2e8 (diff) |
tgsi: Document vs_2_0 instruction set operations.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt index d19dfcade3..b83abd4093 100644 --- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt +++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt @@ -1020,3 +1020,17 @@ TGSI Instruction Specification Alias for LG2. + +1.19 vs_2_0 +------------ + + +1.19.1 SGN - Set Sign + + Alias for SSG. + + +1.19.2 MOVA - Move Address Register + + Alias for ARR. + |