Module: Mesa
Branch: master
Commit: 9dca3beb62e894bbd720c5eecb47c0fd2c6132f9
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=9dca3beb62e894bbd720c5eecb47c0fd2c6132f9

Author: Eric Anholt <[email protected]>
Date:   Sun Jun  7 12:02:02 2015 -0700

vc4: Drop qir include from vc4_screen.h

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 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/vc4/vc4_screen.h 
b/src/gallium/drivers/vc4/vc4_screen.h
index 46c4687..fb08cc1 100644
--- 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;
 

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to