[Mesa-dev] [PATCH v2 8/9] anv: Removed unused header file

Sagar Ghuge sagar.ghuge at intel.com
Tue Mar 12 19:57:07 UTC 2019


Reviewed-by: Sagar Ghuge <sagar.ghuge at intel.com>

On 3/12/19 3:34 AM, Eleni Maria Stea wrote:
> In src/intel/vulkan/genX_blorp_exec.c we included the file:
> common/gen_sample_positions.h but not use it. Removed.
> ---
>  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 e9c85d56d5f..0eeefaaa9d6 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-dev mailing list