| Commit message (Expand) | Author | Age | Files | Lines |
* | autoconf: pass -Wall to automake | Dylan Noblesmith | 2012-04-29 | 1 | -1/+1 |
* | r600g: Add hooks for the LLVM shader compiler | Tom Stellard | 2012-04-23 | 1 | -0/+14 |
* | configure.ac: Move HAVE_LLVM definition into configure.ac | Tom Stellard | 2012-04-23 | 1 | -1/+1 |
* | glsl: Convert the tests directory to automake. | Eric Anholt | 2012-04-19 | 1 | -0/+1 |
* | configure.ac: add IA64 support. | Dave Airlie | 2012-04-17 | 1 | -1/+1 |
* | r600g: Use automake to generate Makefile | Tom Stellard | 2012-04-17 | 1 | -0/+1 |
* | autoconf: add AM_PROG_CC_C_O | Dylan Noblesmith | 2012-04-16 | 1 | -0/+1 |
* | nv30: import new driver for GeForce FX/6/7 chipsets, and Quadro variants | Ben Skeggs | 2012-04-14 | 1 | -1/+1 |
* | nouveau: switch to libdrm_nouveau-2.0 | Christoph Bumiller | 2012-04-14 | 1 | -1/+1 |
* | nvfx: completely remove this driver (GeForce FX/6/7) | Ben Skeggs | 2012-04-14 | 1 | -1/+1 |
* | nouveau/vieux: switch to libdrm_nouveau-2.0 | Ben Skeggs | 2012-04-14 | 1 | -1/+2 |
* | radeonsi: initial WIP SI code | Tom Stellard | 2012-04-13 | 1 | -0/+17 |
* | glx: Hook up the unit tests again using the internal gtest. | Eric Anholt | 2012-04-12 | 1 | -13/+1 |
* | gtest: Build as a convenience library. | Eric Anholt | 2012-04-12 | 1 | -0/+1 |
* | st/xvmc: fix library installation dir | Alexandre Demers | 2012-04-04 | 1 | -0/+8 |
* | configure: Add --with-llvm-shared-libs | Tom Stellard | 2012-03-30 | 1 | -2/+13 |
* | vl: move winsys helper out of winsys directory | Christian König | 2012-03-28 | 1 | -7/+0 |
* | intel: Bump libdrm requirement to 2.4.32. | Eric Anholt | 2012-03-21 | 1 | -1/+1 |
* | shared-glapi: Convert to automake | Kristian Høgsberg | 2012-03-19 | 1 | -0/+2 |
* | noop: Use non-recursive automake | Tom Stellard | 2012-03-14 | 1 | -0/+4 |
* | identity: Use non-recursive automake | Tom Stellard | 2012-03-14 | 1 | -0/+4 |
* | galahad: Use non-recursive automake | Tom Stellard | 2012-03-14 | 1 | -0/+16 |
* | gallium/drivers: Use automake to generate makefile | Tom Stellard | 2012-03-14 | 1 | -0/+1 |
* | vl: use SwapBuffers instead of CopyBuffers | Christian König | 2012-03-01 | 1 | -3/+3 |
* | vl: rewrite vl DRI backend using XCB | Christian König | 2012-03-01 | 1 | -3/+3 |
* | egl/drivers: Convert to automake. | Eric Anholt | 2012-02-29 | 1 | -0/+2 |
* | egl/main: Convert to automake. | Eric Anholt | 2012-02-29 | 1 | -10/+32 |
* | egl: Clean up some flow of EGL platform handling. | Eric Anholt | 2012-02-29 | 1 | -18/+15 |
* | glx: Convert to automake. | Eric Anholt | 2012-02-29 | 1 | -0/+4 |
* | r300g: Use automake to generate Makefile v3 | Tom Stellard | 2012-02-26 | 1 | -0/+1 |
* | st/xvmc: move xvmc state tracker out of xorg subdir | Christian König | 2012-02-25 | 1 | -1/+1 |
* | mesa: enable remap table when --enable-shared-glapi | Chia-I Wu | 2012-02-09 | 1 | -0/+3 |
* | r600g: add support for common surface allocator for tiling v13 | Jerome Glisse | 2012-02-06 | 1 | -1/+3 |
* | dri: Don't build libdricommon.la if we don't need it | Jon TURNEY | 2012-02-06 | 1 | -1/+5 |
* | mesa: Fix xcb-dri2 link flags leaking into LIBS. | Eric Anholt | 2012-02-04 | 1 | -0/+2 |
* | build: Note that we don't support srcdir != builddir | Colin Walters | 2012-02-01 | 1 | -0/+4 |
* | Revert "automake: src/mesa/drivers/osmesa" | Matt Turner | 2012-01-31 | 1 | -7/+3 |
* | Revert "automake: src/glsl and src/glsl/glcpp" | Matt Turner | 2012-01-31 | 1 | -2/+0 |
* | Revert "Make sure libGL.so links with libglsl" | Matt Turner | 2012-01-31 | 1 | -2/+0 |
* | Make sure libGL.so links with libglsl | Matt Turner | 2012-01-31 | 1 | -0/+2 |
* | automake: src/glsl and src/glsl/glcpp | Matt Turner | 2012-01-30 | 1 | -0/+2 |
* | autoconf: use AC_PROG_YACC/LEX | Matt Turner | 2012-01-30 | 1 | -5/+8 |
* | automake: src/mesa/drivers/osmesa | Matt Turner | 2012-01-30 | 1 | -3/+7 |
* | autoconf: Enable missing-prototypes errors when available. | Eric Anholt | 2012-01-30 | 1 | -1/+14 |
* | Use only native engine & bitwriter LLVM libraries for linking. | ojab | 2012-01-30 | 1 | -1/+1 |
* | configure.ac: Don't use $CLANG since it will collide with the static analyzer. | Jeremy Huddleston | 2012-01-27 | 1 | -3/+3 |
* | configure.ac: remove shared/static options | Matt Turner | 2012-01-26 | 1 | -31/+1 |
* | dri: make sure to build libdricommon.la | Matt Turner | 2012-01-26 | 1 | -0/+1 |
* | configure: Use WAYLAND_SCANNER_RULES only if available | Benjamin Franzke | 2012-01-26 | 1 | -1/+2 |
* | automake: src/egl/wayland | Benjamin Franzke | 2012-01-26 | 1 | -17/+7 |