From: Dylan Baker Date: Thu, 17 Oct 2019 17:09:59 +0000 (-0700) Subject: docs: Add new feature for compiling for windows with meson X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1ce23b56530af4792f6a62087372bf085a32559f;p=mesa.git docs: Add new feature for compiling for windows with meson Reviewed-by: Adam Jackson --- diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 1e146b4b06a..608fa748a9f 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -9,3 +9,4 @@ VK_KHR_spirv_1_4 on Intel. VK_EXT_shader_subgroup_ballot on Intel. VK_EXT_shader_subgroup_vote on Intel. VK_EXT_texel_buffer_alignment on RADV. +Meson support for windows using MSVC and MinGW