[Mesa-dev] [PATCH v2 6/7] anv: Stop including brw_context.h

Jason Ekstrand jason at jlekstrand.net
Thu Mar 2 20:30:37 UTC 2017


---
 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 f148b35..c7c7170 100644
--- a/src/intel/vulkan/anv_private.h
+++ b/src/intel/vulkan/anv_private.h
@@ -63,9 +63,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.5.0.400.gff86faf



More information about the mesa-dev mailing list