projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a19cdf9
)
pan/midgard: Fix midgard_compile.h includes
author
Afonso Bordado
<afonsobordado@az8.co>
Tue, 31 Dec 2019 15:08:49 +0000
(15:08 +0000)
committer
Marge Bot
<eric+marge@anholt.net>
Tue, 14 Jan 2020 17:16:11 +0000
(17:16 +0000)
We now use enum mali_format which is defined in panfrost-job.h
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3243>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3243>
src/panfrost/midgard/midgard_compile.h
patch
|
blob
|
history
diff --git
a/src/panfrost/midgard/midgard_compile.h
b/src/panfrost/midgard/midgard_compile.h
index 9f29cab50767e04d8c632ad4debd395d23b4760b..51d1c3fe1c333765bdeaee9cc23aac5c04582091 100644
(file)
--- a/
src/panfrost/midgard/midgard_compile.h
+++ b/
src/panfrost/midgard/midgard_compile.h
@@
-26,6
+26,7
@@
#include "compiler/nir/nir.h"
#include "util/u_dynarray.h"
+#include "panfrost-job.h"
/* Define the general compiler entry point */