Mesa (master): tgsi: Document BRA opcode.

Michał Król michal at kemper.freedesktop.org
Mon Mar 30 08:58:54 PDT 2009


Module: Mesa
Branch: master
Commit: 25e491e68c4c191a7f76b24520e5812356fe5a85
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=25e491e68c4c191a7f76b24520e5812356fe5a85

Author: Michal Krol <michal at vmware.com>
Date:   Mon Mar 30 15:39:29 2009 +0200

tgsi: Document BRA opcode.

---

 .../auxiliary/tgsi/tgsi-instruction-set.txt        |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
index 5b21a2b..d3b6672 100644
--- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
+++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt
@@ -548,7 +548,7 @@ TGSI Instruction Specification
 
 1.6.3  BRA - Branch
 
-  TBD
+  pc = target
 
 
 1.6.4  CAL - Subroutine Call



More information about the mesa-commit mailing list