Re: [Mesa-dev] [PATCH 1/2] radv: check that pipeline is different before binding it

2017-10-04 Thread Bas Nieuwenhuizen
Series is Reviewed-by: Bas Nieuwenhuizen On Wed, Oct 4, 2017 at 10:27 PM, Samuel Pitoiset wrote: > We only need to dirty the descriptors when the pipeline is > a new one, because user SGPRs can be potentially different. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/vulkan/radv_cmd_buffer

[Mesa-dev] [PATCH 1/2] radv: check that pipeline is different before binding it

2017-10-04 Thread Samuel Pitoiset
We only need to dirty the descriptors when the pipeline is a new one, because user SGPRs can be potentially different. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 10 -- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/amd/vulkan/radv_cmd_buffer