diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-08-12 12:36:46 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-08-14 16:42:40 -0700 |
commit | dff4986b1aa22990828861ccca234b52455cbeb6 (patch) | |
tree | 6cca62caf29c4ee1cf115a058ab8b9c273bef338 /src/panfrost/midgard/compiler.h | |
parent | 2fc44c4dc8077abc5515786933424e85b12f3cc2 (diff) |
pan/midgard: Emit store_output branch just-in-time
We'll need multiple branches for MRT, so we can't defer. Also, we need
to track dependencies to ensure r0 is set to the correct value for each
store_output.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Diffstat (limited to 'src/panfrost/midgard/compiler.h')
-rw-r--r-- | src/panfrost/midgard/compiler.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/panfrost/midgard/compiler.h b/src/panfrost/midgard/compiler.h index 52113dda33f..57c6c06df6d 100644 --- a/src/panfrost/midgard/compiler.h +++ b/src/panfrost/midgard/compiler.h @@ -268,9 +268,6 @@ typedef struct compiler_context { /* Alpha ref value passed in */ float alpha_ref; - /* The index corresponding to the fragment output */ - unsigned fragment_output; - /* The mapping of sysvals to uniforms, the count, and the off-by-one inverse */ unsigned sysvals[MAX_SYSVAL_COUNT]; unsigned sysval_count; |