| Commit message (Expand) | Author | Age | Files | Lines |
* | automake: Remove OPT_FLAGS. | Eric Anholt | 2012-07-26 | 1 | -3/+2 |
* | automake: Remove ARCH_FLAGS. | Eric Anholt | 2012-07-26 | 1 | -3/+2 |
* | Remove redundant osmesa shared library install from Makefile.old | Jon TURNEY | 2012-07-25 | 2 | -2/+0 |
* | automake: convert libglapi | Jon TURNEY | 2012-07-13 | 1 | -1/+0 |
* | Link dri drivers with mesa or dricore libtool library | Jon TURNEY | 2012-07-13 | 1 | -0/+1 |
* | Remove unused MESA_MODULES autoconf variable | Jon TURNEY | 2012-07-13 | 1 | -1/+0 |
* | dricore: Turn it into a normal library. | Eric Anholt | 2012-06-21 | 2 | -7/+0 |
* | automake: Directly generate configs/current instead of symlinking from it. | Eric Anholt | 2012-06-21 | 1 | -0/+0 |
* | make: Drop HOST_CC and HOST_CFLAGS. | Eric Anholt | 2012-06-21 | 1 | -2/+0 |
* | make: Fold ASM_CFLAGS into DEFINES. | Eric Anholt | 2012-06-21 | 1 | -2/+1 |
* | automake: Merge the dricore libglsl build into libdricore. | Eric Anholt | 2012-06-11 | 1 | -1/+0 |
* | automake: Globally add stub automake targets to the old Makefiles. | Eric Anholt | 2012-06-11 | 1 | -0/+13 |
* | automake: Remove the old static configs system. | Eric Anholt | 2012-06-11 | 94 | -2013/+0 |
* | configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIR | Tom Stellard | 2012-06-01 | 1 | -0/+2 |
* | configure.ac: Add option for libclc path | Tom Stellard | 2012-06-01 | 1 | -0/+3 |
* | automake: Check for 'indent' and fall back to 'cat' if not found. | Kenneth Graunke | 2012-05-30 | 1 | -0/+4 |
* | automake: Rename variables in sources.mak to be automake compatible. | Eric Anholt | 2012-05-29 | 2 | -2/+2 |
* | gallium: Add pipe loader for device enumeration and driver multiplexing. | Francisco Jerez | 2012-05-11 | 1 | -0/+3 |
* | mesa: bump version to 8.1.0 in configs/default | Brian Paul | 2012-05-07 | 1 | -1/+1 |
* | darwin: Don't build gallium | Jeremy Huddleston | 2012-04-23 | 1 | -2/+2 |
* | configure.ac: Move HAVE_LLVM definition into configure.ac | Tom Stellard | 2012-04-23 | 1 | -4/+0 |
* | radeonsi: initial WIP SI code | Tom Stellard | 2012-04-13 | 1 | -0/+6 |
* | st/xvmc: fix library installation dir | Alexandre Demers | 2012-04-04 | 1 | -0/+3 |
* | darwin: Link against libxcb | Jeremy Huddleston | 2012-03-16 | 1 | -1/+1 |
* | darwin: config file cleanups | Jeremy Huddleston | 2012-03-16 | 2 | -10/+20 |
* | egl/main: Convert to automake. | Eric Anholt | 2012-02-29 | 4 | -8/+0 |
* | Revert "automake: src/mesa/drivers/osmesa" | Matt Turner | 2012-01-31 | 1 | -0/+2 |
* | autoconf: use AC_PROG_YACC/LEX | Matt Turner | 2012-01-30 | 1 | -2/+2 |
* | automake: src/mesa/drivers/osmesa | Matt Turner | 2012-01-30 | 1 | -2/+0 |
* | automake: src/egl/wayland | Benjamin Franzke | 2012-01-26 | 2 | -14/+0 |
* | Revert "Always build shared glapi" | Matt Turner | 2012-01-24 | 1 | -0/+1 |
* | automake: src/gbm | Matt Turner | 2012-01-23 | 2 | -21/+0 |
* | Remove src/mesa/ppc | Matt Turner | 2012-01-21 | 1 | -3/+0 |
* | automake: src/mesa/drivers/dri/nouveau | Matt Turner | 2012-01-20 | 1 | -1/+1 |
* | automake: src/mesa/drivers/dri/r200 | Matt Turner | 2012-01-20 | 6 | -19/+1 |
* | automake: src/mesa/drivers/dri/radeon | Matt Turner | 2012-01-20 | 6 | -6/+6 |
* | automake: src/mesa/drivers/dri/i915 | Matt Turner | 2012-01-20 | 1 | -1/+1 |
* | Always build shared glapi | Matt Turner | 2012-01-20 | 1 | -1/+0 |
* | i965: Convert the build to using automake. | Eric Anholt | 2012-01-17 | 1 | -1/+1 |
* | configs: fix, simplify RADEON_LIBS, RADEON_CFLAGS | Brian Paul | 2012-01-12 | 1 | -3/+2 |
* | mesa: Bump version to 8.0 (devel) | Kenneth Graunke | 2012-01-09 | 1 | -2/+2 |
* | gallium/failover: Remove the deprecated module. | Kai Wasserbäch | 2011-11-30 | 2 | -3/+3 |
* | gallium/cell: Remove the driver. | Kai Wasserbäch | 2011-11-29 | 2 | -81/+0 |
* | i965g: Delete this driver. | Kai Wasserbäch | 2011-11-29 | 3 | -11/+2 |
* | st/xa, xa/vmwgfx: Generate exported symbol list from the st/xa symbols. | Thomas Hellstrom | 2011-11-25 | 1 | -0/+3 |
* | radeon: Insist on libdrm being present to build. | Eric Anholt | 2011-10-28 | 1 | -1/+1 |
* | mesa: Remove build infrastructure for r300c and r600c. | Eric Anholt | 2011-10-28 | 6 | -6/+6 |
* | configs: add vmgfx-related dirs to configs/linux-dri | Brian Paul | 2011-10-23 | 1 | -3/+3 |
* | Add an autoconf option for mangling Mesa. | Tom Fogal | 2011-10-17 | 1 | -2/+2 |
* | configure: replace pkg-config calls with $(PKG_CONFIG) in the makefiles. | Stéphane Marchesin | 2011-10-04 | 6 | -18/+19 |