[Mesa-dev] [PATCH v2] radv: remove some unused macros and functions

Emil Velikov emil.l.velikov at gmail.com
Fri Jan 13 15:16:15 UTC 2017


On 11 January 2017 at 01:31, Grazvydas Ignotas <notasas at gmail.com> wrote:
> These seem unlikely to be used.
> Also remove irrelevant comment about SKL.
>
> v2: forgot to rebase on master
>
> Signed-off-by: Grazvydas Ignotas <notasas at gmail.com>
> ---
> no commit access
>
>  src/amd/vulkan/radv_private.h | 15 +--------------
>  src/amd/vulkan/radv_util.c    | 19 -------------------
>  2 files changed, 1 insertion(+), 33 deletions(-)
>
> diff --git a/src/amd/vulkan/radv_private.h b/src/amd/vulkan/radv_private.h
> index ebda49d..fc3cbca 100644
> --- a/src/amd/vulkan/radv_private.h
> +++ b/src/amd/vulkan/radv_private.h
> @@ -79,8 +79,7 @@ typedef uint32_t xcb_window_t;
>  #define MAX_SCISSORS    16
>  #define MAX_PUSH_CONSTANTS_SIZE 128
>  #define MAX_DYNAMIC_BUFFERS 16
> -#define MAX_IMAGES 8
Care to port this to ANV ? Afaict the above one is used, but the rest
can be purged.

Thanks
Emil


More information about the mesa-dev mailing list