diff options
author | Rhys Kidd <[email protected]> | 2016-08-27 12:05:31 -0400 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2016-08-29 11:03:20 -0700 |
commit | b1b7e921f82027228b8e6d3e1baa06f4c3508626 (patch) | |
tree | 00343140b24f0f083c07b117f402a9f10f142e54 /src/gallium/include | |
parent | d4cb3ee95cfe8487d431f99ae9b9d5a904708fb3 (diff) |
r600g: Clean up defined magic numbers for TGSI opcodes
Small code clean up that removes magic numbers where a TGSI
opcode has been defined.
No functional change expected as each opcode is unsupported on
the respective hardware.
Signed-off-by: Rhys Kidd <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Tested-by: James Harvey <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_shader_tokens.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h index 7621ab92fac..39ce9ea39d4 100644 --- a/src/gallium/include/pipe/p_shader_tokens.h +++ b/src/gallium/include/pipe/p_shader_tokens.h @@ -397,6 +397,7 @@ struct tgsi_property_data { #define TGSI_OPCODE_BRK 73 #define TGSI_OPCODE_IF 74 #define TGSI_OPCODE_UIF 75 + /* gap */ #define TGSI_OPCODE_ELSE 77 #define TGSI_OPCODE_ENDIF 78 |