Re: [Mesa-dev] [PATCH] radv: don't force clearing the stencil aspect for LOAD_OP_DONT_CARE

2018-11-19 Thread Samuel Pitoiset
On 11/19/18 12:25 PM, Bas Nieuwenhuizen wrote: On Mon, Nov 19, 2018 at 12:21 PM Samuel Pitoiset wrote: On 11/19/18 11:56 AM, Bas Nieuwenhuizen wrote: On Thu, Nov 15, 2018 at 10:51 AM Samuel Pitoiset wrote: This has been initially added for a Sascha demo (ie. deferredshadows), but as fa

Re: [Mesa-dev] [PATCH] radv: don't force clearing the stencil aspect for LOAD_OP_DONT_CARE

2018-11-19 Thread Bas Nieuwenhuizen
On Mon, Nov 19, 2018 at 12:21 PM Samuel Pitoiset wrote: > > > > On 11/19/18 11:56 AM, Bas Nieuwenhuizen wrote: > > On Thu, Nov 15, 2018 at 10:51 AM Samuel Pitoiset > > wrote: > >> > >> This has been initially added for a Sascha demo (ie. deferredshadows), > >> but as far I can tell this seems to

Re: [Mesa-dev] [PATCH] radv: don't force clearing the stencil aspect for LOAD_OP_DONT_CARE

2018-11-19 Thread Samuel Pitoiset
On 11/19/18 11:56 AM, Bas Nieuwenhuizen wrote: On Thu, Nov 15, 2018 at 10:51 AM Samuel Pitoiset wrote: This has been initially added for a Sascha demo (ie. deferredshadows), but as far I can tell this seems to no longer be needed. No CTS changes on GFX9 and I didn't find a game that is affe

Re: [Mesa-dev] [PATCH] radv: don't force clearing the stencil aspect for LOAD_OP_DONT_CARE

2018-11-19 Thread Bas Nieuwenhuizen
On Thu, Nov 15, 2018 at 10:51 AM Samuel Pitoiset wrote: > > This has been initially added for a Sascha demo (ie. deferredshadows), > but as far I can tell this seems to no longer be needed. > > No CTS changes on GFX9 and I didn't find a game that is affected. > > Signed-off-by: Samuel Pitoiset >

[Mesa-dev] [PATCH] radv: don't force clearing the stencil aspect for LOAD_OP_DONT_CARE

2018-11-15 Thread Samuel Pitoiset
This has been initially added for a Sascha demo (ie. deferredshadows), but as far I can tell this seems to no longer be needed. No CTS changes on GFX9 and I didn't find a game that is affected. Signed-off-by: Samuel Pitoiset --- src/amd/vulkan/radv_cmd_buffer.c | 3 --- 1 file changed, 3 deleti