Re: [Mesa-dev] [PATCH 1/4] radv: don't emit no color formats.

2017-03-27 Thread Bas Nieuwenhuizen
On Mon, Mar 27, 2017 at 10:14 PM, Dave Airlie wrote: > From: Dave Airlie > > If we had no rasterization, we'd emit SPI color > format as all 0's the hw dislikes this, add the workaround > from radeonsi. > > Found while debugging tessellation > >

[Mesa-dev] [PATCH 1/4] radv: don't emit no color formats.

2017-03-27 Thread Dave Airlie
From: Dave Airlie If we had no rasterization, we'd emit SPI color format as all 0's the hw dislikes this, add the workaround from radeonsi. Found while debugging tessellation Signed-off-by: Dave Airlie --- src/amd/vulkan/radv_cmd_buffer.c | 19