Mesa (master): vc4: Drop the dead export_linkage array.

Eric Anholt anholt at kemper.freedesktop.org
Wed May 18 01:11:49 UTC 2016


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

Author: Eric Anholt <eric at anholt.net>
Date:   Tue May 17 12:35:44 2016 -0700

vc4: Drop the dead export_linkage array.

This came from deriving from freedreno.

---

 src/gallium/drivers/vc4/vc4_context.h | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/gallium/drivers/vc4/vc4_context.h b/src/gallium/drivers/vc4/vc4_context.h
index 2457e67..c271a95 100644
--- a/src/gallium/drivers/vc4/vc4_context.h
+++ b/src/gallium/drivers/vc4/vc4_context.h
@@ -163,11 +163,6 @@ struct vc4_compiled_shader {
 struct vc4_program_stateobj {
         struct vc4_uncompiled_shader *bind_vs, *bind_fs;
         struct vc4_compiled_shader *cs, *vs, *fs;
-        uint8_t num_exports;
-        /* Indexed by slot.  Special vs exports (position and pointsize) are
-         * not included in this
-         */
-        uint8_t export_linkage[VARYING_SLOT_VAR0 + 8];
 };
 
 struct vc4_constbuf_stateobj {




More information about the mesa-commit mailing list