summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2017-02-03ilo: EOL drop unmaintained gallium drv from buildsysEdward O'Callaghan1-11/+1
2017-02-02configure: libdrm is a single packageIlia Mirkin1-16/+16
2017-02-03configure.ac: explicitly require libdrm for dri classic drivers.Dave Airlie1-0/+5
2017-02-02configure: Only require libdrm 2.4.75 for intel.Vinson Lee1-2/+2
2017-01-27configure: Require libdrm >= 2.4.75Chad Versace1-1/+1
2017-01-27configure.ac: list radeon in --with-vulkan-drivers help stringEmil Velikov1-1/+1
2017-01-27autoconf: set all __STDC_*_MACROSEmil Velikov1-1/+1
2017-01-27configure.ac: Require LLVM for r300 only on x86 and x86_64Andreas Boll1-1/+14
2017-01-20configure.ac: move require_dri_shared_libs_and_glapi() before its usersEmil Velikov1-16/+16
2017-01-18utils: build sha1/disk cache only with Android/AutoconfEmil Velikov1-0/+1
2017-01-18util: import sha1 implementation from OpenBSD17.0-branchpointEmil Velikov1-160/+1
2017-01-18configure: error out when building static XOR sharedEmil Velikov1-4/+2
2017-01-18configure: explicitly require shared glapi for enable-driEmil Velikov1-3/+1
2017-01-18configure: factor out commom egl/gbm checksEmil Velikov1-29/+18
2017-01-18configure: remove HAVE_EGL_DRIVER_DRI[23]Emil Velikov1-11/+3
2017-01-18configure: forbid static EGL/GBMEmil Velikov1-16/+20
2017-01-18configure: remove unused AC_SUBST variablesEmil Velikov1-10/+0
2017-01-18gallium: correctly manage libsensors link flagsEmil Velikov1-3/+3
2017-01-18mesa: make use of HAVE_FUNC_ATTRIBUTE_ALIAS macroEmil Velikov1-8/+1
2017-01-18configure: use standard check for attribure aliasEmil Velikov1-0/+1
2017-01-18configure.ac: Revert recent HAVE_LLVM changes.Jose Fonseca1-42/+27
2017-01-18configure.ac: Respect LLVM_CFLAGS in LLVM version detectionTomasz Figa1-0/+6
2017-01-18configure.ac: Don't check LLVM version in gallium_require_llvmTobias Droste1-3/+1
2017-01-18configure.ac: Set and use HAVE_GALLIUM_LLVM defineTobias Droste1-0/+1
2017-01-18configure.ac: Only define HAVE_LLVM if LLVM is usedTobias Droste1-7/+9
2017-01-18configure.ac: Only set LLVM_LIBS if LLVM is usedTobias Droste1-9/+24
2017-01-18configure.ac: Rename MESA_LLVM to FOUND_LLVMTobias Droste1-11/+10
2017-01-17vl/dri3: use external texture as back buffers(v4)Nayan Deshmukh1-1/+1
2017-01-13egl/wayland: Avoid race conditions when on non-main threadJonas Ã…dahl1-1/+1
2017-01-12glx: Add missing glproto dependency for gallium-xlib glxChuck Atkins1-1/+3
2017-01-12imx: gallium driver for imx-drm scanout driverChristian Gmeiner1-1/+13
2017-01-12etnaviv: gallium driver for Vivante GPUsThe etnaviv authors1-1/+10
2017-01-05configure: Fix another bashism.Eric Anholt1-1/+1
2016-12-09configure: cleanup GLX_USE_TLS handlingEmil Velikov1-2/+3
2016-12-09configure: enable glx-tls by defaultEmil Velikov1-2/+2
2016-12-05configure.ac: Create correct LLVM_VERSION_INT with minor >= 10Tobias Droste1-1/+5
2016-12-05configure.ac: Get complete LLVM version from headerTobias Droste1-6/+4
2016-12-05configure.ac: Add required LLVM versions to the topTobias Droste1-14/+54
2016-12-05configure.ac: Only add default LLVM components if neededTobias Droste1-3/+12
2016-12-05configure.ac: Reorder arguments in radeon_llvm_checkTobias Droste1-8/+8
2016-12-05configure.ac: Move radv check to the Vulkan sectionTobias Droste1-4/+1
2016-12-05configure.ac: Move LLVM ac_subst closer to usageTobias Droste1-15/+14
2016-12-05configure.ac: Move oCL LLVM checks to the oCL sectionTobias Droste1-22/+19
2016-12-05configure.ac: Move llvm_set_environment_variables higher.Tobias Droste1-7/+4
2016-12-05configure.ac: Remove swr_llvm_check()Tobias Droste1-11/+2
2016-12-05configure.ac: Check gallium LLVM version in gallium_require_llvmTobias Droste1-12/+5
2016-12-05configure.ac: Use short names for r600 und r300Tobias Droste1-4/+4
2016-12-05configure.ac: Remove useless oCL LLVM checkTobias Droste1-4/+0
2016-12-05configure.ac: Move llvm-config searching outside the functionTobias Droste1-8/+8
2016-12-05configure.ac: Move LLVM functions to the topTobias Droste1-77/+74