projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d10b2a
)
vc4: Drop qir include from vc4_screen.h
author
Eric Anholt
<eric@anholt.net>
Sun, 7 Jun 2015 19:02:02 +0000
(12:02 -0700)
committer
Eric Anholt
<eric@anholt.net>
Tue, 9 Jun 2015 19:25:50 +0000
(12:25 -0700)
We didn't need any of it except for the list header, and qir.h pulls in
nir.h, which is not really interesting to winsys.
src/gallium/drivers/vc4/vc4_screen.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/vc4/vc4_screen.h
b/src/gallium/drivers/vc4/vc4_screen.h
index
46c4687
..
fb08cc1
100644
(file)
--- a/
src/gallium/drivers/vc4/vc4_screen.h
+++ b/
src/gallium/drivers/vc4/vc4_screen.h
@@
-27,7
+27,7
@@
#include "pipe/p_screen.h"
#include "os/os_thread.h"
#include "state_tracker/drm_driver.h"
-#include "
vc4_qir
.h"
+#include "
util/list
.h"
struct vc4_bo;