Re: [Mesa-dev] [PATCH 3/3 v2] r600g: get rid of dummy pixel shader

2017-04-12 Thread Markus Trippelsdorf
On 2017.04.12 at 20:45 +0100, Emil Velikov wrote: > On 12 April 2017 at 20:34, Constantine Kharlamov wrote: > > >> I suspect this breaks because r600 more often fails to > >> compile some shaders, > >> and the hw requires a fragment shader and we use the empty one as a > >>

Re: [Mesa-dev] [PATCH 3/3 v2] r600g: get rid of dummy pixel shader

2017-04-12 Thread Markus Trippelsdorf
On 2017.04.10 at 22:48 +0200, Marek Olšák wrote: > Pushed the series, thanks! > > Marek > > On Mon, Apr 10, 2017 at 10:04 PM, Constantine Kharlamov > wrote: > > The idea is taken from radeonsi. The code mostly was already checking for > > null > > pixel shader, so little

Re: [Mesa-dev] [PATCH 2/6] r600g: apply disable workaround on all scissors

2015-09-08 Thread Markus Trippelsdorf
On 2015.09.03 at 01:54 +0300, Grazvydas Ignotas wrote: > During review of the "r600g: make all scissor states use single atom" patch > Marek Olšák noticed that scissor disable workaround should be applied on > all scissor states and not just first one, so let's do so. This patch causes:

[Mesa-dev] [PATCH] configure.ac: remove -fcolor-diagnostics from LLVM flags

2013-12-15 Thread Markus Trippelsdorf
When LLVM is build with Clang, llvm-config --cxxflags contains the -fcolor-diagnostics flag. It is not recognized by gcc and the build fails. Fix by removing the flag. Signed-off-by: Markus Trippelsdorf mar...@trippelsdorf.de diff --git a/configure.ac b/configure.ac index c14d39a285a6