- de3b34d freedreno: Add a6xx backend by Kristian H. Kristensen · 6 years ago
- 315c46c autotools: use correct gl.pc LIBS when using glvnd by Emil Velikov · 7 years ago
- 25a9450 autotools: error out when building with mangling and glvnd by Emil Velikov · 7 years ago
- d5ac236 autotools: error out when using the broken --with-{gl, osmesa}-lib-name by Emil Velikov · 7 years ago
- a7ea751 automake: require shared glapi when using DRI based libGL by Emil Velikov · 7 years ago
- 6b8657a autoconf: stop exporting internal wayland details by Emil Velikov · 6 years ago
- 87c1561 configure: install KHR/khrplatform.h when needed by Eric Engestrom · 6 years ago
- fd1121e amd: remove support for LLVM 5.0 by Marek Olšák · 6 years ago
- 461a864 winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0 by Marek Olšák · 6 years ago
- cc10b34 util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache. by Bas Nieuwenhuizen · 6 years ago
- 8af0a45 util/set: add a basic unit test by Caio Marcelo de Oliveira Filho · 6 years ago
- dc66654 gallium: Fix automake for Android (v2) by Chad Versace · 6 years ago
- dfb1f27 configure: use compliant grep regex checks by Emil Velikov · 6 years ago
- d24839b swr: bump minimum supported LLVM version to 5.0 by Juan A. Suarez Romero · 6 years ago
- 3f960c1 vulkan: EXT_acquire_xlib_display requires libXrandr headers to build by Keith Packard · 6 years ago
- 81e5bf3 configure.ac: Add CFLAG -Wno-missing-field-initializers (v5) by Gert Wollny · 6 years ago
- 7ab1fff vulkan: Add EXT_acquire_xlib_display [v5] by Keith Packard · 7 years ago
- 66673be mesa: Unconditionally enable floating-point textures by Timothy Arceri · 6 years ago
- baf16b2 configure.ac: Test for __atomic_add_fetch in atomic checks by Andrew Galante · 6 years ago
- 37eb56d autotools/meson: compile against wayland-egl-*backend* by Eric Engestrom · 6 years ago
- 1db4ec0 egl: rewire the build systems to use libwayland-egl by Eric Engestrom · 6 years ago
- c765c39 configure: radv depends on mako by Eric Engestrom · 6 years ago
- 943fecc util: Add a randomized test for the virtual memory allocator by Scott D Phillips · 7 years ago
- f9eb1ef amd: remove support for LLVM 4.0 by Marek Olšák · 6 years ago
- 4fc0ebd broadcom/vc4: Bump libdrm requirement by Stefan Schake · 7 years ago
- 1ec01a9 broadcom/vc4: Drop libdrm_vc4 requirement by Stefan Schake · 7 years ago
- 795488d v3d: Enable the driver by default. by Eric Anholt · 7 years ago
- 8c47ebb v3d: Rename the driver files from "vc5" to "v3d". by Eric Anholt · 7 years ago
- c4c488a v3d: Rename the vc5_dri.so driver to v3d_dri.so. by Eric Anholt · 7 years ago
- 273f7d8 freedreno: fence should hold a ref to pipe by Rob Clark · 7 years ago
- 3d0b497 st/xa: Bump minor by Thomas Hellstrom · 7 years ago
- 54bbe60 configure.ac: rework -latomic check by Thomas Petazzoni · 7 years ago
- 0097940 configure.ac: Check for grep with AC_PROG_GREP by Matt Turner · 7 years ago
- 54ba73e configure.ac/meson.build: Fix -latomic test by Nicolas Boichat · 7 years ago
- 4d449c9 autotools, meson: bump up required VA version by Juan A. Suarez Romero · 7 years ago
- 6ff0c6f gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times by Marek Olšák · 7 years ago
- 72d2043 etnaviv: add perfmon query implementation by Christian Gmeiner · 7 years ago
- 38faac4 radeonsi: don't build libradeon.la separately by Marek Olšák · 7 years ago
- 3e6326d build: Fix up nir_intrinsics.Plo by Matt Turner · 7 years ago
- 5a75019 configure: use AC_CHECK_HEADERS to check for endian.h by Emil Velikov · 7 years ago
- cbee1bf meson/configure: detect endian.h instead of trying to guess when it's available by Eric Engestrom · 7 years ago
- 880c171 omx: always define ENABLE_ST_OMX_{BELLAGIO,TIZONIA} by Mathias Fröhlich · 7 years ago
- 9f35096 dri3: Fix typo in version check by Daniel Stone · 7 years ago
- 7aeef2d dri3: allow building against older xcb (v3) by Dave Airlie · 7 years ago
- f8773ed configure.ac: require libdrm_amdgpu 2.4.91 by Marek Olšák · 7 years ago
- 5d0acff configure.ac: blacklist libdrm 2.4.90 by Marek Olšák · 7 years ago
- f197f02 configure: remove unused AM_CONDITIONAL by Emil Velikov · 7 years ago
- 61309c2 vulkan/wsi/x11: Return VK_SUBOPTIMAL_KHR for X11 by Louis-Francis Ratté-Boulianne · 7 years ago
- c80c08e vulkan/wsi/x11: Add support for DRI3 v1.2 by Daniel Stone · 7 years ago
- 1755f60 tegra: Initial support by Thierry Reding · 10 years ago
- 38e91e2 freedreno: bump required libdrm version by Christian Gmeiner · 7 years ago
- e2afa15 st/omx/tizonia: Add --enable-omx-tizonia flag and build files by Gurkirpal Singh · 7 years ago
- bb5e27f st/omx/bellagio: Rename st and target directories by Gurkirpal Singh · 7 years ago
- 11d4530 *-symbol-check: use correct `nm` path when cross-compiling by Eric Engestrom · 7 years ago
- 61d6ff3 build: Move wayland-scanner check into platform by Daniel Stone · 7 years ago
- d33cd87 build: Move wayland-protocols check into platform by Daniel Stone · 7 years ago
- 9401d90 configure.ac: pthread-stubs not present on OpenBSD by Jonathan Gray · 7 years ago
- 36ac485 swr: bump minimum supported LLVM version to 4.0 by Andres Gomez · 7 years ago
- 0977b7f ac: query high bits of 32-bit address space by Marek Olšák · 7 years ago
- 3bf1e03 amd: remove support for LLVM 3.9 by Marek Olšák · 7 years ago
- f8ed9f2 osx: ld doesn't support --build-id by Jon Turney · 7 years ago
- 7ad7a07 configure: Default to gbm=no on osx by Jon Turney · 7 years ago
- 6ac5e85 configure.ac: add missing llvm dependencies to .pc files by Chuck Atkins · 7 years ago
- 6aeef54 configure.ac: correct driglx-direct help text by Emil Velikov · 7 years ago
- 2ed8b6f swr: (autoconf) allow a single swr architecture to be builtin by Chuck Atkins · 7 years ago
- 87f7234 android,configure,meson: define HAVE_ZLIB by Grazvydas Ignotas · 7 years ago
- 805a724 freedreno: context priority support by Rob Clark · 7 years ago
- 52be440 configure/meson: Bump libdrm_amdgpu version requirement. by Bas Nieuwenhuizen · 7 years ago
- 0c49aa0 util: Add a NORETURN macro by Jason Ekstrand · 7 years ago
- d93fabb configure: avoid testing for negative compiler options by Marc Dietrich · 7 years ago
- 8c1e4b1 anv: Check if memfd_create is already defined. by Vinson Lee · 7 years ago
- d8acf79 autotools: change version TINY -> PATCH by Dylan Baker · 7 years ago
- 65fc16c autotools: set XA versions in configure.ac and configure header file by Dylan Baker · 7 years ago
- 2e3d0dd threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GET by Nicolai Hähnle · 7 years ago
- f98a276 mesa: Add new fast mtx_t mutex type for basic use cases by Timothy Arceri · 7 years ago
- 6905d00 clover: use the unified check for c++11 instead of the gcc version number by Gert Wollny · 7 years ago
- 8f18528 swr: Replace the check for c++11 by the unified version by Gert Wollny · 7 years ago
- 09ad257 configure: check for -std=c++11 support and enable st/mesa test accordingly by Gert Wollny · 7 years ago
- 6dd56fa configure.ac: append to existing initializer override flags by Emil Velikov · 7 years ago
- 63811f3 configure.ac: append to existing MSVC compat flags by Emil Velikov · 7 years ago
- 85a0172 configure.ac: require xcb* for the omx/va/... when using x11 platform by Emil Velikov · 7 years ago
- b496756 configure.ac: loosen --enable-glvnd check to honour egl by Emil Velikov · 7 years ago
- 6ef9482 configure: enable the OpenCL ICD by default by Emil Velikov · 7 years ago
- 19fc3cd winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx. by Andrey Grodzovsky · 7 years ago
- 1f2640b Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx." by Marek Olšák · 7 years ago
- f03b7c9 winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx. by Andrey Grodzovsky · 7 years ago
- de3555f configure: Allow android as an EGL platform by Benjamin Gordon · 7 years ago
- b603725 configure.ac: Bump libdrm_amdgpu version to 2.4.85. by Bas Nieuwenhuizen · 7 years ago
- e4796ab configure: commit test files by Dylan Baker · 7 years ago
- df3a430 configure.ac: add missing LLVM components for OpenCL by Emil Velikov · 7 years ago
- 36d6d1e configure.ac: add llvm_add_optional_component helper by Emil Velikov · 7 years ago
- 13a53c4 configure.ac: rework llvm libs handling for 3.9+ by Emil Velikov · 7 years ago
- 98fdff7 configure.ac: factor out detection for old and buggy llvm by Emil Velikov · 7 years ago
- 9032e2c configure.ac: remove no longer necessary llvm-config --libs check by Emil Velikov · 7 years ago
- a14ecda configure.ac: bump Clover LLVM requirement to 3.9 by Emil Velikov · 7 years ago
- 1625023 winsys/amdgpu: implement sync_file import/export by Marek Olšák · 7 years ago
- 45bb8f2 broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268. by Eric Anholt · 8 years ago
- ae10659 configure: Add the new "vc5" driver to the list, requiring a simulator. by Eric Anholt · 7 years ago
- 74b5568 build: Remove HAVE_DLOPEN by Matt Turner · 7 years ago
- 584a2a2 util: Add tests for the string buffer by Thomas Helland · 7 years ago