summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2016-01-19 14:18:21 -0800
committerEric Anholt <eric@anholt.net>2016-04-18 16:48:45 -0700
commit2402bb60955b56f915e49f6648eb6c6221fe0862 (patch)
tree96cdfb6facd43431ce434186bd95d686456a3814 /src/gallium/drivers
parent2408899cb2aab95853a031ef6c2312d8ad5c85cf (diff)
downloadexternal_mesa3d-2402bb60955b56f915e49f6648eb6c6221fe0862.zip
external_mesa3d-2402bb60955b56f915e49f6648eb6c6221fe0862.tar.gz
external_mesa3d-2402bb60955b56f915e49f6648eb6c6221fe0862.tar.bz2
vc4: Remove unused "immediates" field
This was for TGSI, which we no longer have to deal with.
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r--src/gallium/drivers/vc4/vc4_qir.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc4/vc4_qir.h b/src/gallium/drivers/vc4/vc4_qir.h
index e8ba74b..789918d 100644
--- a/src/gallium/drivers/vc4/vc4_qir.h
+++ b/src/gallium/drivers/vc4/vc4_qir.h
@@ -419,7 +419,6 @@ struct vc4_compile {
enum qstage stage;
uint32_t num_temps;
struct list_head instructions;
- uint32_t immediates[1024];
struct list_head qpu_inst_list;
uint64_t *qpu_insts;