Mesa (master): vc4: Remove unused "immediates" field

Eric Anholt anholt at kemper.freedesktop.org
Mon Apr 18 23:56:07 UTC 2016


Module: Mesa
Branch: master
Commit: 2402bb60955b56f915e49f6648eb6c6221fe0862
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2402bb60955b56f915e49f6648eb6c6221fe0862

Author: Eric Anholt <eric at anholt.net>
Date:   Tue Jan 19 14:18:21 2016 -0800

vc4: Remove unused "immediates" field

This was for TGSI, which we no longer have to deal with.

---

 src/gallium/drivers/vc4/vc4_qir.h | 1 -
 1 file changed, 1 deletion(-)

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;




More information about the mesa-commit mailing list