| Commit message (Expand) | Author | Age | Files | Lines |
* | loader: fix running with --disable-egl builds | Dave Airlie | 2014-01-28 | 1 | -3/+4 |
* | loader: Use dlsym to get our udev symbols instead of explicit linking. | Eric Anholt | 2014-01-27 | 1 | -1/+1 |
* | build: Require libdrm 2.4.52 for Intel. | Kenneth Graunke | 2014-01-20 | 1 | -1/+1 |
* | loader: ifdef libdrm specific code and include | Emil Velikov | 2014-01-19 | 1 | -0/+1 |
* | loader: introduce the loader util lib | Emil Velikov | 2014-01-18 | 1 | -0/+1 |
* | Use AC_PATH_TOOL instead of AC_PATH_PROG for llvm-config. | Michał Górny | 2014-01-13 | 1 | -2/+2 |
* | configure: Disable xvmc by default | Tom Stellard | 2014-01-13 | 1 | -1/+1 |
* | freedreno/a3xx: support for hw binning pass | Rob Clark | 2014-01-08 | 1 | -1/+1 |
* | mesa: Fix build to properly check for supported compiler flags | Lauri Kasanen | 2013-12-20 | 1 | -0/+6 |
* | dri3: Switch to libxshmfence version 1.1 | Keith Packard | 2013-12-20 | 1 | -1/+1 |
* | configure.ac: remove -fcolor-diagnostics from LLVM flags | Markus Trippelsdorf | 2013-12-18 | 1 | -0/+1 |
* | st/xa: Add new map flags | Thomas Hellstrom | 2013-12-17 | 1 | -1/+1 |
* | configure.ac: require libdrm_radeon 2.4.50 | Marek Olšák | 2013-12-03 | 1 | -1/+1 |
* | egl: add HAVE_LIBDRM define, fix EGL X11 platform | Tapani Pälli | 2013-12-03 | 1 | -0/+5 |
* | i965: Bump libdrm requirement | Ian Romanick | 2013-11-26 | 1 | -1/+1 |
* | radeonsi: enable 2D tiling on CIK | Marek Olšák | 2013-11-23 | 1 | -1/+1 |
* | targets/dri: move linker flags out of configure into Automake.inc | Emil Velikov | 2013-11-16 | 1 | -2/+0 |
* | freedreno: compact a2xx and a3xx makefiles into parent ones | Johannes Obermayr | 2013-11-16 | 1 | -2/+0 |
* | configure.ac: Don't require shared LLVM when building OpenCL | Tom Stellard | 2013-11-11 | 1 | -6/+0 |
* | glx: conditionaly build dri3 and present loader (v3) | Armin K | 2013-11-09 | 1 | -10/+34 |
* | Add DRI3+Present loader | Keith Packard | 2013-11-07 | 1 | -3/+9 |
* | st/xorg: Delete. | Matt Turner | 2013-11-07 | 1 | -45/+11 |
* | xorg-nouveau: Delete. | Matt Turner | 2013-11-07 | 1 | -2/+1 |
* | xorg-i915: Delete. | Matt Turner | 2013-11-07 | 1 | -2/+1 |
* | build: Build gen_matypes and matypes.h from src/mesa. | Matt Turner | 2013-11-07 | 1 | -3/+1 |
* | build: Change HAVE_X86_ASM to mean x86 or x86-64 asm. | Matt Turner | 2013-11-07 | 1 | -1/+1 |
* | configure.ac: Test $asm_arch directly. | Matt Turner | 2013-11-07 | 1 | -3/+3 |
* | configure.ac: fix build on GNU/kFreeBSD | Fabio Pedretti | 2013-11-06 | 1 | -1/+1 |
* | configure.ac: Drop no-out-of-tree notice. | Matt Turner | 2013-11-06 | 1 | -4/+0 |
* | mesa: Build program as part of libmesa. | Matt Turner | 2013-11-06 | 1 | -1/+0 |
* | gallium/targets: remove vdpau-softpipe | Marek Olšák | 2013-11-02 | 1 | -8/+0 |
* | gallium/targets: remove xvmc-softpipe | Marek Olšák | 2013-11-02 | 1 | -4/+0 |
* | gallium/targets: remove r300/vdpau | Marek Olšák | 2013-11-02 | 1 | -2/+1 |
* | gallium/targets: remove r300/xvmc | Marek Olšák | 2013-11-02 | 1 | -2/+1 |
* | gallium/targets: remove radeonsi/xorg | Marek Olšák | 2013-11-02 | 1 | -2/+1 |
* | gallium/targets: remove r600/xorg | Marek Olšák | 2013-11-02 | 1 | -2/+1 |
* | automake: handle expat version pre 2.1 | Emil Velikov | 2013-10-30 | 1 | -3/+8 |
* | automake: properly handle non-default expat installation | Emil Velikov | 2013-10-29 | 1 | -18/+5 |
* | configure: use PKG_CONFIG variable over hardcoded pkg-config | Emil Velikov | 2013-10-29 | 1 | -2/+2 |
* | mesa: Remove dricore from the build. | Eric Anholt | 2013-10-24 | 1 | -16/+0 |
* | swrast: Build the driver into the shared mesa_dri_drivers.so. | Eric Anholt | 2013-10-24 | 1 | -15/+20 |
* | radeon: Build the driver into the shared mesa_dri_drivers.so. | Eric Anholt | 2013-10-24 | 1 | -1/+1 |
* | i915: Build the driver into the shared mesa_dri_drivers.so. | Eric Anholt | 2013-10-24 | 1 | -1/+1 |
* | nouveau: Build the driver into the shared mesa_dri_drivers.so. | Eric Anholt | 2013-10-24 | 1 | -1/+1 |
* | i965: Build the driver into a shared mesa_dri_drivers.so . | Eric Anholt | 2013-10-24 | 1 | -5/+24 |
* | clover: Prepare the build system for ICD support. | Tom Stellard | 2013-10-21 | 1 | -0/+14 |
* | clover: Require GCC 4.7 or higher to build. | Francisco Jerez | 2013-10-21 | 1 | -2/+2 |
* | configure.ac: drop obsolete variable HAVE_COMMON_DRI | Emil Velikov | 2013-10-15 | 1 | -5/+0 |
* | build: remove forced -fno-rtti | Alexander von Gluck IV | 2013-10-14 | 1 | -1/+0 |
* | configure.ac: Don't check for awk, grep, nm. | Matt Turner | 2013-10-14 | 1 | -12/+0 |