projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7f98a8
)
pan/mdg: Remove old hack
author
Alyssa Rosenzweig
<alyssa.rosenzweig@collabora.com>
Mon, 27 Apr 2020 22:30:53 +0000
(18:30 -0400)
committer
Marge Bot
<eric+marge@anholt.net>
Wed, 29 Apr 2020 15:35:54 +0000
(15:35 +0000)
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4793>
src/panfrost/midgard/compiler.h
patch
|
blob
|
history
diff --git
a/src/panfrost/midgard/compiler.h
b/src/panfrost/midgard/compiler.h
index f55fba1aab1a0f1cfcb6a6c264697d285bdfc98d..6b3028fbe7c0037f82c294a51adeb4364e5a1f87 100644
(file)
--- 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 */