[Mesa-dev] [PATCH 6/7] radeonsi: use all SPI color formats

2016-01-19 Thread Marek Olšák
From: Marek Olšák because not using SPI_SHADER_32_ABGR doubles fill rate. We should also get optimal performance if alpha isn't needed or blending isn't enabled. --- src/gallium/drivers/radeon/r600_pipe_common.h | 6 +- src/gallium/drivers/radeonsi/si_blit.c |

Re: [Mesa-dev] [PATCH 6/7] radeonsi: use all SPI color formats

2016-01-19 Thread Axel Davy
On 19/01/2016 17:11, Marek Olšák wrote: From: Marek Olšák because not using SPI_SHADER_32_ABGR doubles fill rate. We should also get optimal performance if alpha isn't needed or blending isn't enabled. --- src/gallium/drivers/radeon/r600_pipe_common.h | 6 +-

Re: [Mesa-dev] [PATCH 6/7] radeonsi: use all SPI color formats

2016-01-19 Thread Marek Olšák
On Tue, Jan 19, 2016 at 5:20 PM, Axel Davy wrote: > On 19/01/2016 17:11, Marek Olšák wrote: >> >> From: Marek Olšák >> >> because not using SPI_SHADER_32_ABGR doubles fill rate. >> >> We should also get optimal performance if alpha isn't needed or blending