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
diff --git a/configure.ac b/configure.ac
index c14d39a285a6..da8be8b02f3e 10
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: https://bu
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
> >> fallback in that case.
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 checks had to be added.