projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84b5f59
)
gallium: Drop BGNFOR, ENDFOR, REP, and ENDREP opcodes.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 27 Apr 2010 20:49:32 +0000
(21:49 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Tue, 27 Apr 2010 20:51:45 +0000
(21:51 +0100)
Arcane DX9 opcodes that never were emitted by Mesa and have no DX10
counterpart. Slated for removal for quite some time now.
src/gallium/include/pipe/p_shader_tokens.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_shader_tokens.h
b/src/gallium/include/pipe/p_shader_tokens.h
index c5c480f1f0ecb630b7e4ebe4b8af8ab07dcb1cf6..e21aaacc18a3d4b4578640203ccff7fd2cb66540 100644
(file)
--- a/
src/gallium/include/pipe/p_shader_tokens.h
+++ b/
src/gallium/include/pipe/p_shader_tokens.h
@@
-276,12
+276,10
@@
struct tgsi_property_data {
#define TGSI_OPCODE_TXL 72
#define TGSI_OPCODE_BRK 73
#define TGSI_OPCODE_IF 74
-#define TGSI_OPCODE_BGNFOR 75
-#define TGSI_OPCODE_REP 76
+ /* gap */
#define TGSI_OPCODE_ELSE 77
#define TGSI_OPCODE_ENDIF 78
-#define TGSI_OPCODE_ENDFOR 79
-#define TGSI_OPCODE_ENDREP 80
+ /* gap */
#define TGSI_OPCODE_PUSHA 81
#define TGSI_OPCODE_POPA 82
#define TGSI_OPCODE_CEIL 83