pan/mdg: Remove old hack

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4793>
This commit is contained in:
Alyssa Rosenzweig 2020-04-27 18:30:53 -04:00 committed by Marge Bot
parent d7f98a87f2
commit 05f5267f23

View file

@ -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 */