| Commit message (Expand) | Author | Age | Files | Lines |
* | configure.ac: remove unneeded trailing semicolon | Emil Velikov | 2017-02-16 | 1 | -11/+11 |
* | configure.ac: bump LIBDRM_RADEON requirement to 2.4.71 | Emil Velikov | 2017-02-16 | 1 | -1/+1 |
* | util: Add utility build-id code. | Matt Turner | 2017-02-15 | 1 | -0/+6 |
* | configure.ac: check for libXdamage 1.1 or later | Emil Velikov | 2017-02-13 | 1 | -1/+2 |
* | configure.ac: dump dri2proto requirement to 2.8 | Emil Velikov | 2017-02-13 | 1 | -1/+1 |
* | configure.ac: do not use deprecated macros - AC_HELP_STRING AC_ERROR | Emil Velikov | 2017-02-13 | 1 | -2/+2 |
* | configure.ac: Drop LLVM compiler flags more radically | Michel Dänzer | 2017-02-13 | 1 | -21/+12 |
* | configure.ac: supersede --enable-gallium-llvm over --enable-llvm | Emil Velikov | 2017-02-10 | 1 | -19/+30 |
* | configure.ac: remove dummy radeon_gallium_llvm_check() | Emil Velikov | 2017-02-10 | 1 | -9/+2 |
* | configure.ac: correctly manage llvm auto-detection | Emil Velikov | 2017-02-10 | 1 | -4/+8 |
* | configure.ac: disable enable_gallium_llvm in the !x86 case | Emil Velikov | 2017-02-10 | 1 | -0/+1 |
* | configure.ac: set LLVM_{C, CXX, LD}FLAGS only as needed | Emil Velikov | 2017-02-10 | 1 | -5/+6 |
* | Revert "configure.ac: Create correct LLVM_VERSION_INT with minor >= 10" | Emil Velikov | 2017-02-10 | 1 | -5/+1 |
* | configure.ac: don't use == with test | Emil Velikov | 2017-02-10 | 1 | -2/+2 |
* | configure.ac: remove unused LLVM variables | Emil Velikov | 2017-02-10 | 1 | -5/+0 |
* | configure.ac: Only define HAVE_LLVM if LLVM is used | Tobias Droste | 2017-02-10 | 1 | -8/+11 |
* | configure.ac: Rework MESA_LLVM and LLVM detection | Tobias Droste | 2017-02-10 | 1 | -12/+15 |
* | configure.ac: move enable-gallium-llvm dependency with-gallium-drivers | Emil Velikov | 2017-02-10 | 1 | -4/+1 |
* | configure.ac: Mandate --enable-gallium-llvm when checking LLVM version | Emil Velikov | 2017-02-10 | 1 | -6/+6 |
* | configure.ac: Rename the gallium_require_llvm helper | Emil Velikov | 2017-02-10 | 1 | -11/+8 |
* | configure.ac: Don't check LLVM version in require_llvm | Tobias Droste | 2017-02-10 | 1 | -3/+1 |
* | configure.ac: move AC_ARG_ENABLE([gallium-llvm] hunk further up | Emil Velikov | 2017-02-10 | 1 | -18/+18 |
* | configure.ac: remove unused AC_SUBST([MESA_LLVM]) | Emil Velikov | 2017-02-10 | 1 | -1/+0 |
* | configure: add blurb about what the LIBDRM_*_REQUIRED stuff means | Ilia Mirkin | 2017-02-09 | 1 | -1/+8 |
* | configure.ac: remove src/gallium/winsys/intel/drm/Makefile reference | Emil Velikov | 2017-02-07 | 1 | -1/+0 |
* | configure.ac: Remove redundant libglvnd stanza | Boyan Ding | 2017-02-07 | 1 | -49/+32 |
* | configure.ac: add swr to the gallium drivers list. | Emil Velikov | 2017-02-07 | 1 | -1/+1 |
* | configure.ac: list all the dri-drivers in the help string | Emil Velikov | 2017-02-07 | 1 | -1/+1 |
* | ilo: EOL drop unmaintained gallium drv from buildsys | Edward O'Callaghan | 2017-02-03 | 1 | -11/+1 |
* | configure: libdrm is a single package | Ilia Mirkin | 2017-02-02 | 1 | -16/+16 |
* | configure.ac: explicitly require libdrm for dri classic drivers. | Dave Airlie | 2017-02-03 | 1 | -0/+5 |
* | configure: Only require libdrm 2.4.75 for intel. | Vinson Lee | 2017-02-02 | 1 | -2/+2 |
* | configure: Require libdrm >= 2.4.75 | Chad Versace | 2017-01-27 | 1 | -1/+1 |
* | configure.ac: list radeon in --with-vulkan-drivers help string | Emil Velikov | 2017-01-27 | 1 | -1/+1 |
* | autoconf: set all __STDC_*_MACROS | Emil Velikov | 2017-01-27 | 1 | -1/+1 |
* | configure.ac: Require LLVM for r300 only on x86 and x86_64 | Andreas Boll | 2017-01-27 | 1 | -1/+14 |
* | configure.ac: move require_dri_shared_libs_and_glapi() before its users | Emil Velikov | 2017-01-20 | 1 | -16/+16 |
* | utils: build sha1/disk cache only with Android/Autoconf | Emil Velikov | 2017-01-18 | 1 | -0/+1 |
* | util: import sha1 implementation from OpenBSD17.0-branchpoint | Emil Velikov | 2017-01-18 | 1 | -160/+1 |
* | configure: error out when building static XOR shared | Emil Velikov | 2017-01-18 | 1 | -4/+2 |
* | configure: explicitly require shared glapi for enable-dri | Emil Velikov | 2017-01-18 | 1 | -3/+1 |
* | configure: factor out commom egl/gbm checks | Emil Velikov | 2017-01-18 | 1 | -29/+18 |
* | configure: remove HAVE_EGL_DRIVER_DRI[23] | Emil Velikov | 2017-01-18 | 1 | -11/+3 |
* | configure: forbid static EGL/GBM | Emil Velikov | 2017-01-18 | 1 | -16/+20 |
* | configure: remove unused AC_SUBST variables | Emil Velikov | 2017-01-18 | 1 | -10/+0 |
* | gallium: correctly manage libsensors link flags | Emil Velikov | 2017-01-18 | 1 | -3/+3 |
* | mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macro | Emil Velikov | 2017-01-18 | 1 | -8/+1 |
* | configure: use standard check for attribure alias | Emil Velikov | 2017-01-18 | 1 | -0/+1 |
* | configure.ac: Revert recent HAVE_LLVM changes. | Jose Fonseca | 2017-01-18 | 1 | -42/+27 |
* | configure.ac: Respect LLVM_CFLAGS in LLVM version detection | Tomasz Figa | 2017-01-18 | 1 | -0/+6 |