| Commit message (Expand) | Author | Age | Files | Lines |
* | autotools: change version TINY -> PATCH | Dylan Baker | 2017-11-16 | 1 | -4/+4 |
* | autotools: set XA versions in configure.ac and configure header file | Dylan Baker | 2017-11-16 | 1 | -8/+4 |
* | threads,configure.ac,meson.build: define and use HAVE_TIMESPEC_GET | Nicolai Hähnle | 2017-11-16 | 1 | -0/+1 |
* | mesa: Add new fast mtx_t mutex type for basic use cases | Timothy Arceri | 2017-11-09 | 1 | -0/+3 |
* | clover: use the unified check for c++11 instead of the gcc version number | Gert Wollny | 2017-11-08 | 1 | -2/+2 |
* | swr: Replace the check for c++11 by the unified version | Gert Wollny | 2017-11-08 | 1 | -4/+3 |
* | configure: check for -std=c++11 support and enable st/mesa test accordingly | Gert Wollny | 2017-11-08 | 1 | -0/+56 |
* | configure.ac: append to existing initializer override flags | Emil Velikov | 2017-11-08 | 1 | -2/+2 |
* | configure.ac: append to existing MSVC compat flags | Emil Velikov | 2017-11-08 | 1 | -4/+4 |
* | configure.ac: require xcb* for the omx/va/... when using x11 platform | Emil Velikov | 2017-11-08 | 1 | -1/+3 |
* | configure.ac: loosen --enable-glvnd check to honour egl | Emil Velikov | 2017-11-08 | 1 | -8/+4 |
* | configure: enable the OpenCL ICD by default | Emil Velikov | 2017-11-08 | 1 | -2/+2 |
* | winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx. | Andrey Grodzovsky | 2017-11-03 | 1 | -1/+1 |
* | Revert "winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx." | Marek Olšák | 2017-11-01 | 1 | -1/+1 |
* | winsys/amdgpu: Add R600_DEBUG flag to reserve VMID per ctx. | Andrey Grodzovsky | 2017-10-31 | 1 | -1/+1 |
* | configure: Allow android as an EGL platform | Benjamin Gordon | 2017-10-24 | 1 | -1/+2 |
* | configure.ac: Bump libdrm_amdgpu version to 2.4.85. | Bas Nieuwenhuizen | 2017-10-21 | 1 | -1/+1 |
* | configure: commit test files | Dylan Baker | 2017-10-16 | 1 | -16/+2 |
* | configure.ac: add missing LLVM components for OpenCL | Emil Velikov | 2017-10-13 | 1 | -0/+3 |
* | configure.ac: add llvm_add_optional_component helper | Emil Velikov | 2017-10-13 | 1 | -3/+10 |
* | configure.ac: rework llvm libs handling for 3.9+ | Emil Velikov | 2017-10-13 | 1 | -10/+20 |
* | configure.ac: factor out detection for old and buggy llvm | Emil Velikov | 2017-10-13 | 1 | -29/+34 |
* | configure.ac: remove no longer necessary llvm-config --libs check | Emil Velikov | 2017-10-13 | 1 | -3/+0 |
* | configure.ac: bump Clover LLVM requirement to 3.9 | Emil Velikov | 2017-10-13 | 1 | -1/+1 |
* | winsys/amdgpu: implement sync_file import/export | Marek Olšák | 2017-10-12 | 1 | -1/+1 |
* | broadcom: Add V3D 3.3 gallium driver called "vc5", for BCM7268. | Eric Anholt | 2017-10-10 | 1 | -0/+2 |
* | configure: Add the new "vc5" driver to the list, requiring a simulator. | Eric Anholt | 2017-10-10 | 1 | -1/+14 |
* | build: Remove HAVE_DLOPEN | Matt Turner | 2017-10-02 | 1 | -2/+2 |
* | util: Add tests for the string buffer | Thomas Helland | 2017-09-26 | 1 | -0/+1 |
* | r600: fork and import gallium/radeon | Marek Olšák | 2017-09-26 | 1 | -2/+1 |
* | configure: check if -latomic is needed for __atomic_* | Grazvydas Ignotas | 2017-09-22 | 1 | -0/+13 |
* | configure.ac: split the wayland client/server confusion | Emil Velikov | 2017-09-19 | 1 | -1/+2 |
* | configure.ac: define WL_HIDE_DEPRECATED at global scale | Emil Velikov | 2017-09-19 | 1 | -1/+1 |
* | st/omx_bellagio: Rename state tracker and option | Gurkirpal Singh | 2017-09-15 | 1 | -22/+27 |
* | mesa/st: glsl_to_tgsi: add tests for the new temporary lifetime tracker | Gert Wollny | 2017-09-06 | 1 | -0/+1 |
* | util: improve compiler guard | Eric Engestrom | 2017-09-03 | 1 | -0/+21 |
* | configure: Test for -Wno-initializer-overrides | Matt Turner | 2017-08-29 | 1 | -0/+4 |
* | configure: Add and use AX_CHECK_COMPILE_FLAG | Matt Turner | 2017-08-29 | 1 | -72/+37 |
* | configure.ac: Check for expat21 if expat is not found. | Vinson Lee | 2017-08-17 | 1 | -1/+3 |
* | configure: Check llvm-config --shared-mode | Michel Dänzer | 2017-08-17 | 1 | -1/+1 |
* | configure.ac: Introduce HAVE_ARM_ASM/HAVE_AARCH64_ASM and the -D flags. | Eric Anholt | 2017-08-15 | 1 | -0/+24 |
* | configure: Trust LLVM >= 4.0 llvm-config --libs for shared libraries | Michel Dänzer | 2017-08-14 | 1 | -28/+30 |
* | configure: remove trailing "-a" in swr architecture test | Tim Rowley | 2017-08-10 | 1 | -1/+1 |
* | build: Fix up spirv_info.Plo | Matt Turner | 2017-08-10 | 1 | -0/+2 |
* | configure.ac: drop manual detection of expat header/library | Emil Velikov | 2017-08-04 | 1 | -7/+1 |
* | configure.ac: unconditionally check for expat | Emil Velikov | 2017-08-04 | 1 | -9/+9 |
* | swr: Add arch flags to support Cray and PGI compilers | Chuck Atkins | 2017-08-03 | 1 | -4/+4 |
* | xmlconfig: move into src/util | Nicolai Hähnle | 2017-07-31 | 1 | -1/+1 |
* | configure.ac: rework wayland-protocols handling | Emil Velikov | 2017-07-24 | 1 | -3/+10 |
* | radv: port to new libdrm API. | Dave Airlie | 2017-07-20 | 1 | -1/+1 |