summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2014-09-27configure.ac: Compute LLVM_VERSION_PATCH using llvm-configTom Stellard1-5/+4
2014-09-09configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray1-0/+1
2014-09-09configure: bail out if building svga without libdrmEmil Velikov1-0/+3
2014-08-25configure.ac: bail out if building gallium_gbm without gallium_eglEmil Velikov1-0/+4
2014-08-11configure.ac: Do not require llvm on x32Maarten Lankhorst1-0/+1
2014-08-11configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIBPali Rohár1-3/+3
2014-06-23configure: correctly autodetect xvmc/vdpau/omxEmil Velikov1-1/+1
2014-06-23configure: Only check for OpenCL without LLVM when the latter is certainMichel Dänzer1-4/+4
2014-06-23configure: error out when building opencl without LLVMEmil Velikov1-0/+4
2014-05-30configure: fix build error with XARob Clark1-0/+1
2014-05-16configure: correctly set LD_NO_UNDEFINEDEmil Velikov1-0/+13
2014-05-09configure: error out if building GBM without driEmil Velikov1-0/+7
2014-05-09configure.ac: Add LLVM_VERSION_PATCH to DEFINESTom Stellard1-1/+7
2014-05-02configure: bump up libdrm_radeon requirement to 2.4.54Alex Deucher1-1/+1
2014-05-02targets/omx: add nouveau targetEmil Velikov1-1/+2
2014-04-28Check for dladdr(), rather than assuming we have it if we have RTLD_DEFAULTJon TURNEY1-0/+6
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov1-4/+1
2014-04-25pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov1-0/+4
2014-04-10configure.ac: require libdrm_radeon 2.4.53Marek Olšák1-1/+1
2014-04-09Partially revert "st/xa: Fix advertized version number and try to avoid futur...Emil Velikov1-4/+8
2014-04-07egl/build: Drop two unnecessary Makefiles.Matt Turner1-2/+0
2014-04-05configure: don't require libudev for gbm or egl drm/waylandJonathan Gray1-5/+16
2014-04-05automake: move GALLIUM_DRI_LIB_DEPS to Automake.incEmil Velikov1-3/+0
2014-04-05configure.ac: fix the detection of expat with pkg-configJohannes Nixdorf1-1/+1
2014-04-04st/xa: Fix advertized version number and try to avoid future discrepanciesThomas Hellstrom1-0/+1
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov1-0/+16
2014-03-31configure: autodetect video state-trackers when non swrast driver is presentEmil Velikov1-1/+1
2014-03-31configure: use grep in quiet mode, rather than piping stderr/stdout to /dev/nullEmil Velikov1-6/+6
2014-03-31configure: error out when building gallium-osmesa without softpipeEmil Velikov1-2/+2
2014-03-31Partially revert "automake: allow only shared builds"Emil Velikov1-7/+22
2014-03-31configure: enable dri3 only for linuxEmil Velikov1-6/+12
2014-03-26mapi/glapi: Use ElementTree instead of libxml2.José Fonseca1-1/+0
2014-03-25Revert "build: llvm libs may not be in system search path, add rpath"Ilia Mirkin1-1/+0
2014-03-11automake: allow only shared buildsEmil Velikov1-38/+18
2014-03-11configure: update enable-llvm-shared-libs commentsEmil Velikov1-13/+10
2014-03-11configure: read libomxil-bellagio.pc only when it existsEmil Velikov1-1/+6
2014-03-11automake: create compat symlinks only for linux systemsEmil Velikov1-0/+12
2014-03-11configure: use LIB_EXT rather than hardcoded .soEmil Velikov1-5/+8
2014-03-11configure: remove old makefile variablesEmil Velikov1-36/+0
2014-03-05configure: Fix bashism.Eric Anholt1-1/+1
2014-03-04dri: Require libudev-dev for building DRI on Linux.Eric Anholt1-0/+4
2014-03-04configure: s/--with-llvm-shared-libs/--enable-llvm-shared-libs/José Fonseca1-2/+2
2014-03-04Revert "configure: use enable_dri_glx local variable"Emil Velikov1-9/+6
2014-03-04configure: disable shared glapi when building xlib powered glxEmil Velikov1-0/+6
2014-03-03configure: Remove more flags from llvm-configBruno Jiménez1-1/+8
2014-03-03configure.ac: consolidate dependencies version checkFabio Pedretti1-7/+14
2014-02-28configure: use enable_dri_glx local variableEmil Velikov1-6/+9
2014-02-28configure: enable the drm pipe-loader for non swrast driversEmil Velikov1-1/+3
2014-02-28configure: error out when building xa only with swrastEmil Velikov1-0/+8
2014-02-28configure: avoid setting variables as empty stringsEmil Velikov1-3/+3