summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2018-09-06meson: disable asserts by default on release buildsEric Engestrom1-2/+2
2018-09-06meson: drop unnecessary llvm version hacksEric Engestrom1-9/+0
2018-09-05meson: Print a message about why a libdrm version was selectedDylan Baker1-0/+5
2018-08-27meson: Don't enable any vulkan drivers on arm, aarch64Guido Günther1-0/+2
2018-08-27meson: Be a bit more helpful when arch or OS is unknownGuido Günther1-7/+14
2018-08-20swr: bump minimum supported LLVM version to 6.0Juan A. Suarez Romero1-1/+1
2018-08-16freedreno: Add a6xx backendKristian H. Kristensen1-1/+1
2018-08-16meson: use python3 module to find python3Dylan Baker1-1/+1
2018-08-16meson: Ensure that mako is >= 0.8.0Dylan Baker1-2/+8
2018-08-10meson: Build with Python 3Mathieu Bridon1-3/+3
2018-08-08meson: recommend building the surfaceless platformEmil Velikov1-1/+1
2018-08-07meson: stop exporting internal wayland detailsEmil Velikov1-0/+6
2018-08-07meson: use dependency()+find_program() for wayland-scannerEmil Velikov1-1/+2
2018-08-03amd: remove support for LLVM 5.0Marek Olšák1-1/+3
2018-08-03winsys/amdgpu: pass the BO list via the CS ioctl on DRM >= 3.27.0Marek Olšák1-1/+1
2018-08-02meson: use correct keyword to fix a meson warningJon Turney1-1/+1
2018-07-20util/disk_cache: Fix disk_cache_get_function_timestamp with disabled cache.Bas Nieuwenhuizen1-1/+1
2018-07-13meson: Move xvmc test tools from unit tests to installed tools.Eric Anholt1-1/+1
2018-07-05meson: Set with_dri from with_gallium when DRI glx is explicitly configuredJon Turney1-1/+5
2018-06-22meson: Fix typo that breaks -Dgalium-xvmc=falseDylan Baker1-1/+1
2018-06-22meson: Fix auto option for vaDylan Baker1-6/+9
2018-06-22meson: Fix auto option for xvmcDylan Baker1-5/+4
2018-06-22meson: Correct behavior of vdpau=autoDylan Baker1-8/+9
2018-06-21swr: bump minimum supported LLVM version to 5.0Juan A. Suarez Romero1-3/+1
2018-06-20vulkan: EXT_acquire_xlib_display requires libXrandr headers to buildKeith Packard1-0/+2
2018-06-20configure.ac: Add CFLAG -Wno-missing-field-initializers (v5)Gert Wollny1-3/+10
2018-06-19vulkan: Add EXT_acquire_xlib_display [v5]Keith Packard1-0/+11
2018-06-18mesa: Unconditionally enable floating-point texturesTimothy Arceri1-4/+0
2018-06-15meson: fix private libs when building without glxLukas Rusak1-6/+12
2018-06-13meson: Test for __atomic_add_fetch in atomic checksAndrew Galante1-2/+5
2018-06-13meson: Fix -latomic checkMatt Turner1-1/+7
2018-06-13meson: Remove various completed todosDylan Baker1-8/+0
2018-06-13meson: Make use of optional modulesDylan Baker1-3/+12
2018-06-13meson: Add support for ppc assembly/optimizationsDylan Baker1-4/+27
2018-06-13meson: Add support for SPARC assemblyDylan Baker1-0/+5
2018-06-13meson: move cc and cpp definitions to top of main meson.buildDylan Baker1-2/+3
2018-06-08autotools/meson: compile against wayland-egl-*backend*Eric Engestrom1-1/+3
2018-06-07meson: Add support for read-only text segment on x86Matt Turner1-0/+5
2018-06-07meson: work around gentoo applying -m32 to host compiler in cross buildsDylan Baker1-1/+4
2018-06-07meson: Clarify why asm cannot be used in cross compileDylan Baker1-7/+17
2018-06-06egl: rewire the build systems to use libwayland-eglEric Engestrom1-0/+3
2018-06-05meson: fix platforms check for `-D egl=true`Eric Engestrom1-1/+1
2018-06-01meson: drop unused empty string array elementEric Engestrom1-3/+3
2018-06-01meson: fix platforms=[]Eric Engestrom1-15/+13
2018-06-01meson: fix vulkan-drivers=[]Eric Engestrom1-8/+4
2018-06-01meson: fix gallium-drivers=[]Eric Engestrom1-41/+24
2018-06-01meson: fix dri-drivers=[]Eric Engestrom1-16/+9
2018-05-29meson: require shared glapi when using DRI based libGLEmil Velikov1-2/+6
2018-05-29meson: remove unreachable with_glx == 'auto' checkEmil Velikov1-5/+1
2018-05-17amd: remove support for LLVM 4.0Marek Olšák1-1/+3