[Mesa-dev] [PATCH v2 07/25] anv: Stop including brw_context.h

Emil Velikov emil.l.velikov at gmail.com
Thu Mar 9 19:06:56 UTC 2017


From: Jason Ekstrand <jason.ekstrand at intel.com>

---
 src/intel/vulkan/anv_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h
index 27c1923945..2552226879 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -67,9 +67,9 @@ struct gen_l3_config;
 #include <vulkan/vk_icd.h>
 
 #include "anv_entrypoints.h"
-#include "brw_context.h"
 #include "isl/isl.h"
 
+#include "common/gen_debug.h"
 #include "wsi_common.h"
 
 /* Allowing different clear colors requires us to perform a depth resolve at
-- 
2.11.1



More information about the mesa-dev mailing list