summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* configure.ac: bump libdrm_freedreno requirementRob Clark2014-09-281-1/+1
* configure.ac: Compute LLVM_VERSION_PATCH using llvm-configTom Stellard2014-09-271-5/+4
* configure: use explicit enabled/disabled in config switch descriptionEmil Velikov2014-09-271-12/+12
* configure: ask vdpau.pc for the default location of the vdpau driversEmil Velikov2014-09-271-3/+8
* configure: drop --with-egl-driver-dir switchEmil Velikov2014-09-271-7/+0
* configure: remove non-functional --with-opencl-libdirEmil Velikov2014-09-271-8/+0
* configure.ac: Replace gallium_check_st with gallium_require_drm.Matt Turner2014-09-251-13/+10
* configure.ac: Drop gallium directory tracking.Matt Turner2014-09-251-78/+0
* configure.ac: Use autoconf macro for GNU make.Matt Turner2014-09-251-1/+1
* ralloc: Mark ralloc functions with gcc's malloc attribute.Matt Turner2014-09-251-0/+1
* mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner2014-09-251-0/+4
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-251-0/+9
* configure.ac: Remove duplicate -DHAVE_PTHREAD.Matt Turner2014-09-241-5/+4
* configure.ac: Stop checking for perl.Matt Turner2014-09-241-2/+0
* configure.ac: Use test -a, rather than another test.Matt Turner2014-09-241-9/+9
* configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variablesEmil Velikov2014-09-241-5/+0
* configure: remove unused variable OSMESA_MESA_DEPSEmil Velikov2014-09-241-2/+0
* configure.ac: unbreak the build with non gnu grepJonathan Gray2014-09-101-1/+1
* configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray2014-09-091-0/+1
* automake: remove obsolete NEED_GALLIUM_LOADEREmil Velikov2014-09-091-1/+0
* configure: enable the gallium loader only when neededEmil Velikov2014-09-091-10/+16
* configure: inform the user when we're building sw/kms-driEmil Velikov2014-09-091-0/+1
* configure: kill off NEED_WINSYS_WRAPPEREmil Velikov2014-09-091-2/+0
* configure: kill off NEED_NONNULL_WINSYSEmil Velikov2014-09-091-33/+21
* configure: bail out if building svga without libdrmEmil Velikov2014-09-091-0/+3
* configure.ac: Fix build with git-svn llvm version stringTom Stellard2014-09-091-1/+1
* configure: check for core xcb and link the VL targets against itEmil Velikov2014-09-051-4/+4
* configure: check for core xcb and link libEGL against itEmil Velikov2014-09-051-1/+1
* configure: check for core xcb and link libGL against itEmil Velikov2014-09-051-3/+6
* automake: check if the linker supports --dynamic-listJonathan Gray2014-09-051-0/+18
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-051-0/+2
* Revert "configure: Disable xvmc by default"Emil Velikov2014-08-281-1/+1
* mapi: Inline shared-glapi/tests/Makefile.Matt Turner2014-08-181-1/+0
* mapi: Inline glapi/tests/Makefile.Matt Turner2014-08-181-1/+0
* mapi: Inline glapi/Makefile.Matt Turner2014-08-181-1/+0
* mapi: Inline es2api/Makefile.Matt Turner2014-08-181-1/+0
* mapi: Inline es1api/Makefile.Matt Turner2014-08-181-1/+0
* mapi: Inline shared-glapi/Makefile.Matt Turner2014-08-181-1/+0
* configure.ac: remove enable 32/64 bit hacksEmil Velikov2014-08-141-38/+2
* Revert "configure: Fix --enable-XX-bit flags by moving LT_INIT where it should"Emil Velikov2014-08-141-8/+3
* mesa: guard better when building with sse4.1 optimisationsEmil Velikov2014-08-131-0/+3
* automake: compact gallium/target/Makefile into gallium/MakefileEmil Velikov2014-08-131-1/+0
* automake: merge gallium/state_trackers/Makefile into gallium/MakefileEmil Velikov2014-08-131-1/+0
* automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov2014-08-131-2/+1
* configure.ac: drop enable_dri check in gallium_gbmEmil Velikov2014-08-121-4/+0
* configure.ac: bail out if building gallium_gbm without gallium_eglEmil Velikov2014-08-121-0/+4
* configure: Fix --enable-XX-bit flags by moving LT_INIT where it shouldAlexandre Demers2014-08-121-3/+8
* configure.ac: Do not require llvm on x32Maarten Lankhorst2014-08-111-0/+1
* configure.ac: Use LIBS rather than LDFLAGS to add -ldl to dladdr checkJon TURNEY2014-08-091-3/+4
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-1/+20