diff options
author | Eric Anholt <[email protected]> | 2014-11-12 14:51:22 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-11-24 14:56:22 -0800 |
commit | 00f7002c5c45887b204a3f14b8e3b32472cc39bb (patch) | |
tree | 1433e73f5f9d425372a1921050fc6f1b0e32998a /src/gallium/docs | |
parent | ecfe9e2ad2b5f178ef09420f8d95d49937137cd9 (diff) |
gallium: Drop unused BRA opcode.
Never generated, and implemented in only nvfx vertprog.
Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/docs')
-rw-r--r-- | src/gallium/docs/source/tgsi.rst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gallium/docs/source/tgsi.rst b/src/gallium/docs/source/tgsi.rst index 5145332e24a..d4bf9ccaeec 100644 --- a/src/gallium/docs/source/tgsi.rst +++ b/src/gallium/docs/source/tgsi.rst @@ -868,15 +868,6 @@ This instruction replicates its result. Considered for removal. -.. opcode:: BRA - Branch - - pc = target - -.. note:: - - Considered for removal. - - .. opcode:: CALLNZ - Subroutine Call If Not Zero TBD |