vc4: Remove unused "immediates" field
authorEric Anholt <eric@anholt.net>
Tue, 19 Jan 2016 22:18:21 +0000 (14:18 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 18 Apr 2016 23:48:45 +0000 (16:48 -0700)
This was for TGSI, which we no longer have to deal with.

src/gallium/drivers/vc4/vc4_qir.h

index e8ba74b..789918d 100644 (file)
@@ -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;