diff --git a/Mesa.changes b/Mesa.changes index d2ea995..72abd66 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Aug 17 16:42:12 UTC 2022 - Dirk Müller + +- update to 22.1.6: + * llvmpipe: make last_fence a screen/rast object not a context one. llvmpipe: + keep context list and use to track resource usage. + * Revert "pan/bi: Require ATEST coverage mask input in R60" + * intel/dev: drop warning for unhandled hwconfig keys + * anv: Use sampleLocationsEnable for sample locations + +------------------------------------------------------------------- +Sun Aug 7 18:41:56 UTC 2022 - Dirk Müller + +- update to 22.1.5: + * radv: dynamic vertex input failure + * anv: KHR-GL46.tessellation_shader.single.xfb_captures_data_from_correct_stage fails on TGL + * anv: GTF-GL46.gtf32.GL3Tests.packed_pixels.packed_pixels_pbo failure + * anv: ICL hiz issue + * Error compiling gallium-nine on i686 using musl libc + * dEQP-VK.memory.mapping.dedicated_alloc failing on bsw and gen9atom + ------------------------------------------------------------------- Mon Aug 1 21:22:01 UTC 2022 - Dirk Müller diff --git a/Mesa.spec b/Mesa.spec index 1436160..7aa5b56 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -33,7 +33,7 @@ %define glamor 1 %define _name_archive mesa -%define _version 22.1.4 +%define _version 22.1.6 %define with_opencl 0 %define with_vulkan 0 %define with_llvm 0 @@ -106,7 +106,7 @@ %endif Name: Mesa%{psuffix} -Version: 22.1.4 +Version: 22.1.5 Release: 0 Summary: System for rendering 3-D graphics License: MIT diff --git a/mesa-22.1.4.tar.xz b/mesa-22.1.4.tar.xz deleted file mode 100644 index 4562737..0000000 --- a/mesa-22.1.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:670d8cbe8b72902a45ea2da68a9da4dc4a5d99c5953a926177adbce1b1640b76 -size 16033644 diff --git a/mesa-22.1.4.tar.xz.sig b/mesa-22.1.4.tar.xz.sig deleted file mode 100644 index c567a47..0000000 Binary files a/mesa-22.1.4.tar.xz.sig and /dev/null differ diff --git a/mesa-22.1.6.tar.xz b/mesa-22.1.6.tar.xz new file mode 100644 index 0000000..e19f8a4 --- /dev/null +++ b/mesa-22.1.6.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22ced061eb9adab8ea35368246c1995c09723f3f71653cd5050c5cec376e671a +size 16071404 diff --git a/mesa-22.1.6.tar.xz.sig b/mesa-22.1.6.tar.xz.sig new file mode 100644 index 0000000..4b44033 Binary files /dev/null and b/mesa-22.1.6.tar.xz.sig differ