summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2014-09-25mesa: Replace a priori knowledge of gcc attributes with configure tests.Matt Turner1-0/+4
2014-09-25mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner1-0/+9
2014-09-24configure.ac: Remove duplicate -DHAVE_PTHREAD.Matt Turner1-5/+4
2014-09-24configure.ac: Stop checking for perl.Matt Turner1-2/+0
2014-09-24configure.ac: Use test -a, rather than another test.Matt Turner1-9/+9
2014-09-24configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variablesEmil Velikov1-5/+0
2014-09-24configure: remove unused variable OSMESA_MESA_DEPSEmil Velikov1-2/+0
2014-09-10configure.ac: unbreak the build with non gnu grepJonathan Gray1-1/+1
2014-09-09configure.ac: strip _GNU_SOURCE from llvm-config outputJonathan Gray1-0/+1
2014-09-09automake: remove obsolete NEED_GALLIUM_LOADEREmil Velikov1-1/+0
2014-09-09configure: enable the gallium loader only when neededEmil Velikov1-10/+16
2014-09-09configure: inform the user when we're building sw/kms-driEmil Velikov1-0/+1
2014-09-09configure: kill off NEED_WINSYS_WRAPPEREmil Velikov1-2/+0
2014-09-09configure: kill off NEED_NONNULL_WINSYSEmil Velikov1-33/+21
2014-09-09configure: bail out if building svga without libdrmEmil Velikov1-0/+3
2014-09-09configure.ac: Fix build with git-svn llvm version stringTom Stellard1-1/+1
2014-09-05configure: check for core xcb and link the VL targets against itEmil Velikov1-4/+4
2014-09-05configure: check for core xcb and link libEGL against itEmil Velikov1-1/+1
2014-09-05configure: check for core xcb and link libGL against itEmil Velikov1-3/+6
2014-09-05automake: check if the linker supports --dynamic-listJonathan Gray1-0/+18
2014-09-05configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer1-0/+2
2014-08-28Revert "configure: Disable xvmc by default"Emil Velikov1-1/+1
2014-08-18mapi: Inline shared-glapi/tests/Makefile.Matt Turner1-1/+0
2014-08-18mapi: Inline glapi/tests/Makefile.Matt Turner1-1/+0
2014-08-18mapi: Inline glapi/Makefile.Matt Turner1-1/+0
2014-08-18mapi: Inline es2api/Makefile.Matt Turner1-1/+0
2014-08-18mapi: Inline es1api/Makefile.Matt Turner1-1/+0
2014-08-18mapi: Inline shared-glapi/Makefile.Matt Turner1-1/+0
2014-08-14configure.ac: remove enable 32/64 bit hacksEmil Velikov1-38/+2
2014-08-14Revert "configure: Fix --enable-XX-bit flags by moving LT_INIT where it should"Emil Velikov1-8/+3
2014-08-13mesa: guard better when building with sse4.1 optimisationsEmil Velikov1-0/+3
2014-08-13automake: compact gallium/target/Makefile into gallium/MakefileEmil Velikov1-1/+0
2014-08-13automake: merge gallium/state_trackers/Makefile into gallium/MakefileEmil Velikov1-1/+0
2014-08-13automake: compact gallium/drivers and gallium/winsys makefilesEmil Velikov1-2/+1
2014-08-12configure.ac: drop enable_dri check in gallium_gbmEmil Velikov1-4/+0
2014-08-12configure.ac: bail out if building gallium_gbm without gallium_eglEmil Velikov1-0/+4
2014-08-12configure: Fix --enable-XX-bit flags by moving LT_INIT where it shouldAlexandre Demers1-3/+8
2014-08-11configure.ac: Do not require llvm on x32Maarten Lankhorst1-0/+1
2014-08-09configure.ac: Use LIBS rather than LDFLAGS to add -ldl to dladdr checkJon TURNEY1-3/+4
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-1/+20
2014-08-08configure: check for dladdr via AC_CHECK_FUNC/AC_CHECK_LIBPali Rohár1-4/+3
2014-08-08util: remove ralloc_testEmil Velikov1-1/+0
2014-08-04util: Move the open-addressing linear-probing hash_table to src/util.Kenneth Graunke1-2/+2
2014-08-04util: Move ralloc to a new src/util directory.Kenneth Graunke1-1/+3
2014-08-03Remove XA state tracker support for RadeonMarek Olšák1-3/+3
2014-07-30gallium: Add a dumb drm/kms winsys backed swrast providerGiovanni Campagna1-0/+5
2014-07-29configure: Don't override user -g or -O options for debug buildsIan Romanick1-2/+12
2014-07-29configure.ac: require libdrm_radeon 2.4.56 because of the Hawaii fix thereMarek Olšák1-1/+1
2014-07-25freedreno/a3xx: enable/disable wa's based on patch-levelRob Clark1-1/+1
2014-07-18configure.ac: Add LLVM patch version to error message.Vinson Lee1-1/+1