summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2022-05-03meson: remove unused definesErik Faye-Lund1-3/+0
2022-01-27ci: Use a dlclose-disabling preload library for leak checking in Vulkan.Emma Anholt1-0/+1
2022-01-19meson: Try to link all-targets module if Gallium OpenCL is enabledSimon McVittie1-1/+1
2022-01-19meson: tlsdesc: minor reformatting, add commentsAlex Xu (Hello71)1-2/+5
2022-01-19meson: add check kwarg to run_commandThomas H.P. Andersen1-1/+1
2021-12-31meson: Bump libdrm_amdgpu version req to 2.4.109.Bas Nieuwenhuizen1-1/+1
2021-12-29zink: Fix building on macOSHamish Arblaster1-0/+9
2021-12-18meson: drop a temp formatting variableThomas H.P. Andersen1-7/+1
2021-12-18meson: drop a comment relating to old meson versionThomas H.P. Andersen1-4/+0
2021-12-18meson: drop compatability with < 0.48Thomas H.P. Andersen1-7/+2
2021-12-16meson: correctly detect linker argumentsMichel Zou1-2/+2
2021-12-15meson: Bump version required for gtest protocolCaio Oliveira1-3/+4
2021-12-07meson: check -mtls if has_exe_wrapperMichel Zou1-1/+1
2021-12-06gallium/swr: Remove common code and build optionsJan Zielinski1-9/+3
2021-12-03classic/i965: Remove driverDylan Baker1-24/+4
2021-12-03classic/i915: Remove driverDylan Baker1-6/+2
2021-12-03classic/nouveau: Remove driverDylan Baker1-6/+3
2021-12-03classic/r200: Delete driverDylan Baker1-5/+3
2021-12-03classic/r100: Delete driverDylan Baker1-4/+3
2021-12-03mesa/x11: Remove the swrast-classic-based fake libGLAdam Jackson1-10/+4
2021-12-02meson: check for lld split TLSDESC bug (fixes #5665)Alex Xu (Hello71)1-1/+9
2021-12-02windows: Use TLS context/dispatch with shared-glapiJesse Natalie1-34/+39
2021-11-26egl/wayland: add initial dma-buf feedback supportLeandro Ribeiro1-1/+1
2021-11-26loader: add function to get render node from dev_tLeandro Ribeiro1-12/+1
2021-11-24meson: bump meson requirement to 0.53.0Alejandro Piñeiro1-1/+1
2021-11-24meson: Remove some unnecessary loops.Georg Lehmann1-9/+3
2021-11-24meson: Use get_supported_arguments more often.Georg Lehmann1-79/+55
2021-11-20Auto-enable TLSDESC supportAlex Xu (Hello71)1-0/+24
2021-11-20Use initial-exec TLS for glibc only, enable TLS elsewhereAlex Xu (Hello71)1-5/+2
2021-11-19android,d3d12: Support using DirectX-Headers dependency from AOSPJesse Natalie1-3/+6
2021-11-19meson: Allow mismatching RTTI for MSVCJesse Natalie1-20/+21
2021-11-19meson: Don't override built-in cpp_rtti option, error if it's invalidJesse Natalie1-9/+10
2021-11-09meson: Check arguments before adding.Bas Nieuwenhuizen1-5/+16
2021-11-09meson: allow building with vulkan beta extensions enabled.Dave Airlie1-0/+5
2021-11-08meson: automatically define `HAVE_{some}_PLATFORM`Eric Engestrom1-13/+9
2021-11-08meson: always define `HAVE_{X11,XCB}_PLATFORM` when it's enabledEric Engestrom1-4/+2
2021-11-08meson: drop impossible `if no platform` branchEric Engestrom1-5/+1
2021-11-08meson: move `egl_native_platform` definition inside the `with_egl` blockEric Engestrom1-7/+7
2021-11-08meson: drop duplicate addition of surfaceless & drm to the list of platformsEric Engestrom1-4/+0
2021-11-04vulkan/wsi: implement missing wsi_register_device_eventTapani Pälli1-0/+5
2021-10-19meson: disable -Werror=thread-safety on FreeBSDJan Beich1-1/+4
2021-10-16meson: use gtest protocol for gtest based tests when possibleDylan Baker1-0/+7
2021-10-07build: also remove wayland wsi flags from c++ buildMike Blumenkrantz1-1/+2
2021-10-06build: unify vulkan cpp platform argsMike Blumenkrantz1-0/+28
2021-10-01radv: Allow building when LLVM isn’t enabledEmmanuel Gil Peyrot1-2/+4
2021-09-30Move a bunch of the CLC stuff from src/microsoft to common codeJason Ekstrand1-23/+29
2021-09-30meson: extract libversion checks from clc & cloverLionel Landwerlin1-1/+8
2021-09-21meson: introduce option vmware-mks-stats controlling the instrumentations of ...Martin Krastev1-0/+7
2021-09-20build: fix nine compilation with only zink enabled as a gallium driverMike Blumenkrantz1-1/+1
2021-09-16meson: Set /Zc:__cplusplus for MSVCJesse Natalie1-0/+1