Re: [Mesa-dev] [PATCH] radv: Optimize rebinding the same descriptor set.

2018-09-16 Thread Samuel Pitoiset
On 9/16/18 2:21 AM, Bas Nieuwenhuizen wrote: Thsi makes it cheaper to just change the dynamic offsets with typo: This Sounds reasonable. Reviewed-by: Samuel Pitoiset the same descriptor sets. Suggested-by: Philip Rebohle --- src/amd/vulkan/radv_cmd_buffer.c | 8 +++- 1 file chan

[Mesa-dev] [PATCH] radv: Optimize rebinding the same descriptor set.

2018-09-15 Thread Bas Nieuwenhuizen
Thsi makes it cheaper to just change the dynamic offsets with the same descriptor sets. Suggested-by: Philip Rebohle --- src/amd/vulkan/radv_cmd_buffer.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/amd/vulkan/radv_cmd_buffer.c b/src/amd/vulkan/radv_cmd_buffer.c