summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* autoconf/make: Don't specify individual llvm libraries.José Fonseca2011-03-141-1/+1
* autoconf/llvm: fix build for disassemblerDave Airlie2011-03-141-1/+1
* gallivm: Use LLVM MC disassembler, instead of udis86.José Fonseca2011-03-131-6/+0
* egl_dri2 x11: Workaround device_name xcb-dri2 bugBenjamin Franzke2011-03-021-0/+3
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-1/+1
* configure: Bump libdrm requirementsChris Wilson2011-03-011-4/+4
* Fix GLX_USE_TLS define.Tom Fogal2011-02-231-5/+3
* Fix --enable-shared-glapi configure optionJon TURNEY2011-02-201-1/+1
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-111-6/+53
* configure.ac: remove libdrm_radeon dependency for r300g and r600gMarek Olšák2011-02-111-18/+6
* configure.ac: Fix typoKristian Høgsberg2011-02-101-1/+1
* egl: Implement libwayland-eglBenjamin Franzke2011-02-071-0/+17
* egl: Add wayland platformBenjamin Franzke2011-02-071-0/+4
* configure.ac: correctly check for libdrm_radeon versionMarek Olšák2011-02-061-1/+1
* Remove talloc from the make and automake build systems.Kenneth Graunke2011-01-311-9/+5
* configure.ac: define LIBDRM_INTEL_REQUIREDTormod Volden2011-01-251-1/+2
* glapi: Fix OpenGL and OpenGL ES interop.Chia-I Wu2011-01-201-2/+14
* glapi: Fix OpenGL ES 1.1 and 2.0 interop.Chia-I Wu2011-01-201-0/+13
* autoconf: Fail when --with-state-trackers is incomplete.Chia-I Wu2011-01-201-0/+9
* noop: remove dead dri targetJerome Glisse2011-01-111-13/+0
* configure: bump libdrm version requirement to 2.4.23Brian Paul2011-01-111-3/+3
* Export TLS support in gl.pc.Tom Fogal2011-01-101-1/+7
* mesa: Remove GLES overlay.Chia-I Wu2011-01-101-20/+13
* egl: Make egl_dri2 and egl_glx built-in drivers.Chia-I Wu2011-01-101-1/+1
* noop: make noop useable like trace or rbugJerome Glisse2011-01-091-1/+1
* mesa: fix build for NetBSDPierre Allegraud2011-01-061-7/+4
* Merge remote branch 'origin/nvc0'Christoph Bumiller2011-01-041-1/+1
|\
| * Merge remote branch 'origin/master' into nvc0-newChristoph Bumiller2010-12-191-1/+14
| |\
| * | nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-1/+1
* | | intel: Bump libdrm configure.ac requirement for the gen6 BLT ring support.Eric Anholt2011-01-031-1/+1
* | | autoconf: Fix --with-driver=xlib --enable-openvg.Chia-I Wu2011-01-041-5/+1
| |/ |/|
* | configure: use llvm-config --cppflags instead of --cflagsBrian Paul2010-12-081-1/+1
* | gallium/noop: no operation gallium driverJerome Glisse2010-11-151-0/+13
|/
* autoconf: Add --enable-gallium-egl.Chia-I Wu2010-11-101-6/+22
* autoconf: Tidy configure output for EGL.Chia-I Wu2010-10-311-7/+9
* autoconf: st/vega requires --enable-openvg.Chia-I Wu2010-10-301-0/+15
* autoconf: Update configuration info.Chia-I Wu2010-10-291-23/+40
* autoconf: Better client API selection.Chia-I Wu2010-10-291-97/+180
* Fix build on systems where "python" is python 3.Kenneth Graunke2010-10-271-0/+3
* configure.ac: do not build xorg-r300g by defaultMarek Olšák2010-09-281-2/+10
* configure.ac: look for libdrm_radeon before building gallium/r300,r600Marek Olšák2010-09-281-10/+18
* mesa: make makedepend an hard requirementLuca Barbieri2010-09-271-0/+4
* Build r300g by defaultMarek Olšák2010-09-241-4/+2
* egl: Enable drm platform by default.Chia-I Wu2010-09-191-0/+3
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-191-1/+1
* configure: Enable -fvisibility=hidden for g++ as wellKristian Høgsberg2010-09-081-0/+7
* Make XF86VIDMODE extension optionalJon TURNEY2010-09-071-1/+10
* Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY2010-09-011-10/+16
* Don't pass -ffast-math to clang, since it ignores it and complains.Eric Anholt2010-08-301-1/+4
* Make configure work with clangnobled2010-08-301-1/+15