aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* Fix linking gallium drivers and with dricore after defadf2b1Jon TURNEY2012-07-131-2/+2
* wayland: Stop trying to use make rules from aclocal, just copy and pasteKristian Høgsberg2012-07-131-2/+3
* automake: convert libglapiJon TURNEY2012-07-131-5/+1
* Rename X86-64_API -> X86_64_APIJon TURNEY2012-07-131-1/+1
* Link dri drivers with mesa or dricore libtool libraryJon TURNEY2012-07-131-3/+8
* Remove unused MESA_MODULES autoconf variableJon TURNEY2012-07-131-3/+0
* automake: convert libglslJon TURNEY2012-07-131-0/+2
* automake: convert libOSmesaLaurent Carlier2012-07-131-0/+5
* mesa: Require current libxcb.Eric Anholt2012-07-121-20/+1
* i965: Add hardware context support.Kenneth Graunke2012-07-101-1/+1
* clover: Add --with-clang-libdir option and verify CLANG_RESOURCE_DIRTom Stellard2012-06-221-0/+17
* dricore: Turn it into a normal library.Eric Anholt2012-06-211-12/+2
* mesa: Move GL header installation to automake.Eric Anholt2012-06-211-6/+1
* automake: Move the master Mesa makefile to Makefile.old.Eric Anholt2012-06-211-0/+1
* automake: Convert osmesa.pc to be generated by configure.Eric Anholt2012-06-211-1/+2
* mesa: Convert gl.pc to be generated by configure.Eric Anholt2012-06-211-1/+2
* automake: Convert src/mesa/drivers/x11/Makefile to automake.Eric Anholt2012-06-211-1/+2
* automake: Convert src/gallium/Makefile to automake.Eric Anholt2012-06-211-0/+1
* automake: Convert src/mapi/glapi/gen/Makefile to automake.Eric Anholt2012-06-211-0/+1
* automake: Convert src/mesa/drivers/Makefile to automake.Eric Anholt2012-06-211-0/+1
* automake: Directly generate configs/current instead of symlinking from it.Eric Anholt2012-06-211-9/+1
* automake: Convert gen_matypes building to automake.Eric Anholt2012-06-211-0/+2
* make: Fold ASM_CFLAGS into DEFINES.Eric Anholt2012-06-211-9/+7
* automake: Convert src/egl/Makefile to automake.Eric Anholt2012-06-211-0/+1
* automake: Don't warn on gmake portability issues.Eric Anholt2012-06-211-1/+1
* mesa/tests: Add tests for the generated dispatch tableIan Romanick2012-06-131-0/+1
* mesa/tests: Add tests for _mesa_lookup_enum_by_{name,nr} functionsIan Romanick2012-06-131-0/+1
* glx: Move tests from tests/glx to src/glx/testsIan Romanick2012-06-131-3/+2
* automake: Add AM_PROG_AR before LT_INIT to silence a lot of warnings.Kenneth Graunke2012-06-111-0/+2
* configure.ac: Add --with-(gl|glu|osmesa)-lib-name optionsBrad King2012-06-111-7/+22
* automake: Merge the dricore libglsl build into libdricore.Eric Anholt2012-06-111-5/+3
* automake: Convert src/Makefile to automake.Eric Anholt2012-06-111-0/+1
* automake: Move top-level makefile to automake.Eric Anholt2012-06-111-0/+1
* mesa: Move the version information right into configure.ac.Eric Anholt2012-06-111-7/+1
* configure.ac: Fail if egl x11 platform dependencies are not availableKristian Høgsberg2012-06-051-28/+39
* automake: use -m32 in CCASFLAGS when using --enable-32-bitTapani Pälli2012-06-011-0/+1
* r600g: compute support for evergreenAdam Rak2012-06-011-1/+6
* clover: Link to the necessary LLVM and Clang libsTom Stellard2012-06-011-0/+3
* configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIRTom Stellard2012-06-011-0/+4
* configure.ac: Add option for libclc pathTom Stellard2012-06-011-0/+8
* configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2Tom Stellard2012-06-011-0/+1
* automake: Check for 'indent' and fall back to 'cat' if not found.Kenneth Graunke2012-05-301-0/+5
* automake: Convert dricore building to automake.Eric Anholt2012-05-291-0/+12
* automake: Rename variables in sources.mak to be automake compatible.Eric Anholt2012-05-291-5/+5
* mesa: Remove the generated glapi from source control, and just build it.Eric Anholt2012-05-291-1/+1
* i965: Completely annotate the batch bo when aub dumping.Paul Berry2012-05-221-1/+1
* Filter out -Wcovered-switch-default from LLVM_CFLAGSojab2012-05-211-1/+1
* configure.ac: Fix typos in the r600-llvm-compiler optionHomer Hsing2012-05-151-2/+2
* radeonsi: Fixups for recent build infrastructure changes.Michel Dänzer2012-05-121-0/+2
* clover: Assorted build fixes.Tom Stellard2012-05-111-8/+30