diff options
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/tgsi')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h | 2 | ||||
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h b/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h index f0bf27ea0..40ff9bc11 100644 --- a/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h +++ b/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info.h @@ -30,7 +30,7 @@ #include "pipe/p_compiler.h" #include "pipe/p_shader_tokens.h" -#include "util/u_format.h" +#include "util/format/u_format.h" #if defined __cplusplus extern "C" { diff --git a/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h b/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h index 0b9b264bc..7aecda44b 100644 --- a/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h +++ b/lib/mesa/src/gallium/auxiliary/tgsi/tgsi_info_opcodes.h @@ -29,11 +29,11 @@ OPCODE(1, 1, COMP, ROUND) OPCODE(1, 1, REPL, EX2) OPCODE(1, 1, REPL, LG2) OPCODE(1, 2, REPL, POW) -OPCODE_GAP(31) /* removed */ +OPCODE(0, 0, NONE, DEMOTE) OPCODE(1, 1, COMP, U2I64) OPCODE(1, 0, OTHR, CLOCK) OPCODE(1, 1, COMP, I2I64) -OPCODE_GAP(35) /* removed */ +OPCODE(1, 0, COMP, READ_HELPER) OPCODE(1, 1, REPL, COS) OPCODE(1, 1, COMP, DDX) OPCODE(1, 1, COMP, DDY) |