r600: Make sure LLVM is not used for DRAW
authorGert Wollny <gert.wollny@collabora.com>
Fri, 27 Dec 2019 20:24:11 +0000 (21:24 +0100)
committerMarge Bot <eric+marge@anholt.net>
Mon, 10 Feb 2020 19:09:08 +0000 (19:09 +0000)
commit90a7d2e08fbd94d443fe6aeed093e4c758b169da
treefabf0c51235ed020e99dc435701c3aa8922dd0d5
parent37125b7cc220fd9b77e9882268892ca4e79a0627
r600: Make sure LLVM is not used for DRAW

For some reasone that is not yet clear the piglit
gl-1.0-rendermode-feedback makes use of the LLVM pipe draw module and
fails there with an assertion. Explicietly disabling LLVM fixes this.

Signed-off-by: Gert Wollny <gert.wollny@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3225>
src/gallium/drivers/r600/r600_pipe_common.c