Mesa (master): anv: Removed unused header file

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 27 23:35:39 UTC 2021


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

Author: Eleni Maria Stea <estea at igalia.com>
Date:   Thu Mar 14 21:52:06 2019 +0200

anv: Removed unused header file

In src/intel/vulkan/genX_blorp_exec.c we included the file:
common/gen_sample_positions.h but not use it. Removed.

Reviewed-by: Sagar Ghuge <sagar.ghuge at intel.com>
Reviewed-by: Jason Ekstrand <jason at jlekstrand.net>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1887>

---

 src/intel/vulkan/genX_blorp_exec.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/intel/vulkan/genX_blorp_exec.c b/src/intel/vulkan/genX_blorp_exec.c
index 476e9a6217a..10b98543c85 100644
--- a/src/intel/vulkan/genX_blorp_exec.c
+++ b/src/intel/vulkan/genX_blorp_exec.c
@@ -31,7 +31,6 @@
 #undef __gen_combine_address
 
 #include "common/gen_l3_config.h"
-#include "common/gen_sample_positions.h"
 #include "blorp/blorp_genX_exec.h"
 
 static void *



More information about the mesa-commit mailing list