From 9d82eda972b6b93b49672b15d11a738caeb8d46a93824a75a089e456369385f7 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 2 Jun 2022 02:29:47 +0000 Subject: [PATCH] - Update to 22.1.1 * first bugfix release - supersedes U_llvmpipe-flush-resources-for-kms-swrast-path.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1114 --- Mesa.changes | 7 ++++ Mesa.spec | 6 ++-- ...-flush-resources-for-kms-swrast-path.patch | 31 ------------------ mesa-22.1.0.tar.xz | 3 -- mesa-22.1.0.tar.xz.sig | Bin 119 -> 0 bytes mesa-22.1.1.tar.xz | 3 ++ mesa-22.1.1.tar.xz.sig | Bin 0 -> 119 bytes 7 files changed, 12 insertions(+), 38 deletions(-) delete mode 100644 U_llvmpipe-flush-resources-for-kms-swrast-path.patch delete mode 100644 mesa-22.1.0.tar.xz delete mode 100644 mesa-22.1.0.tar.xz.sig create mode 100644 mesa-22.1.1.tar.xz create mode 100644 mesa-22.1.1.tar.xz.sig diff --git a/Mesa.changes b/Mesa.changes index 9c1d602..22235e1 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Jun 2 01:32:59 UTC 2022 - Stefan Dirsch + +- Update to 22.1.1 + * first bugfix release +- supersedes U_llvmpipe-flush-resources-for-kms-swrast-path.patch + ------------------------------------------------------------------- Wed Jun 1 07:58:57 UTC 2022 - Fabian Vogt diff --git a/Mesa.spec b/Mesa.spec index d07ada3..51327a2 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -31,7 +31,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.1.0 +%define _version 22.1.1 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -104,7 +104,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.1.0 +Version: 22.1.1 Release: 0 Summary: System for rendering 3-D graphics License: MIT @@ -123,7 +123,6 @@ Patch2: n_add-Mesa-headers-again.patch Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch Patch58: u_dep_xcb.patch Patch100: U_fix-mpeg1_2-decode-mesa-20.2.patch -Patch101: U_llvmpipe-flush-resources-for-kms-swrast-path.patch Patch200: u_fix-build-on-ppc64le.patch Patch300: n_buildfix-21.3.0.patch Patch400: n_no-sse2-on-ix86-except-for-intel-drivers.patch @@ -742,7 +741,6 @@ rm -rf docs/README.{VMS,WIN32,OS2} %endif %patch58 -p1 %patch100 -p1 -%patch101 -p1 %patch200 -p1 %patch300 -p1 %ifarch %{ix86} diff --git a/U_llvmpipe-flush-resources-for-kms-swrast-path.patch b/U_llvmpipe-flush-resources-for-kms-swrast-path.patch deleted file mode 100644 index 036a68b..0000000 --- a/U_llvmpipe-flush-resources-for-kms-swrast-path.patch +++ /dev/null @@ -1,31 +0,0 @@ -From c219ca3fb72259a614468b9ac6cfe9369073f7c8 Mon Sep 17 00:00:00 2001 -From: Dave Airlie -Date: Thu, 26 May 2022 10:54:51 +1000 -Subject: [PATCH] llvmpipe: flush resources for kms swrast path. - -The kms_swrast path calls this callback via the dri2 paths, -not flushing caused artifacts when running inside a VM or on hw -in weston/gnome-shell. - -Fixes: 6bbbe15a783a ("Reinstate: llvmpipe: allow vertex processing and fragment processing in parallel") -Acked-by: Mike Blumenkrantz -Part-of: ---- - src/gallium/drivers/llvmpipe/lp_surface.c | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/src/gallium/drivers/llvmpipe/lp_surface.c b/src/gallium/drivers/llvmpipe/lp_surface.c -index cc97565893dc..78a1b06b81d2 100644 ---- a/src/gallium/drivers/llvmpipe/lp_surface.c -+++ b/src/gallium/drivers/llvmpipe/lp_surface.c -@@ -174,6 +174,7 @@ static void lp_blit(struct pipe_context *pipe, - static void - lp_flush_resource(struct pipe_context *ctx, struct pipe_resource *resource) - { -+ llvmpipe_flush_resource(ctx, resource, 0, true, true, false, "resource"); - } - - --- -GitLab - diff --git a/mesa-22.1.0.tar.xz b/mesa-22.1.0.tar.xz deleted file mode 100644 index 3dc2cb7..0000000 --- a/mesa-22.1.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df6270c1371eaa2aa6eb65b95cbbb2a98b14fa4b7ba0ed45e4ca2fd32df60477 -size 15934484 diff --git a/mesa-22.1.0.tar.xz.sig b/mesa-22.1.0.tar.xz.sig deleted file mode 100644 index bed05886540a7701a86f0fdfaae83c6631d72c6846157f3a10a7f9f25737b609..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7rl++sZfq{!t045?Q$;j|? z)?+`rC2!ZS{xv^$W{9?)K-c&4o$FTSXsP{PU2Jk-5yM}x3$imW{4Hg!-MHQFJKwFv V>#FY51Rl)1ci@!mWrMo&oB+{VH}n7i diff --git a/mesa-22.1.1.tar.xz b/mesa-22.1.1.tar.xz new file mode 100644 index 0000000..5373559 --- /dev/null +++ b/mesa-22.1.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46940865ffe794db73ac2bc7ab7ff2570042a0b61a8ac43ca1688863e2bc0ef1 +size 15959680 diff --git a/mesa-22.1.1.tar.xz.sig b/mesa-22.1.1.tar.xz.sig new file mode 100644 index 0000000000000000000000000000000000000000000000000000000000000000..5fda0b36853ebf62ff2f1b415e8865e736829c4a43d581268d6d1e9a3d31b063 GIT binary patch literal 119 zcmeAuWnmEGVvrS6WGOtdJxpOwX+gL5ZB?JCzgF9AD1O7rlr;U8BLf$w08FHipOK-* zSJ5qo%Rpy=Zl2t9@o52~M?NII`r-O=@A`_vt&2AGGcvrqCX}yIdfzEy&eopW&y^k* V