summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorRhys Kidd <rhyskidd@gmail.com>2016-08-27 12:05:31 -0400
committerEric Anholt <eric@anholt.net>2016-08-29 11:03:20 -0700
commitb1b7e921f82027228b8e6d3e1baa06f4c3508626 (patch)
tree00343140b24f0f083c07b117f402a9f10f142e54 /src/gallium/include
parentd4cb3ee95cfe8487d431f99ae9b9d5a904708fb3 (diff)
downloadexternal_mesa3d-b1b7e921f82027228b8e6d3e1baa06f4c3508626.zip
external_mesa3d-b1b7e921f82027228b8e6d3e1baa06f4c3508626.tar.gz
external_mesa3d-b1b7e921f82027228b8e6d3e1baa06f4c3508626.tar.bz2
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 <rhyskidd@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Tested-by: James Harvey <lothmordor@gmail.com>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h1
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 7621ab9..39ce9ea 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