From 73e1405de0277bab2d617742ff5a764467e32899 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 27 Apr 2010 21:18:01 +0100 Subject: tgsi: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes. --- .../auxiliary/tgsi/tgsi-instruction-set.txt | 36 ---------------------- 1 file changed, 36 deletions(-) (limited to 'src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt') diff --git a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt index 080fd4c731..5d9eed9258 100644 --- a/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt +++ b/src/gallium/auxiliary/tgsi/tgsi-instruction-set.txt @@ -661,25 +661,6 @@ TGSI Instruction Specification TBD -1.9.8 BGNFOR - Begin a For-Loop - - dst.x = floor(src.x) - dst.y = floor(src.y) - dst.z = floor(src.z) - - if (dst.y <= 0) - pc = [matching ENDFOR] + 1 - endif - - Note: The destination must be a loop register. - The source must be a constant register. - - -1.9.9 REP - Repeat - - TBD - - 1.9.10 ELSE - Else TBD @@ -690,23 +671,6 @@ TGSI Instruction Specification TBD -1.9.12 ENDFOR - End a For-Loop - - dst.x = dst.x + dst.z - dst.y = dst.y - 1.0 - - if (dst.y > 0) - pc = [matching BGNFOR instruction] + 1 - endif - - Note: The destination must be a loop register. - - -1.9.13 ENDREP - End Repeat - - TBD - - 1.10 GL_NV_vertex_program3 --------------------------- -- cgit v1.2.3