diff --git a/Mesa.changes b/Mesa.changes index 4572cba..8fddc76 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Nov 17 16:32:41 UTC 2022 - Dirk Müller + +- update to 22.2.4: + * clover: windows: library filename has \`-1` suffix and a \`lib` prefix + when built with mingw + * radv, dxvk: Rendering errors in World of Tanks after "Switch to dynamic + rendering only" + * gen9 gt3e/gt4e skus fail dEQP-VK.pipeline.multisample.sample_locations_ext.* + * v3d: Wrong colors (pink) in videos in Firefox (likely YUV->RGB shader issue) + * panfrost t860 glmark-es2 regression + * radv: Flickering in Spider-Man Remastered (Regression) (Bisected) + * radv: Hitman 2 using Direct3D 12 has discolored squares on RDNA2 with DCC + enabled + * panfrost/midgard - on Duckstation PSX emulator: segfault on GLES 3.0 and + bad shader compilations on 3.3 + ------------------------------------------------------------------- Tue Nov 15 15:01:19 UTC 2022 - Stefan Dirsch diff --git a/Mesa.spec b/Mesa.spec index 060d7c9..1954cb0 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -42,7 +42,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.2.3 +%define _version 22.2.4 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -119,7 +119,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.2.3 +Version: 22.2.4 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-22.2.3.tar.xz b/mesa-22.2.3.tar.xz deleted file mode 100644 index adb0957..0000000 --- a/mesa-22.2.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ee7d026f7b1991dbae0861d359b671145c3a86f2a731353b885d2ea2d5c098d6 -size 16464020 diff --git a/mesa-22.2.3.tar.xz.sig b/mesa-22.2.3.tar.xz.sig deleted file mode 100644 index 8c9fd31..0000000 Binary files a/mesa-22.2.3.tar.xz.sig and /dev/null differ diff --git a/mesa-22.2.4.tar.xz b/mesa-22.2.4.tar.xz new file mode 100644 index 0000000..1dd7dc2 --- /dev/null +++ b/mesa-22.2.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d76b53ca5c7b46019e0e8e5b414de45d2fecd3fcd71707f6c3bc7691c9f7ab +size 16497852 diff --git a/mesa-22.2.4.tar.xz.sig b/mesa-22.2.4.tar.xz.sig new file mode 100644 index 0000000..bde986d Binary files /dev/null and b/mesa-22.2.4.tar.xz.sig differ