diff options
author | Eric Anholt <eric@anholt.net> | 2014-11-13 10:08:02 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-11-24 14:56:22 -0800 |
commit | ff886c49555c2033dd5fda50459cafaf16540f86 (patch) | |
tree | 6dc292408b000c13aca032678fc28fcb8989d119 /src/gallium/docs | |
parent | de2f8d75db3dad3089c96b65223e47ad3986a25c (diff) |
gallium: Drop the unused ARA opcode.
Nothing in the tree generated it.
v2: Only drop ARA, not ARR as well.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com> (v2)
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index c912ec544d..2138b189f2 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -701,14 +701,6 @@ This instruction replicates its result. Considered for removal. -.. opcode:: ARA - Address Register Add - - TBD - -.. note:: - - Considered for removal. - .. opcode:: ARR - Address Register Load With Round .. math:: |