gallium: Drop unused X2D opcode.

Nothing in the tree generates it.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Eric Anholt
2014-11-12 14:30:03 -08:00
parent ff886c4955
commit 8c822b1e91
10 changed files with 4 additions and 77 deletions

View File

@@ -342,7 +342,6 @@ struct tgsi_property_data {
#define TGSI_OPCODE_UP2US 56
#define TGSI_OPCODE_UP4B 57
#define TGSI_OPCODE_UP4UB 58
#define TGSI_OPCODE_X2D 59
/* gap */
#define TGSI_OPCODE_ARR 61
#define TGSI_OPCODE_BRA 62