summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-06-20meson: Remove reference to removed SWR driverMatt Turner1-1/+1
2023-06-15meson: Key whether to build batch decoder on expatDylan Baker1-7/+17
2023-05-01clc: Add clang frontendhlsl module to fix build of microsoft-clc with llvm 16+Lone_Wolf1-3/+4
2023-05-01clc: Add clangASTMatchers to fix static llvm build of microsoft-clc with LLV...Lone_Wolf1-0/+3
2023-04-16meson: keep Mako version checking in accord with build msgLuc Ma1-1/+1
2023-03-30util/disk_cache: use posix_fallocate() for index filesJuston Li1-0/+1
2023-03-22glsl: Write a new test for GLSL and NIR mediump lowering.Emma Anholt1-0/+3
2023-03-16meson: correct typo in commentErik Faye-Lund1-1/+1
2023-03-10build: Block build of HASVK, Crocus and i915 in non-x86 architecturesJosé Roberto de Souza1-0/+12
2023-03-10meson: inline gtest_test_protocol now that it's always 'gtest'Eric Engestrom1-8/+0
2023-03-10meson: bump minimum version to 0.60Eric Engestrom1-1/+1
2023-03-06meson: forcefully disable libdrm when host doesn't have itMark Collins1-5/+11
2023-03-03intel: Add Meson parameter to enable Xe KMD supportJosé Roberto de Souza1-0/+4
2023-02-28meson: allow checking for null pointers even if they're supposed to be non-nullEric Engestrom1-0/+1
2023-02-27meson: Split sse2_arg and sse2_args out of c_cpp_argsYonggang Luo1-1/+9
2023-02-27meson: When sse2 enabled, both c and cpp using sse2 optionsYonggang Luo1-1/+1
2023-02-26meson: print c_cpp_argsDavid Heidelberg1-0/+7
2023-02-25tu+meson: Re-work KMD selectionRob Clark1-6/+7
2023-02-24r300: drop VDPAU supportPavel Ondračka1-2/+1
2023-02-23meson: update flex/bison requirement to cover all usagesMark Collins1-4/+5
2023-02-23meson: reuse vulkan_wsi_list for defining vk_wsi_argsEric Engestrom1-24/+0
2023-02-22meson: add basic support for loongarchSui Jingfeng1-0/+11
2023-02-17mesa: optimize out _mesa_is_desktop_gl*() and _mesa_is_gles*() calls when not...Eric Engestrom1-0/+4
2023-02-17meson: allow building GLES without GLEric Engestrom1-2/+0
2023-02-17meson: make GLX require OpenGLEric Engestrom1-1/+7
2023-02-15Revert "meson: Fix Asahi build on macOS"Erik Faye-Lund1-1/+1
2023-02-15meson: don't pass vk wsi args where they don't belongErik Faye-Lund1-19/+9
2023-02-15meson: Combine duplicated c_args and cpp_argsYonggang Luo1-4/+2
2023-02-15meson: Split c_cpp_args from pre_argsYonggang Luo1-1/+7
2023-02-14meson: remove unused USE_FOO_ASM definesErik Faye-Lund1-2/+1
2023-02-12util: avoid calling kcmp on AndroidEric Engestrom1-0/+10
2023-02-07meson: Ignore unused variables when assertions are disabledpal10001-6/+6
2023-02-05meson: Fix Asahi build on macOSAsahi Lina1-1/+1
2023-02-03meson: combine checks for linker --gc-sections supportDylan Baker1-6/+4
2023-02-01meson: turn android-libbacktrace into a feature optionEric Engestrom1-8/+4
2023-01-30rusticl: fix build error with valgrind being enabledKarol Herbst1-2/+2
2023-01-27meson: remove deprecated dri-drivers optionErik Faye-Lund1-5/+0
2023-01-27meson: remove deprecated osmesa-bits optionErik Faye-Lund1-4/+0
2023-01-27meson: remove dupliace add_devenv callErik Faye-Lund1-2/+0
2023-01-25android: Make libbacktrace optional againTomeu Vizoso1-1/+16
2023-01-25android: allow system = 'android' on cross fileHelen Koike1-1/+1
2023-01-23util/fossilize_db: fix macOS inotify build errorJuston Li1-1/+1
2023-01-20meson: use sections in summary()Thomas H.P. Andersen1-59/+70
2023-01-20meson: use summary()Thomas H.P. Andersen1-64/+47
2023-01-19meson: use builtin support for reading version from a fileDylan Baker1-4/+1
2023-01-19meson: remove version checks for < 0.59Dylan Baker1-12/+3
2023-01-19meson: Use feature option methods for xmlconfigDylan Baker1-9/+7
2023-01-19meson: use a feature option for shared-llvmDylan Baker1-14/+4
2023-01-19meson: use a feature option for eglDylan Baker1-29/+8
2023-01-19meson: use a feature option for zstdDylan Baker1-15/+3