summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2019-05-23 04:49:24 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2019-05-23 04:49:24 +0000
commit7e9fcdedf739d54d4688497dc95237285f4d0682 (patch)
tree7aadd67d7fb235317134f82835968a29fd6a0cef
parent42d39464515db73f5d800503b057669b987ac7a9 (diff)
Import Mesa 19.0.5
-rw-r--r--lib/mesa/src/freedreno/ir3/ir3_depth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/freedreno/ir3/ir3_depth.c b/lib/mesa/src/freedreno/ir3/ir3_depth.c
index 071b5e3c5..e0500b431 100644
--- a/lib/mesa/src/freedreno/ir3/ir3_depth.c
+++ b/lib/mesa/src/freedreno/ir3/ir3_depth.c
@@ -90,7 +90,7 @@ int ir3_delayslots(struct ir3_instruction *assigner,
* handled with sync bits
*/
- if (is_meta(assigner) || is_meta(consumer))
+ if (is_meta(assigner))
return 0;
if (writes_addr(assigner))