Re: [Mesa-dev] [PATCH] radv: Use correct bindings for inputRate in key generation.

2018-01-18 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 01/18/2018 03:55 PM, Bas Nieuwenhuizen wrote: The bindings also have an index field. Fixes: 49d035122e "radv: Add single pipeline cache key." Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104677 --- src/amd/vulkan/radv_pipeline.c | 8 +++- 1 file

Re: [Mesa-dev] [PATCH] radv: Use correct bindings for inputRate in key generation.

2018-01-18 Thread Dave Airlie
On 19 January 2018 at 00:55, Bas Nieuwenhuizen wrote: > The bindings also have an index field. Make sense, Reviewed-by: Dave Airlie > > Fixes: 49d035122e "radv: Add single pipeline cache key." > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104677 > --- > src/amd/vulkan/radv_pipeline

[Mesa-dev] [PATCH] radv: Use correct bindings for inputRate in key generation.

2018-01-18 Thread Bas Nieuwenhuizen
The bindings also have an index field. Fixes: 49d035122e "radv: Add single pipeline cache key." Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104677 --- src/amd/vulkan/radv_pipeline.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_pipeline.