Re: [Mesa-dev] [PATCH] radeonsi: Lazily re-set sampler views after disabling DCC

2016-03-10 Thread Nicolai Hähnle
On 09.03.2016 16:12, Bas Nieuwenhuizen wrote: Clear DCC flags if necessary when binding a new sampler_view. Also rebind all sampler views so that the sampler views that were already bound are also up to date. Seems mostly reasonable to me and should cover all the cases. I don't think rebinding

[Mesa-dev] [PATCH] radeonsi: Lazily re-set sampler views after disabling DCC

2016-03-09 Thread Bas Nieuwenhuizen
Clear DCC flags if necessary when binding a new sampler_view. Also rebind all sampler views so that the sampler views that were already bound are also up to date. Signed-off-by: Bas Nieuwenhuizen --- src/gallium/drivers/radeon/r600_texture.c | 2 -- src/gallium/drivers/radeonsi/si_descripto