About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)Author
2025-11-04meson: Support intel tools on Android.Andy Hsu
2025-10-20kk: Add KosmicKrispAitor Camacho
2025-10-16poly: Migrate AGX's GS/TESS emulation to common codeMary Guillemard
2025-10-15ethos: Initial commit of a driver for the Arm Ethos-U65 NPU.Tomeu Vizoso
2025-10-13wsi/metal: Disable reference countingAitor Camacho
2025-10-10pvr: Drop '-experimental' suffix from the 'imagination' build optionAshish Chauhan
2025-10-06meson: static link spirv-tools for darwinAitor Camacho
2025-10-04amd: require LLVM when amd-use-llvm is enabledMauro Rossi
2025-10-01ci: Bump DirectX-Headers and Agility SDK dependencies to 1.618.1Sil Vilerino
2025-09-30meson: detect `memfd_create()` and `getrandom()` from headers, not system lib...Fafa Kitten
2025-09-30meson.build: set with_clc for asahi toolsAlyssa Ross
2025-09-30meson.build: remove dead codeAlyssa Ross
2025-09-26util/macros: Add ATTRIBUTE_COLDMel Henning
2025-09-26vulkan: Compute path to write into JSON manifests once, use it everywhereSimon McVittie
2025-09-26vulkan: Consistently form driver library names as prefix + name + suffixSimon McVittie
2025-09-24meson/util: Define _GNU_SOURCE for mingwYonggang Luo
2025-09-24meson: Update comment to be clearYonggang Luo
2025-09-23mesa: add u_overflow.hPierre-Eric Pelloux-Prayer
2025-09-22meson: use the wayland moduleDylan Baker
2025-09-19ci: use MSRV for build-for-tests jobs and recent version in build-only jobs a...Eric Engestrom
2025-09-19kmsro: enable with zinkErico Nunes
2025-09-18meson: only require glslang >= 12.2 when anv/radv/turnip are builtEric Engestrom
2025-09-18meson: require glslang >= 12.2 for bvh preampleEric Engestrom
2025-09-17meson: use pointer size for 64-bit detection instead of architecture namesZhou Qiankang
2025-09-16pvr, pco: usc program (pre-)generation boilerplateSimon Perretta
2025-09-16meson: Relax -Wmaybe-uninitialized errorsValentine Burley
2025-09-15meson: fix libcl assert() reproducibilityQuentin Schulz
2025-09-15meson: replace global_source_root/global_build_root with project_*Quentin Schulz
2025-09-13meson: Getting symbols-check.py works for mingwYonggang Luo
2025-09-13meson: For windows, the with_ld_version_script won't take effectYonggang Luo
2025-09-13meson: Remove redundant '/wd4996' option for MSVCYonggang Luo
2025-09-13meson: Remove unused predefined macros for windows msvc/gccYonggang Luo
2025-09-13meson: mingw do not need _USE_MATH_DEFINES, only MSVC need itYonggang Luo
2025-09-10Remove VDPAUDavid Rosca
2025-09-10mesa: Remove NV_vdpau_interopDavid Rosca
2025-09-09teflon/tests: Remove dependency on xtensorTomeu Vizoso
2025-08-25meson: handle dep_libdrm before the driver specific libdrm modulesAntonio Ospite
2025-08-25meson/android: amend the condition for libbacktraceYiwei Zhang
2025-08-22zink: Add zink_check_requirementsMel Henning
2025-08-21subprojects: Remove libdisplay-info wrap fileDavid Rosca
2025-08-21meson: fixup b_sanitize checksEric Engestrom
2025-08-21meson: check for no_sanitize function attributesJuan A. Suarez Romero
2025-08-21egl,glx: allow OpenGL with old libx11, but disable glthread if it's unsafeMarek Olšák
2025-08-20meson: Add --wrap-unsafe-ops to bindgenFaith Ekstrand
2025-08-20meson: Disable unsafe_attr_outside_unsafe for nowFaith Ekstrand
2025-08-20meson: Disable unsafe_op_in_unsafe_fn in bindgen for nowFaith Ekstrand
2025-08-20meson: Add a rust_2024_lint_args helperFaith Ekstrand
2025-08-20meson: Remove unused with_asm_arch and USE_*_ASM macrosYonggang Luo
2025-08-20mesa: refactor the glapi/tls includes into a single, reused headerYonggang Luo
2025-08-20meson: Remove redundant TODO:Yonggang Luo