From: Alyssa Rosenzweig Date: Mon, 27 Apr 2020 22:30:53 +0000 (-0400) Subject: pan/mdg: Remove old hack X-Git-Tag: upstream/20.1.8~544 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05f5267f234774578b5365837b401f233d6c9f73;p=platform%2Fupstream%2Fmesa.git pan/mdg: Remove old hack Signed-off-by: Alyssa Rosenzweig Part-of: --- diff --git a/src/panfrost/midgard/compiler.h b/src/panfrost/midgard/compiler.h index f55fba1..6b3028f 100644 --- a/src/panfrost/midgard/compiler.h +++ b/src/panfrost/midgard/compiler.h @@ -115,9 +115,6 @@ typedef struct midgard_instruction { bool writeout_stencil; bool last_writeout; - /* Kind of a hack, but hint against aggressive DCE */ - bool dont_eliminate; - /* Masks in a saneish format. One bit per channel, not packed fancy. * Use this instead of the op specific ones, and switch over at emit * time */