mesa: upgrade 21.2.5 -> 21.3.0

Message ID 1637593113-99188-3-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 5b5d29650b7fc2183df5129ef7f7ba855699b57c
Headers show
Series mesa: upgrade 21.2.5 -> 21.3.0 | expand

Commit Message

Mingyu Wang (Fujitsu) Nov. 22, 2021, 2:58 p.m. UTC
New features:
VK_EXT_color_write_enable on lavapipe
GL_ARB_texture_filter_anisotropic in llvmpipe
Anisotropic texture filtering in lavapipe
VK_EXT_shader_atomic_float2 on Intel and RADV.
VK_EXT_vertex_input_dynamic_state on RADV.
VK_KHR_timeline_semaphore on lavapipe
VK_EXT_external_memory_host on lavapipe
GL_AMD_pinned_memory on llvmpipe
GL 4.5 compatibility on llvmpipe
VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
ES 3.2 on zink
VK_KHR_depth_stencil_resolve on lavapipe
VK_KHR_shader_integer_dot_product on RADV.
OpenGL FP16 support on llvmpipe
VK_KHR_shader_float16_int8 on lavapipe
VK_KHR_spirv_1_4 on lavapipe
Experimental raytracing support on RADV
VK_KHR_synchronization2 on Intel
NGG shader based culling is now enabled by default on GFX10.3 on RADV.
VK_KHR_maintenance4 on RADV
VK_KHR_format_feature_flags2 on RADV.
EGL_EXT_present_opaque on wayland

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../mesa/{mesa-gl_21.2.5.bb => mesa-gl_21.3.0.bb}               | 0
 meta/recipes-graphics/mesa/mesa.inc                             | 2 +-
 meta/recipes-graphics/mesa/{mesa_21.2.5.bb => mesa_21.3.0.bb}   | 0
 3 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/mesa/{mesa-gl_21.2.5.bb => mesa-gl_21.3.0.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_21.2.5.bb => mesa_21.3.0.bb} (100%)

Patch

diff --git a/meta/recipes-graphics/mesa/mesa-gl_21.2.5.bb b/meta/recipes-graphics/mesa/mesa-gl_21.3.0.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa-gl_21.2.5.bb
rename to meta/recipes-graphics/mesa/mesa-gl_21.3.0.bb
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index b687f8e4ab..ed60d98250 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -21,7 +21,7 @@  SRC_URI = "https://mesa.freedesktop.org/archive/mesa-${PV}.tar.xz \
            file://0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch \
            "
 
-SRC_URI[sha256sum] = "8e49585fb760d973723dab6435d0c86f7849b8305b1e6d99f475138d896bacbb"
+SRC_URI[sha256sum] = "a2753c09deef0ba14d35ae8a2ceff3fe5cd13698928c7bb62c2ec8736eb09ce1"
 
 UPSTREAM_CHECK_GITTAGREGEX = "mesa-(?P<pver>\d+(\.\d+)+)"
 
diff --git a/meta/recipes-graphics/mesa/mesa_21.2.5.bb b/meta/recipes-graphics/mesa/mesa_21.3.0.bb
similarity index 100%
rename from meta/recipes-graphics/mesa/mesa_21.2.5.bb
rename to meta/recipes-graphics/mesa/mesa_21.3.0.bb