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. --- src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h') diff --git a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h index e4af15c156..e472947507 100644 --- a/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h +++ b/src/gallium/auxiliary/tgsi/tgsi_opcode_tmp.h @@ -111,12 +111,8 @@ OP12(DP2) OP12_TEX(TXL) OP00(BRK) OP01_LBL(IF) -OP11(BGNFOR) -OP01(REP) OP00_LBL(ELSE) OP00(ENDIF) -OP10(ENDFOR) -OP00(ENDREP) OP01(PUSHA) OP10(POPA) OP11(CEIL) -- cgit v1.2.3