Eric Engestrom
e9cd222ca3
docs: add sha sum for 26.0.6
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-04-29 23:04:27 +02:00
Eric Engestrom
5be92f5081
docs: add release notes for 26.0.6
2026-04-29 22:19:00 +02:00
Eric Engestrom
684a1e7d12
docs: add sha sum for 26.0.5
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-04-15 17:34:54 +02:00
Eric Engestrom
9c4e5bbee5
docs: add release notes for 26.0.5
2026-04-15 16:20:41 +02:00
Eric Engestrom
bbc23bed47
docs: add sha sum for 26.0.4
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-04-03 11:31:41 +02:00
Eric Engestrom
97c3564810
docs: add release notes for 26.0.4
2026-04-01 19:37:49 +02:00
Eric Engestrom
1897b18965
docs: add sha sum for 26.0.3
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-03-18 17:25:12 +01:00
Eric Engestrom
a04cff0266
docs: add release notes for 26.0.3
2026-03-18 16:54:10 +01:00
Eric Engestrom
804e4154a3
docs: add sha sum for 26.0.2
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-03-12 13:12:05 +01:00
Eric Engestrom
3646899ffd
docs: add release notes for 26.0.2
2026-03-12 12:56:33 +01:00
Eric Engestrom
b602b7f01e
fixup! docs: add release notes for 26.0.1
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40359 >
2026-02-26 19:18:41 +01:00
Eric Engestrom
51fe0abad8
docs: add sha sum for 26.0.1
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-02-25 17:35:18 +01:00
Eric Engestrom
ed6f967681
docs: add release notes for 26.0.1
2026-02-25 16:54:23 +01:00
Eric Engestrom
8794fced82
docs: add sha sum for 26.0.0
macOS-CI / macOS-CI (dri) (push) Has been cancelled
macOS-CI / macOS-CI (xlib) (push) Has been cancelled
2026-02-11 19:19:12 +01:00
Eric Engestrom
e0f7bc0024
docs: add release notes for 26.0.0
2026-02-11 19:07:29 +01:00
Piotr Masłowski
28cda1732a
lvp: promote VK_EXT_robustness2 to VK_KHR_robustness2
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39340 >
2026-01-16 22:39:12 +00:00
Piotr Masłowski
559ef7342f
tu: promote VK_EXT_robustness2 to VK_KHR_robustness2
...
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39340 >
2026-01-16 22:39:12 +00:00
Piotr Masłowski
9ae075f38f
nvk: promote VK_EXT_robustness2 to VK_KHR_robustness2
...
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39340 >
2026-01-16 22:39:11 +00:00
Piotr Masłowski
4ef73da70e
hasvk: promote VK_EXT_robustness2 to VK_KHR_robustness2
...
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39340 >
2026-01-16 22:39:10 +00:00
Piotr Masłowski
c446d55b21
hk: promote VK_EXT_robustness2 to VK_KHR_robustness2
...
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39340 >
2026-01-16 22:39:10 +00:00
Erik Faye-Lund
d4d972d626
panvk: promote VK_EXT_robustness2 to VK_KHR_robustness2
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
This is a 1:1 promotion.
Reviewed-by: John Anthony <john.anthony@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39325 >
2026-01-15 23:01:02 +00:00
Icenowy Zheng
0837ea14b8
pvr: advertise X11-related WSI instance extensions
...
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39014 >
2026-01-06 18:45:44 +00:00
Icenowy Zheng
c294b061ad
pvr: advertise VK_KHR_incremental_present
...
The implementation of this extension is part of the common Mesa WSI
code, and it's used by Zink without checking for the presence.
Advertise it for PowerVR open source driver.
With Headless WSI advertised, Tests in Vulkan CTS that is
incremental_present related can pass.
Signed-off-by: Icenowy Zheng <uwu@icenowy.me>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39037 >
2026-01-06 12:07:29 +00:00
Dylan Baker
319222c796
docs: Add 25.3.3 checksums
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39121 >
2026-01-01 20:44:23 +00:00
Dylan Baker
60e4bd4d0a
docs: add release notes for 25.3.3
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39121 >
2026-01-01 20:44:23 +00:00
Mary Guillemard
ea4dedde8f
hk: Advertise VK_KHR_pipeline_binary
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Signed-off-by: Mary Guillemard <mary@mary.zone>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39095 >
2025-12-28 09:41:17 +01:00
Mary Guillemard
b8ae33be7c
hk: Advertise VK_EXT_shader_uniform_buffer_unsized_array
...
Signed-off-by: Mary Guillemard <mary@mary.zone>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39095 >
2025-12-28 09:41:17 +01:00
Mary Guillemard
860870ca4d
docs/features: add anv to VK_EXT_shader_uniform_buffer_unsized_array
...
Was forgotten.
Signed-off-by: Mary Guillemard <mary@mary.zone>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39095 >
2025-12-28 09:41:17 +01:00
Dylan Baker
bb8d00e4b2
docs: Add checksums for 25.3.2
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39010 >
2025-12-17 22:11:17 +00:00
Dylan Baker
7e53a239aa
docs: add release notes for 25.3.2
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39010 >
2025-12-17 22:11:17 +00:00
Christoph Pillmayer
8b6e4c68d6
panvk: Expose EXT_multisampled_render_to_single_sampled
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Reviewed-by: Lars-Ivar Hesselberg Simonsen <lars-ivar.simonsen@arm.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38825 >
2025-12-16 08:22:23 +00:00
Luigi Santivetti
564bf2379e
pvr: enable VK_KHR_dynamic_rendering
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Signed-off-by: Luigi Santivetti <luigi.santivetti@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38744 >
2025-12-11 12:52:28 +00:00
Eric Engestrom
21d21ac824
docs: add sha sum for 25.2.8
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38806 >
2025-12-04 08:53:39 +01:00
Eric Engestrom
da01adfd11
docs: add release notes for 25.2.8
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38806 >
2025-12-04 08:53:39 +01:00
Dylan Baker
79b32de5bf
docs: Add checksums for 25.3.1
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38804 >
2025-12-04 06:33:28 +00:00
Dylan Baker
a9dd1954fa
docs: add release notes for 25.3.1
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38804 >
2025-12-04 06:33:28 +00:00
Eric R. Smith
6735fe939a
panvk: enable ycbcr on bifrost
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
This also enables EXT_image_drm_format_modifier, which depends on
ycbcr.
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38145 >
2025-12-01 13:22:40 +00:00
Hans-Kristian Arntzen
974dba2afe
vulkan/wsi: Promote EXT_swapchain/surface_maintenance1.
...
No spec changes, just update the enums and types.
Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37157 >
2025-11-30 10:30:52 +01:00
Caterina Shablia
a338694c50
panvk: report support for sparseResidencyImage2D
...
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37483 >
2025-11-27 17:05:43 +00:00
Ryan Mckeever
298ad17b81
panfrost: enable EXT_shader_pixel_local_storage
...
Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Eric R. Smith <eric.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37110 >
2025-11-18 20:25:43 +00:00
Samuel Pitoiset
9f512d8f93
radv: advertise VK_EXT_custom_resolve
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38442 >
2025-11-18 17:03:13 +00:00
Dylan Baker
9b7a676fa6
docs/relnotes/25.3.0: Escape some rst language constructs
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
That are from the gitlog, which we don't currently escape.
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38454 >
2025-11-17 22:07:43 +00:00
Dylan Baker
4a524a6de6
docs/relnotes/25.3.0: Remove duplicate bug fixes
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38454 >
2025-11-17 22:07:43 +00:00
Dylan Baker
04e1c46089
docs: Add sha sums for 25.3.0
...
(cherry picked from commit 0cb99ef602 )
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38454 >
2025-11-17 22:07:42 +00:00
Dylan Baker
34c520037a
docs: add release notes for 25.3.0
...
(cherry picked from commit 523eea18c5 )
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38454 >
2025-11-17 22:07:42 +00:00
Eric Engestrom
0644351297
docs: add sha sum for 25.2.7
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38407 >
2025-11-12 19:08:44 +01:00
Eric Engestrom
2b9def5042
docs: add release notes for 25.2.7
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38407 >
2025-11-12 19:08:44 +01:00
Autumn Ashton
2705d8bd8b
radv/video: Implement VK_VALVE_video_encode_rgb_conversion
...
This is used by Steam Link VR (driver_vrlink) to avoid doing YUV conversion itself.
Signed-off-by: Autumn Ashton <misyl@froggi.es>
Reviewed-by: David Rosca <david.rosca@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37500 >
2025-11-12 08:25:36 +00:00
Faith Ekstrand
27d9e4ec2a
nvk: VK_EXT_shader_uniform_buffer_unsized_array
...
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38230 >
2025-11-04 17:25:04 +00:00
Samuel Pitoiset
c8aaf3f5b5
radv: advertise VK_KHR_maintenance10
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38043 >
2025-10-31 07:51:22 +00:00