mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 20:10:17 +01:00
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:
parent
d7f98a87f2
commit
05f5267f23
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue