gallium: add support for LODQ opcodes.
[mesa.git] / src / gallium / include / pipe / p_shader_tokens.h
index 8fa6a0afaeb22fd96951698c0b7689dc8943d804..a2e649ec439538e8703fdde8fab199c13c23091e 100644 (file)
@@ -455,7 +455,9 @@ struct tgsi_property_data {
 
 #define TGSI_OPCODE_TG4                 182
 
-#define TGSI_OPCODE_LAST                183
+#define TGSI_OPCODE_LODQ                183
+
+#define TGSI_OPCODE_LAST                184
 
 #define TGSI_SAT_NONE            0  /* do not saturate */
 #define TGSI_SAT_ZERO_ONE        1  /* clamp to [0,1] */