Re: [Mesa-dev] [PATCH 1/2] radeonsi: keep track of the sampler state for texture handles

2017-06-19 Thread Marek Olšák
On Mon, Jun 19, 2017 at 7:29 PM, Samuel Pitoiset wrote: > Needed for updating all resident texture descriptors when > dirty_tex_counter changes. > > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/radeonsi/si_descriptors.c | 12 +++- > src/gallium/drivers/radeonsi/si_pipe.h

Re: [Mesa-dev] [PATCH 1/2] radeonsi: keep track of the sampler state for texture handles

2017-06-19 Thread Marek Olšák
On Mon, Jun 19, 2017 at 10:06 PM, Marek Olšák wrote: > On Mon, Jun 19, 2017 at 7:29 PM, Samuel Pitoiset > wrote: >> Needed for updating all resident texture descriptors when >> dirty_tex_counter changes. >> >> Signed-off-by: Samuel Pitoiset >> --- >> src/gallium/drivers/radeonsi/si_descriptors.

Re: [Mesa-dev] [PATCH 1/2] radeonsi: keep track of the sampler state for texture handles

2017-06-19 Thread Samuel Pitoiset
On 06/19/2017 10:13 PM, Marek Olšák wrote: On Mon, Jun 19, 2017 at 10:06 PM, Marek Olšák wrote: On Mon, Jun 19, 2017 at 7:29 PM, Samuel Pitoiset wrote: Needed for updating all resident texture descriptors when dirty_tex_counter changes. Signed-off-by: Samuel Pitoiset --- src/gallium/dri

[Mesa-dev] [PATCH 1/2] radeonsi: keep track of the sampler state for texture handles

2017-06-19 Thread Samuel Pitoiset
Needed for updating all resident texture descriptors when dirty_tex_counter changes. Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/radeonsi/si_descriptors.c | 12 +++- src/gallium/drivers/radeonsi/si_pipe.h| 1 + 2 files changed, 8 insertions(+), 5 deletions(-) diff --