diff options
author | Marek Olšák <[email protected]> | 2017-08-19 21:18:53 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2017-08-22 13:29:47 +0200 |
commit | 0bb367830a613da30991ca60b4dccdda61302038 (patch) | |
tree | ad53fb9eb10ff0721de1609aa119e18f5a318b71 /src/gallium/include | |
parent | 068c3ad2cbef748783837ebbaa6cdca325d0475e (diff) |
gallium: remove TGSI_OPCODE_CALLNZ
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 2254d3fdb7a..9fd84198531 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -452,7 +452,6 @@ struct tgsi_property_data { #define TGSI_OPCODE_FSNE 111 #define TGSI_OPCODE_MEMBAR 112 -#define TGSI_OPCODE_CALLNZ 113 /* gap */ #define TGSI_OPCODE_BREAKC 115 #define TGSI_OPCODE_KILL_IF 116 /* conditional kill */ |