summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: remove unused definesErik Faye-Lund2022-05-021-3/+0
* meson: Define a HAVE_XXXX macro for every gallium driver we buildAdam Jackson2022-04-071-0/+3
* intel/tools: Fix build without driversChad Versace2022-03-311-1/+1
* dri: Remove the megadriver compat stubAdam Jackson2022-03-311-1/+1
* meson: Add predefined macro -D__MSVCRT_VERSION__=0x0700 only in mingw environ...Yonggang Luo2022-03-301-1/+12
* microsoft: Initial vulkan-on-12 driverErik Faye-Lund2022-03-251-2/+3
* freedreno/drm: Add virtio backendRob Clark2022-03-251-0/+1
* pvr: Gate offline compiler build behind -Dtools=imaginationMatt Coster2022-03-241-0/+1
* pvr: Add a Vulkan driver for Imagination Technologies PowerVR Rogue GPUsFrank Binns2022-03-221-0/+2
* intel: Add a little OpenCL C compiler binaryJason Ekstrand2022-03-211-1/+2
* meson: try to find clang-cpp before going through each moduleLionel Landwerlin2022-03-211-10/+14
* util/disk_cache: rename MESA_GLSL_CACHE envvarJuan A. Suarez Romero2022-03-171-1/+1
* meson: bump libdrm_amdgpu version to 2.4.110Samuel Pitoiset2022-02-211-1/+1
* meson: add support for `meson devenv` with vulkanDylan Baker2022-02-041-0/+6
* ci: Use a dlclose-disabling preload library for leak checking in Vulkan.Emma Anholt2022-01-271-0/+1
* meson: Try to link all-targets module if Gallium OpenCL is enabledSimon McVittie2022-01-191-1/+1
* meson: tlsdesc: minor reformatting, add commentsAlex Xu (Hello71)2022-01-191-2/+5
* meson: add check kwarg to run_commandThomas H.P. Andersen2022-01-191-1/+1
* meson: Bump libdrm_amdgpu version req to 2.4.109.Bas Nieuwenhuizen2021-12-311-1/+1
* zink: Fix building on macOSHamish Arblaster2021-12-291-0/+9
* meson: drop a temp formatting variableThomas H.P. Andersen2021-12-181-7/+1
* meson: drop a comment relating to old meson versionThomas H.P. Andersen2021-12-181-4/+0
* meson: drop compatability with < 0.48Thomas H.P. Andersen2021-12-181-7/+2
* meson: correctly detect linker argumentsMichel Zou2021-12-161-2/+2
* meson: Bump version required for gtest protocolCaio Oliveira2021-12-151-3/+4
* meson: check -mtls if has_exe_wrapperMichel Zou2021-12-071-1/+1
* gallium/swr: Remove common code and build optionsJan Zielinski2021-12-061-9/+3
* classic/i965: Remove driverDylan Baker2021-12-031-24/+4
* classic/i915: Remove driverDylan Baker2021-12-031-6/+2
* classic/nouveau: Remove driverDylan Baker2021-12-031-6/+3
* classic/r200: Delete driverDylan Baker2021-12-031-5/+3
* classic/r100: Delete driverDylan Baker2021-12-031-4/+3
* mesa/x11: Remove the swrast-classic-based fake libGLAdam Jackson2021-12-031-10/+4
* meson: check for lld split TLSDESC bug (fixes #5665)Alex Xu (Hello71)2021-12-021-1/+9
* windows: Use TLS context/dispatch with shared-glapiJesse Natalie2021-12-021-34/+39
* egl/wayland: add initial dma-buf feedback supportLeandro Ribeiro2021-11-261-1/+1
* loader: add function to get render node from dev_tLeandro Ribeiro2021-11-261-12/+1
* meson: bump meson requirement to 0.53.0Alejandro PiƱeiro2021-11-241-1/+1
* meson: Remove some unnecessary loops.Georg Lehmann2021-11-241-9/+3
* meson: Use get_supported_arguments more often.Georg Lehmann2021-11-241-79/+55
* Auto-enable TLSDESC supportAlex Xu (Hello71)2021-11-201-0/+24
* Use initial-exec TLS for glibc only, enable TLS elsewhereAlex Xu (Hello71)2021-11-201-5/+2
* android,d3d12: Support using DirectX-Headers dependency from AOSPJesse Natalie2021-11-191-3/+6
* meson: Allow mismatching RTTI for MSVCJesse Natalie2021-11-191-20/+21
* meson: Don't override built-in cpp_rtti option, error if it's invalidJesse Natalie2021-11-191-9/+10
* meson: Check arguments before adding.Bas Nieuwenhuizen2021-11-091-5/+16
* meson: allow building with vulkan beta extensions enabled.Dave Airlie2021-11-091-0/+5
* meson: automatically define `HAVE_{some}_PLATFORM`Eric Engestrom2021-11-081-13/+9
* meson: always define `HAVE_{X11,XCB}_PLATFORM` when it's enabledEric Engestrom2021-11-081-4/+2
* meson: drop impossible `if no platform` branchEric Engestrom2021-11-081-5/+1