| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: use shared-glapi when more than one gl* API is used | Emil Velikov | 2014-02-21 | 1 | -6/+9 |
* | configure: use default dri drivers whenever opengl and dri are enabled | Emil Velikov | 2014-02-21 | 1 | -8/+6 |
* | configure: Use LLVM shared libraries by default | Tom Stellard | 2014-02-19 | 1 | -4/+4 |
* | configure: fix build error with XA | Rob Clark | 2014-02-18 | 1 | -0/+1 |
* | configure: bump up libdrm requirement to 2.4.38 | Emil Velikov | 2014-02-18 | 1 | -1/+1 |
* | configure: use test -n whenever possible | Emil Velikov | 2014-02-18 | 1 | -8/+8 |
* | configure: use test -z whenever possible | Emil Velikov | 2014-02-18 | 1 | -7/+7 |
* | configure: cleanup classic dri drivers handling | Emil Velikov | 2014-02-18 | 1 | -63/+59 |
* | configure: compact ppc/sparc DRI_DIRS handling | Emil Velikov | 2014-02-18 | 1 | -8/+2 |
* | configure: drop explicit DRI_DIRS assignment on some platforms/arches | Emil Velikov | 2014-02-18 | 1 | -11/+2 |
* | configure: cleanup switch statement | Emil Velikov | 2014-02-17 | 1 | -35/+12 |
* | targets/vdpau: Don't link unused libraries | Kusanagi Kouichi | 2014-02-17 | 1 | -1/+2 |
* | configure: Try pkg-config first for libselinux | Kusanagi Kouichi | 2014-02-17 | 1 | -5/+7 |
* | st/xa: use pipe-loader to get screen | Rob Clark | 2014-02-16 | 1 | -4/+5 |
* | pipe-loader: split out "client" version | Rob Clark | 2014-02-16 | 1 | -2/+12 |
* | configure: cleanup libudev handling | Emil Velikov | 2014-02-11 | 1 | -5/+6 |
* | configure: drop LIBUDEV_CFLAGS from X11_INCLUDES | Emil Velikov | 2014-02-11 | 1 | -5/+0 |
* | configure: error out when building radeonsi without gallium-llvm | Emil Velikov | 2014-02-11 | 1 | -4/+7 |
* | omx: fix some minor configure.ac issues | Christian König | 2014-02-11 | 1 | -2/+2 |
* | st/omx: initial OpenMAX support v3 | Christian König | 2014-02-06 | 1 | -2/+31 |
* | egl/glx: Remove egl_glx driver | Chad Versace | 2014-02-05 | 1 | -11/+0 |
* | 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 |