Re: [Mesa-dev] [PATCH 3/7] radeonsi: add sampler view BOs to the BO list last

2016-09-13 Thread Marek Olšák
On Tue, Sep 13, 2016 at 11:22 AM, Nicolai Hähnle wrote: > On 13.09.2016 00:44, Marek Olšák wrote: >> >> From: Marek Olšák >> >> This might not be stricly needed, but better safe than sorry. > > > I think it's not needed, but it is a bit cleaner perhaps?

Re: [Mesa-dev] [PATCH 3/7] radeonsi: add sampler view BOs to the BO list last

2016-09-13 Thread Nicolai Hähnle
On 13.09.2016 00:44, Marek Olšák wrote: From: Marek Olšák This might not be stricly needed, but better safe than sorry. I think it's not needed, but it is a bit cleaner perhaps? If si_sampler_view_add_buffer ends up flushing, then the code in begin_new_cs would

[Mesa-dev] [PATCH 3/7] radeonsi: add sampler view BOs to the BO list last

2016-09-12 Thread Marek Olšák
From: Marek Olšák This might not be stricly needed, but better safe than sorry. --- src/gallium/drivers/radeonsi/si_descriptors.c | 17 ++--- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/gallium/drivers/radeonsi/si_descriptors.c