Re: [Mesa-dev] [PATCH] anv: Remove base_vertex/instance from push_constants

2017-09-27 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 28/09/17 01:02, Jason Ekstrand wrote: This is just legacy cruft. We don't push these values; we pass them in as vertex attributes. --- src/intel/vulkan/anv_private.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/

[Mesa-dev] [PATCH] anv: Remove base_vertex/instance from push_constants

2017-09-27 Thread Jason Ekstrand
This is just legacy cruft. We don't push these values; we pass them in as vertex attributes. --- src/intel/vulkan/anv_private.h | 7 --- 1 file changed, 7 deletions(-) diff --git a/src/intel/vulkan/anv_private.h b/src/intel/vulkan/anv_private.h index 3ba623a..b58c803 100644 --- a/src/intel/v