summaryrefslogtreecommitdiff
path: root/meson.build
AgeCommit message (Expand)AuthorFilesLines
2023-01-11meson: Define VK_USE_PLATFORM_WIN32_KHR for C++Jesse Natalie1-2/+1
2022-12-16OpenCL/draw module: Support linking with LLVM and clang 15 static librariespal10001-2/+11
2022-12-12vdpau: allow building vdpau st with virgl onlyJan Palus1-1/+2
2022-12-10nine: enable on panfrostDavid Heidelberg1-0/+1
2022-12-07meson: Do not enable drm for KGSL Turnip buildDanylo Piliaiev1-1/+5
2022-12-01meson: sort drivers alphabetically in any-of checksEric Engestrom1-15/+15
2022-12-01meson: make long any-of checks easier to read and to updateEric Engestrom1-12/+35
2022-11-29meson: Enable system_has_kms_drm for androidRoman Stratiienko1-1/+1
2022-11-23meson: Don't depend on expat for !use_xmlconfigAlyssa Rosenzweig1-4/+12
2022-11-23intel: Add SUPPORT_INTEL_INTEGRATED_GPUS build argumentPhilippe Lecluse1-0/+5
2022-11-22meson: do not use source_root() when possibleDanylo Piliaiev1-1/+10
2022-11-17freedreno: Find curses properly for building fdperfJami Kettunen1-1/+1
2022-11-17meson: Enable initialized-but-unused warning for MSVCJesse Natalie1-0/+1
2022-11-17meson: Enable SSE4.1 for MSVCJesse Natalie1-24/+26
2022-11-11meson: only enable intel-clc for x86_64 buildsLuis Felipe Strano Moraes1-2/+7
2022-11-11meson: enable Wmisleading-indentationLucas Stach1-0/+2
2022-11-10util/glsl2spirv: pass path to glslangValidator into the scriptDylan Baker1-1/+1
2022-11-10meson: prog_glslang should always be for the build machineDylan Baker1-1/+1
2022-11-09meson: -DVK_ENABLE_BETA_EXTENSIONS at a single placeYonggang Luo1-3/+4
2022-11-05nine: enable on freedrenoDavid Heidelberg1-1/+2
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