diff options
author | Nicolai Hähnle <[email protected]> | 2017-08-01 23:05:10 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2017-08-23 13:54:53 +0200 |
commit | 2f7c55c23f5fabde3dd1d4c6b85850cfe0132b73 (patch) | |
tree | 24ff462ffeb4f0eaadd145a3f113fdf1bf392bb8 /src/gallium/auxiliary/Makefile.sources | |
parent | 48ef0a1ee4cc44d24cada7b3d06d421891368795 (diff) |
tgsi: macro-ify the opcodes table
So we can easily re-arrange members of tgsi_opcode_info, and readers of
the code don't have to guess what all the 0s mean.
Mostly done with regex search&replace.
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/Makefile.sources')
-rw-r--r-- | src/gallium/auxiliary/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile.sources b/src/gallium/auxiliary/Makefile.sources index 1b0eeb99581..36d6c8fb4f4 100644 --- a/src/gallium/auxiliary/Makefile.sources +++ b/src/gallium/auxiliary/Makefile.sources @@ -151,6 +151,7 @@ C_SOURCES := \ tgsi/tgsi_from_mesa.h \ tgsi/tgsi_info.c \ tgsi/tgsi_info.h \ + tgsi/tgsi_info_opcodes.h \ tgsi/tgsi_iterate.c \ tgsi/tgsi_iterate.h \ tgsi/tgsi_lowering.c \ |