summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: Don't allow building EGL on Windows or MacOSDylan Baker2018-10-101-1/+6
* meson: remove invalid "opencl" llvm componentEmil Velikov2018-10-031-1/+1
* meson+autotools: get rid of spammy GCC warning -Wformat-truncationEric Engestrom2018-09-251-2/+2
* meson: make it trivial to add other -Wno-foo CFLAGSEric Engestrom2018-09-251-3/+6
* meson: de-duplicate LLVM checkDylan Baker2018-09-241-15/+8
* meson: Don't force libva to required from autoDylan Baker2018-09-211-2/+0
* meson: add option to statically link llvmChristoph Haag2018-09-201-0/+4
* move pthread_setaffinity_np check to the build systemDylan Baker2018-09-171-0/+7
* meson: disable asserts by default on release buildsEric Engestrom2018-09-061-2/+2
* meson: drop unnecessary llvm version hacksEric Engestrom2018-09-061-9/+0
* meson: Print a message about why a libdrm version was selectedDylan Baker2018-09-051-0/+5
* meson: Don't enable any vulkan drivers on arm, aarch64Guido Günther2018-08-271-0/+2
* meson: Be a bit more helpful when arch or OS is unknownGuido Günther2018-08-271-7/+14
* swr: bump minimum supported LLVM version to 6.0Juan A. Suarez Romero2018-08-201-1/+1
* freedreno: Add a6xx backendKristian H. Kristensen2018-08-161-1/+1
* meson: use python3 module to find python3Dylan Baker2018-08-161-1/+1
* meson: Ensure that mako is >= 0.8.0Dylan Baker2018-08-161-2/+8
* meson: Build with Python 3Mathieu Bridon2018-08-101-3/+3
* meson: recommend building the surfaceless platformEmil Velikov2018-08-081-1/+1
* meson: stop exporting internal wayland detailsEmil Velikov2018-08-071-0/+6
* meson: use dependency()+find_program() for wayland-scannerEmil Velikov2018-08-071-1/+2
* amd: remove support for LLVM 5.0Marek Olšák2018-08-031-1/+3
* winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0Marek Olšák2018-08-031-1/+1
* meson: use correct keyword to fix a meson warningJon Turney2018-08-021-1/+1
* util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen2018-07-201-1/+1
* meson: Move xvmc test tools from unit tests to installed tools.Eric Anholt2018-07-131-1/+1
* meson: Set with_dri from with_gallium when DRI glx is explicitly configuredJon Turney2018-07-051-1/+5
* meson: Fix typo that breaks -Dgalium-xvmc=falseDylan Baker2018-06-221-1/+1
* meson: Fix auto option for vaDylan Baker2018-06-221-6/+9
* meson: Fix auto option for xvmcDylan Baker2018-06-221-5/+4
* meson: Correct behavior of vdpau=autoDylan Baker2018-06-221-8/+9
* swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero2018-06-211-3/+1
* vulkan: EXT_acquire_xlib_display requires libXrandr headers to buildKeith Packard2018-06-201-0/+2
* configure.ac: Add CFLAG -Wno-missing-field-initializers (v5)Gert Wollny2018-06-201-3/+10
* vulkan: Add EXT_acquire_xlib_display [v5]Keith Packard2018-06-191-0/+11
* mesa: Unconditionally enable floating-point texturesTimothy Arceri2018-06-181-4/+0
* meson: fix private libs when building without glxLukas Rusak2018-06-151-6/+12
* meson: Test for __atomic_add_fetch in atomic checksAndrew Galante2018-06-131-2/+5
* meson: Fix -latomic checkMatt Turner2018-06-131-1/+7
* meson: Remove various completed todosDylan Baker2018-06-131-8/+0
* meson: Make use of optional modulesDylan Baker2018-06-131-3/+12
* meson: Add support for ppc assembly/optimizationsDylan Baker2018-06-131-4/+27
* meson: Add support for SPARC assemblyDylan Baker2018-06-131-0/+5
* meson: move cc and cpp definitions to top of main meson.buildDylan Baker2018-06-131-2/+3
* autotools/meson: compile against wayland-egl-*backend*Eric Engestrom2018-06-081-1/+3
* meson: Add support for read-only text segment on x86Matt Turner2018-06-071-0/+5
* meson: work around gentoo applying -m32 to host compiler in cross buildsDylan Baker2018-06-071-1/+4
* meson: Clarify why asm cannot be used in cross compileDylan Baker2018-06-071-7/+17
* egl: rewire the build systems to use libwayland-eglEric Engestrom2018-06-061-0/+3
* meson: fix platforms check for `-D egl=true`Eric Engestrom2018-06-051-1/+1