summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2022-05-02meson: remove unused definesErik Faye-Lund1-3/+0
2022-04-07meson: Define a HAVE_XXXX macro for every gallium driver we buildAdam Jackson1-0/+3
2022-03-31intel/tools: Fix build without driversChad Versace1-1/+1
2022-03-31dri: Remove the megadriver compat stubAdam Jackson1-1/+1
2022-03-30meson: Add predefined macro -D__MSVCRT_VERSION__=0x0700 only in mingw environ...Yonggang Luo1-1/+12
2022-03-25microsoft: Initial vulkan-on-12 driverErik Faye-Lund1-2/+3
2022-03-25freedreno/drm: Add virtio backendRob Clark1-0/+1
2022-03-24pvr: Gate offline compiler build behind -Dtools=imaginationMatt Coster1-0/+1
2022-03-22pvr: Add a Vulkan driver for Imagination Technologies PowerVR Rogue GPUsFrank Binns1-0/+2
2022-03-21intel: Add a little OpenCL C compiler binaryJason Ekstrand1-1/+2
2022-03-21meson: try to find clang-cpp before going through each moduleLionel Landwerlin1-10/+14
2022-03-17util/disk_cache: rename MESA_GLSL_CACHE envvarJuan A. Suarez Romero1-1/+1
2022-02-21meson: bump libdrm_amdgpu version to 2.4.110Samuel Pitoiset1-1/+1
2022-02-04meson: add support for `meson devenv` with vulkanDylan Baker1-0/+6
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