Re: [Mesa-dev] [PATCH 2/2] radeonsi: simplify invalidation of RW buffer bindings

2016-04-21 Thread Nicolai Hähnle
On 21.04.2016 10:58, Marek Olšák wrote: From: Marek Olšák this is a follow-up to the RW buffer cleanup. Any chance you could squash this with the patch in the earlier series for better bisect-ability of the history? Either way, Reviewed-by: Nicolai Hähnle --- src/gallium/drivers/radeo

[Mesa-dev] [PATCH 2/2] radeonsi: simplify invalidation of RW buffer bindings

2016-04-21 Thread Marek Olšák
From: Marek Olšák this is a follow-up to the RW buffer cleanup. --- src/gallium/drivers/radeonsi/si_descriptors.c | 42 --- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_descriptors.c b/src/gallium/drivers/radeonsi/si_des