[Mesa-dev] [PATCH 0/6] configure.ac: Bug fixes and related optimizations
Tobias Droste
tdroste at gmx.de
Thu Dec 8 02:03:34 UTC 2016
Patches 1 to 4 (hopefully) fix https://bugs.freedesktop.org/show_bug.cgi?id=99010.
Patch 5 and 6 are cosmetic changes.
I build and run tested this with radeonsi, radv and llvmpipe and build tested with softpipe.
@Emil:
Please test and push if everything is ok.
Tobias Droste (6):
configure.ac: Rename MESA_LLVM to FOUND_LLVM
configure.ac: Only set LLVM_LIBS if LLVM is used
configure.ac: Only define HAVE_LLVM if LLVM is used
configure.ac: Set and use HAVE_GALLIUM_LLVM define
configure.ac: Make setting LLVM_LIBS a function
configure.ac: Don't check LLVM version in gallium_require_llvm
configure.ac | 159 +++++++++++++++++-------------
src/gallium/auxiliary/draw/draw_context.c | 14 +--
src/gallium/auxiliary/draw/draw_context.h | 2 +-
src/gallium/auxiliary/draw/draw_pt.c | 4 +-
src/gallium/auxiliary/draw/draw_vs.c | 2 +-
src/gallium/auxiliary/draw/draw_vs.h | 2 +-
6 files changed, 100 insertions(+), 83 deletions(-)
--
2.11.0
More information about the mesa-dev
mailing list