summaryrefslogtreecommitdiff
path: root/meson.build
Commit message (Expand)AuthorAgeFilesLines
...
* frontends/va: Add windows VA frontend support via vl_winsys_win32 and libva-w...Sil Vilerino2022-10-191-8/+6
* util: Turn -DWINDOWS_NO_FUTEX to be pre_argsYonggang Luo2022-10-161-1/+1
* meson: remove unused EGL_NO_X11 definitionSimon Zeni2022-10-121-3/+0
* clc/clover: Link clang statically when shared-llvm is disabledpal10002022-10-101-1/+1
* remove xvmcMike Blumenkrantz2022-10-011-46/+2
* meson: Define with_intel_vk_rt based on with_intel_clcJordan Justen2022-09-281-0/+1
* meson: Deprecate vulkan-rt-drivers intelJordan Justen2022-09-281-0/+5
* meson: bump required llvm-spirv version with intel-clcLionel Landwerlin2022-09-281-6/+14
* meson: libelf is optionalYiwei Zhang2022-09-251-1/+1
* meson: Improve detection of qsort_r().Xin LI2022-09-231-1/+31
* radv/r600/clover: Getting libelf to be optionalYonggang Luo2022-09-221-11/+6
* meson,amd: Remove Windows libelf wrapJames Park2022-09-191-6/+2
* rusticl: translate spirv to nir and first steps to kernel arg handlingKarol Herbst2022-09-121-0/+1
* rusticl: addedKarol Herbst2022-09-121-1/+16
* fix(FTBFS): meson: raise C++ standard to C++17Kai Wasserbäch2022-09-061-1/+1
* meson: add with_gallium_virgl to allow it as VA backend driverLeo Liu2022-09-061-2/+2
* intel: add a hasvk vulkan driverLionel Landwerlin2022-09-021-3/+4
* meson: Only draw with llvm depends on native directlypal10002022-09-021-3/+3
* meson: bump the minimal required llvm version to 5.0.0Yonggang Luo2022-09-021-1/+1
* chore(deps): clover: raise the minimum LLVM version to 11.0.0Kai Wasserbäch2022-08-231-3/+1
* meson: add svga gallium driver to 'auto' group on arm/aarch64Martin Krastev2022-08-231-1/+1
* meson: add enable-glcpp-tests optionYonggang Luo2022-08-221-0/+1
* c11: #include <threads.h> when the os/platform provide itYonggang Luo2022-08-181-0/+9
* meson: Microsoft / maybe Intel CLC need the all-targets workaroundpal10002022-08-121-0/+1
* meson: Don't include glsl compiler if flex/bison aren't foundJesse Natalie2022-08-121-4/+4
* meson: remove source_root() call in main meson.buildKonstantin Kharlamov2022-08-121-2/+2
* meson: remove source_root() call in nir compiler pathKonstantin Kharlamov2022-08-121-0/+2
* egl/x11: implement ANGLE_sync_control_rateYonggang Luo2022-08-091-0/+1
* meson: Cleanup usage dri_drivers as it's a dead optionYonggang Luo2022-08-041-7/+1
* meson: Place all pre_args about HAVE_DRI* into single placeYonggang Luo2022-08-041-12/+18
* d3d12/dzn/spirv2dxil: Require version librarypal10002022-08-041-1/+1
* meson: Remove pre_args += '-DUSE_ELF_TLS'Yonggang Luo2022-07-291-2/+0
* meson: Remove usage of use_elf_tlsYonggang Luo2022-07-291-1/+0
* gallium: Disable dri2 interface on OSXYonggang Luo2022-07-291-0/+3
* gallium: Rename macros HAVE_PIPE_LOADER*Yonggang Luo2022-07-291-2/+2
* gallium: Move -DHAVE_PIPE_LOADER_DRI and -DHAVE_PIPE_LOADER_KMS to be pre_argsYonggang Luo2022-07-291-0/+7
* util: add reallocarray wrapper for win32Dave Airlie2022-07-271-0/+4
* util: Add a Win32 futex implJesse Natalie2022-07-151-0/+9
* Fix static glapi on WindowsJesse Natalie2022-07-141-8/+0
* meson: drop dladdr check on win32Michel Zou2022-06-281-6/+8
* meson: Define _GNU_SOURCE for android host systemDanylo Piliaiev2022-06-221-1/+1
* meson/clover: Getting clover can be built with no-rtti llvm in mingwYonggang Luo2022-06-161-3/+5
* meson/rtti: Using get_argument_syntax to check msvc compatible compilerYonggang Luo2022-06-161-1/+1
* meson: Use cc.get_argument_syntax instead cc.get_id when possible.Yonggang Luo2022-06-161-5/+5
* c11: Implement c11/time.h with c11/impl/time.cYonggang Luo2022-06-091-0/+4
* meson: Fixes timespec_get detect codeYonggang Luo2022-06-091-3/+15
* meson: Use a C99 STDC_VERSION for flexJesse Natalie2022-06-031-1/+4
* meson: add back -Werror=vla to msvc compat flagsErik Faye-Lund2022-06-031-1/+1
* meson: modernize win_flex stdint.h logicErik Faye-Lund2022-06-021-9/+3
* meson: Add build option for gallium-d3d12-video featureSil Vilerino2022-05-241-16/+23