Re: [Mesa-dev] [PATCH 4/9] radeonsi: flush CB after MSAA only when transitioning from CB to textures

2017-06-19 Thread Marek Olšák
On Mon, Jun 19, 2017 at 2:27 PM, Nicolai Hähnle wrote: > On 16.06.2017 14:58, Marek Olšák wrote: >> >> From: Marek Olšák >> >> The main flush before texturing is done after the FMASK decompress pass. >> >> CB after MSAA rendering is not flushed in set_framebuffer_state and also >> not in memory_b

Re: [Mesa-dev] [PATCH 4/9] radeonsi: flush CB after MSAA only when transitioning from CB to textures

2017-06-19 Thread Nicolai Hähnle
On 16.06.2017 14:58, Marek Olšák wrote: From: Marek Olšák The main flush before texturing is done after the FMASK decompress pass. CB after MSAA rendering is not flushed in set_framebuffer_state and also not in memory_barrier if the current color buffer is MSAA. We fully rely on the FMASK deco

[Mesa-dev] [PATCH 4/9] radeonsi: flush CB after MSAA only when transitioning from CB to textures

2017-06-16 Thread Marek Olšák
From: Marek Olšák The main flush before texturing is done after the FMASK decompress pass. CB after MSAA rendering is not flushed in set_framebuffer_state and also not in memory_barrier if the current color buffer is MSAA. We fully rely on the FMASK decompress pass for the flushing. Some CB dec