Module: Mesa Branch: master Commit: 25e491e68c4c191a7f76b24520e5812356fe5a85 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=25e491e68c4c191a7f76b24520e5812356fe5a85
Author: Michal Krol <[email protected]> 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 _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
