summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/panfrost/midgard/compiler.h
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <[email protected]>2019-06-06 08:21:27 -0700
committerAlyssa Rosenzweig <[email protected]>2019-06-07 09:05:28 -0700
commit4aced18031abb8202a88be598e26832f7c18a2a9 (patch)
treec36ce513ed9c116f31430261a9e5c90e220a2e19 /src/gallium/drivers/panfrost/midgard/compiler.h
parent43568f2675bda2c538ca5e85e081756bd8bdf0c0 (diff)
panfrost/midgard: Remove varyings delay pass
This pass interfered with the more delicate path required for non-vectorized I/O. It's also ugly and duplicating the job of an actual honest-to-goodness scheduler. Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/midgard/compiler.h')
-rw-r--r--src/gallium/drivers/panfrost/midgard/compiler.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/panfrost/midgard/compiler.h b/src/gallium/drivers/panfrost/midgard/compiler.h
index e15afca688e..5ee86b41601 100644
--- a/src/gallium/drivers/panfrost/midgard/compiler.h
+++ b/src/gallium/drivers/panfrost/midgard/compiler.h
@@ -210,9 +210,6 @@ typedef struct compiler_context {
/* Constants which have been loaded, for later inlining */
struct hash_table_u64 *ssa_constants;
- /* SSA indices to be outputted to corresponding varying offset */
- struct hash_table_u64 *ssa_varyings;
-
/* SSA values / registers which have been aliased. Naively, these
* demand a fmov output; instead, we alias them in a later pass to
* avoid the wasted op.