summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2022-11-01meson: simplified meson for enabling ray-tracing on IntelLuis Felipe Strano Moraes1-6/+2
2022-10-29gallium: Stub support for Asahi + DRMAlyssa Rosenzweig1-1/+5
2022-10-22meson: with_glx never assigned to 'gallium-xlib', remove 'gallium-xlib'Yonggang Luo1-4/+4
2022-10-22meson: with_glx never assigned to 'gallium-xlib', so need add with_glx == 'xl...Yonggang Luo1-1/+1
2022-10-20c11: Getting the macro guard of HAVE_PTHREAD in c11/threads.h to be consisten...Yonggang Luo1-2/+9
2022-10-20meson/mesa/wide: define WIN32_LEAN_AND_MEAN with pre_argsYonggang Luo1-0/+4
2022-10-20deps: Update DirectX-Headers req to 1.606.4Jesse Natalie1-1/+1
2022-10-19frontends/va: Add windows VA frontend support via vl_winsys_win32 and libva-w...Sil Vilerino1-8/+6
2022-10-16util: Turn -DWINDOWS_NO_FUTEX to be pre_argsYonggang Luo1-1/+1
2022-10-12meson: remove unused EGL_NO_X11 definitionSimon Zeni1-3/+0
2022-10-10clc/clover: Link clang statically when shared-llvm is disabledpal10001-1/+1
2022-10-01remove xvmcMike Blumenkrantz1-46/+2
2022-09-28meson: Define with_intel_vk_rt based on with_intel_clcJordan Justen1-0/+1
2022-09-28meson: Deprecate vulkan-rt-drivers intelJordan Justen1-0/+5
2022-09-28meson: bump required llvm-spirv version with intel-clcLionel Landwerlin1-6/+14
2022-09-25meson: libelf is optionalYiwei Zhang1-1/+1
2022-09-23meson: Improve detection of qsort_r().Xin LI1-1/+31
2022-09-22radv/r600/clover: Getting libelf to be optionalYonggang Luo1-11/+6
2022-09-19meson,amd: Remove Windows libelf wrapJames Park1-6/+2
2022-09-12rusticl: translate spirv to nir and first steps to kernel arg handlingKarol Herbst1-0/+1
2022-09-12rusticl: addedKarol Herbst1-1/+16
2022-09-06fix(FTBFS): meson: raise C++ standard to C++17Kai Wasserbäch1-1/+1
2022-09-06meson: add with_gallium_virgl to allow it as VA backend driverLeo Liu1-2/+2
2022-09-02intel: add a hasvk vulkan driverLionel Landwerlin1-3/+4
2022-09-02meson: Only draw with llvm depends on native directlypal10001-3/+3
2022-09-02meson: bump the minimal required llvm version to 5.0.0Yonggang Luo1-1/+1
2022-08-23chore(deps): clover: raise the minimum LLVM version to 11.0.0Kai Wasserbäch1-3/+1
2022-08-23meson: add svga gallium driver to 'auto' group on arm/aarch64Martin Krastev1-1/+1
2022-08-22meson: add enable-glcpp-tests optionYonggang Luo1-0/+1
2022-08-18c11: #include <threads.h> when the os/platform provide itYonggang Luo1-0/+9
2022-08-12meson: Microsoft / maybe Intel CLC need the all-targets workaroundpal10001-0/+1
2022-08-12meson: Don't include glsl compiler if flex/bison aren't foundJesse Natalie1-4/+4
2022-08-12meson: remove source_root() call in main meson.buildKonstantin Kharlamov1-2/+2
2022-08-12meson: remove source_root() call in nir compiler pathKonstantin Kharlamov1-0/+2
2022-08-09egl/x11: implement ANGLE_sync_control_rateYonggang Luo1-0/+1
2022-08-04meson: Cleanup usage dri_drivers as it's a dead optionYonggang Luo1-7/+1
2022-08-04meson: Place all pre_args about HAVE_DRI* into single placeYonggang Luo1-12/+18
2022-08-04d3d12/dzn/spirv2dxil: Require version librarypal10001-1/+1
2022-07-29meson: Remove pre_args += '-DUSE_ELF_TLS'Yonggang Luo1-2/+0
2022-07-29meson: Remove usage of use_elf_tlsYonggang Luo1-1/+0
2022-07-29gallium: Disable dri2 interface on OSXYonggang Luo1-0/+3
2022-07-29gallium: Rename macros HAVE_PIPE_LOADER*Yonggang Luo1-2/+2
2022-07-29gallium: Move -DHAVE_PIPE_LOADER_DRI and -DHAVE_PIPE_LOADER_KMS to be pre_argsYonggang Luo1-0/+7
2022-07-27util: add reallocarray wrapper for win32Dave Airlie1-0/+4
2022-07-15util: Add a Win32 futex implJesse Natalie1-0/+9
2022-07-14Fix static glapi on WindowsJesse Natalie1-8/+0
2022-06-28meson: drop dladdr check on win32Michel Zou1-6/+8
2022-06-22meson: Define _GNU_SOURCE for android host systemDanylo Piliaiev1-1/+1
2022-06-16meson/clover: Getting clover can be built with no-rtti llvm in mingwYonggang Luo1-3/+5
2022-06-16meson/rtti: Using get_argument_syntax to check msvc compatible compilerYonggang Luo1-1/+1