Remove libGLU
[mesa.git] / configure.ac
2012-08-31 Matt TurnerRemove libGLU
2012-08-31 Andreas Bollmesa: also bump version in Makefile.am and configure...
2012-08-30 Marek Olšákconfigure.ac: require libdrm_radeon 2.6.39 for MSAA
2012-08-28 Andreas Bollconfigure.ac: add radeonsi to --with-gallium-drivers...
2012-08-26 Eric Anholti965/gen6+: Add support for GL_ARB_timer_query.
2012-08-26 Jakob Bornecrantzgbm: Use libkms to replace DRI cursor images
2012-08-24 Matt Turnerautomake: convert vgapi
2012-08-24 Matt Turnerbuild: Check for bison-generated file before bailing...
2012-08-24 Tapani Pällimesa/dlopen: use HAVE_DLOPEN instead of _GNU_SOURCE
2012-08-24 Matt Turnerbuild: Only add links to .so files if we're building...
2012-08-24 Matt Turnerbuild: Replace OSMESA_VERSION with generic VERSION_NUMBER
2012-08-24 Matt Turnerbuild: Order AC_CONFIG_FILES list
2012-08-24 Matt Turnerbuild: Only build libmesa.la when needed
2012-08-24 Matt Turnerbuild: Remove duplicate DRI automake conditionals
2012-08-24 Matt Turnerbuild: Remove GLU_DIRS
2012-08-23 Matt Turnerautomake: convert es1api
2012-08-23 Matt Turnerautomake: convert es2api
2012-08-22 Matt Turnerbuild: Link DRI drivers with dricore in case of no...
2012-08-22 Matt Turnerbuild: Only build libmesagallium.la if building Gallium
2012-08-22 Matt Turnerbuild: Put mapi/shared-glapi in CORE_DIRS
2012-08-22 Matt Turnerbuild: Only allow shared-glapi with DRI
2012-08-22 Matt Turnerbuild: Set sensible DRI/X11/OSMesa defaults
2012-08-22 Matt Turnerbuild: Print whether shared-glapi is enabled
2012-08-22 Matt Turnerbuild: Remove deprecated --with-driver= flag
2012-08-16 Matt Turnerbuild: Remove EXTRA_LIB_PATH
2012-08-16 Matt Turnerbuild: Require X11 pkg-config files
2012-08-15 Marek Olšákconfigure.ac: bump libdrm_radeon requirement to 2.6.38
2012-08-12 Tom Stellardconfigure: Check xcb version when X11 pkgconfig exists
2012-08-10 Chad VersaceRevert "mesa: Remove C++11 narrowing warnings"
2012-08-10 Chad Versacemesa: Remove C++11 narrowing warnings
2012-08-08 Ian RomanickMake shared-glapi the default
2012-08-08 Ian Romanickmesa/tests: Add tests for the generated shared-glapi...
2012-08-02 Christian Königradeonsi: initial VDPAU target
2012-08-01 Matt Turnerconfigure.ac: Remove extra ;;
2012-08-01 Matt Turnerconfigure.ac: Don't duplicate CFLAGS
2012-08-01 Matt Turnerconfigure.ac: Remove contractions to stop breaking...
2012-08-01 Matt Turnerconfigure.ac: remove remnants of ppc asm support
2012-08-01 Adam Jacksonlinux: Default to dri not xlib on all arches
2012-07-31 Jon TURNEYMove installing osmesa.pc to drivers/osmesa
2012-07-27 Eric Anholtautomake: Remove OPT_FLAGS.
2012-07-27 Eric Anholtautomake: Remove ARCH_FLAGS.
2012-07-25 Jon TURNEYRemove redundant osmesa shared library install from...
2012-07-24 Brad Kingautomake: Honor GL_LIB for mangled/custom lib names
2012-07-23 Tom Stellardpipe_loader: Try to connect with the X server before...
2012-07-23 Tom Stellardconfigure.ac: Add --with-llvm-prefix option
2012-07-21 José Fonsecaautoconf: Only kink mcjit component when available.
2012-07-17 Michel Dänzerconfigure.ac: Further LLVM fixups.
2012-07-17 Tom Stellardconfigure.ac: Add libLLVMMCJIT to the LLVM_LDFLAGS
2012-07-13 Jon TURNEYFix linking gallium drivers and with dricore after...
2012-07-13 Kristian Høgsbergwayland: Stop trying to use make rules from aclocal...
2012-07-13 Jon TURNEYautomake: convert libglapi
2012-07-13 Jon TURNEYRename X86-64_API -> X86_64_API
2012-07-13 Jon TURNEYLink dri drivers with mesa or dricore libtool library
2012-07-13 Jon TURNEYRemove unused MESA_MODULES autoconf variable
2012-07-13 Jon TURNEYautomake: convert libglsl
2012-07-13 Laurent Carlierautomake: convert libOSmesa
2012-07-12 Eric Anholtmesa: Require current libxcb.
2012-07-10 Kenneth Graunkei965: Add hardware context support.
2012-06-22 Tom Stellardclover: Add --with-clang-libdir option and verify CLANG...
2012-06-21 Eric Anholtdricore: Turn it into a normal library.
2012-06-21 Eric Anholtmesa: Move GL header installation to automake.
2012-06-21 Eric Anholtautomake: Move the master Mesa makefile to Makefile...
2012-06-21 Eric Anholtautomake: Convert osmesa.pc to be generated by configure.
2012-06-21 Eric Anholtmesa: Convert gl.pc to be generated by configure.
2012-06-21 Eric Anholtautomake: Convert src/mesa/drivers/x11/Makefile to...
2012-06-21 Eric Anholtautomake: Convert src/gallium/Makefile to automake.
2012-06-21 Eric Anholtautomake: Convert src/mapi/glapi/gen/Makefile to automake.
2012-06-21 Eric Anholtautomake: Convert src/mesa/drivers/Makefile to automake.
2012-06-21 Eric Anholtautomake: Directly generate configs/current instead...
2012-06-21 Eric Anholtautomake: Convert gen_matypes building to automake.
2012-06-21 Eric Anholtmake: Fold ASM_CFLAGS into DEFINES.
2012-06-21 Eric Anholtautomake: Convert src/egl/Makefile to automake.
2012-06-21 Eric Anholtautomake: Don't warn on gmake portability issues.
2012-06-13 Ian Romanickmesa/tests: Add tests for the generated dispatch table
2012-06-13 Ian Romanickmesa/tests: Add tests for _mesa_lookup_enum_by_{name...
2012-06-13 Ian Romanickglx: Move tests from tests/glx to src/glx/tests
2012-06-11 Kenneth Graunkeautomake: Add AM_PROG_AR before LT_INIT to silence...
2012-06-11 Brad Kingconfigure.ac: Add --with-(gl|glu|osmesa)-lib-name options
2012-06-11 Eric Anholtautomake: Merge the dricore libglsl build into libdricore.
2012-06-11 Eric Anholtautomake: Convert src/Makefile to automake.
2012-06-11 Eric Anholtautomake: Move top-level makefile to automake.
2012-06-11 Eric Anholtmesa: Move the version information right into configure.ac.
2012-06-05 Kristian Høgsbergconfigure.ac: Fail if egl x11 platform dependencies...
2012-06-01 Tapani Pälliautomake: use -m32 in CCASFLAGS when using --enable...
2012-06-01 Adam Rakr600g: compute support for evergreen
2012-06-01 Tom Stellardclover: Link to the necessary LLVM and Clang libs
2012-06-01 Tom Stellardconfigure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR
2012-06-01 Tom Stellardconfigure.ac: Add option for libclc path
2012-06-01 Tom Stellardconfigure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2
2012-05-30 Kenneth Graunkeautomake: Check for 'indent' and fall back to 'cat...
2012-05-29 Eric Anholtautomake: Convert dricore building to automake.
2012-05-29 Eric Anholtautomake: Rename variables in sources.mak to be automak...
2012-05-29 Eric Anholtmesa: Remove the generated glapi from source control...
2012-05-22 Paul Berryi965: Completely annotate the batch bo when aub dumping.
2012-05-21 ojabFilter out -Wcovered-switch-default from LLVM_CFLAGS
2012-05-15 Homer Hsingconfigure.ac: Fix typos in the r600-llvm-compiler option
2012-05-12 Michel Dänzerradeonsi: Fixups for recent build infrastructure changes.
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-11 Tom Stellardclover: Assorted build fixes.
2012-05-11 Francisco Jerezclover: Import OpenCL state tracker.
next