[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-09-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 GitLab Migration User changed: What|Removed |Added Resolution|--- |MOVED Status|NEW

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-23 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 --- Comment #6 from Jan Zielinski --- That's correct, worked in 18.0.0 and 18.1.0. The change breaking 32-bit compilation was introduced in 18.2.0. It should be fixed in one of the upcoming releases. As a workaround (again!) to build 32-bit

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 --- Comment #5 from john.frank...@outlook.com --- Really? 32-bit swr was supported in mesa-18.0.0 It looks like I might have started glxgears incorrectly: $ LIBGL_ALWAYS_SOFTWARE=true GALLIUM_DRIVER=swr glxgears ..segfaults $

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 --- Comment #4 from Jan Zielinski --- The 32-bit build is currently not supported on Linux. glxgears work with SWR. Can you share exact command line you use to run glxgears and the backtrace of the crash, if possible? -- You are receiving

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-18 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 --- Comment #3 from john.frank...@outlook.com --- Thanks. The workaround builds without error on 64-bit, but fails with 32-bit. Note that with a 64-bit build, glxgears segfaults with software acceleration - is glxgears hardware acceleration

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 --- Comment #2 from Jan Zielinski --- I've reproduced the issue. It is connected to auto-generated files in swr/rasterizer/jitter directory (gen_*). Those files may have to be regenerated when switching to a different LLVM version, but are

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 --- Comment #1 from john.frank...@outlook.com --- Note that the same error occurs with meson, both autotools and meson builds using gcc-8.2.0 FAILED: src/gallium/drivers/swr/3eb908b@@mesaswr@sta/rasterizer_jitter_builder_mem.cpp.o g++

[Mesa-dev] [Bug 110323] mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver

2019-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=110323 Bug ID: 110323 Summary: mesa-19.0.1 fails to compile with llvm-8.0.0 and Gallium swr driver Product: Mesa Version: 19.0 Hardware: x86-64 (AMD64) OS: Linux