summaryrefslogtreecommitdiff
path: root/docs/relnotes
AgeCommit message (Collapse)AuthorFilesLines
2021-06-18docs: add release notes for 21.1.3Eric Engestrom1-0/+149
2021-06-02docs: add release notes for 21.1.2Eric Engestrom1-0/+176
2021-05-19docs: add release notes for 21.1.1Eric Engestrom1-0/+217
2021-05-05docs: add release notes for 21.1.0Eric Engestrom2-11/+5564
2021-04-14radv: advertise attachmentFragmentShadingRate on GFX10.3Samuel Pitoiset1-0/+1
Layered VRS attachments is for later. The CTS failures are similar to the existing ones, I will investigate soon. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10187>
2021-04-07docs: update lavapipe bits for 1.1Dave Airlie1-0/+1
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10086>
2021-04-07relnotes: Add sha256sum for 21.0.2Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10078>
2021-04-07docs: add release notes for 21.0.2Dylan Baker1-0/+135
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10078>
2021-04-01docs: fix release notes for 20.3.5Erik Faye-Lund1-1/+1
This is incorrect escaping of the RST. Fixes: 930d2a92a32 ("docs: add release notes for 20.3.5") Acked-by: Dylan Baker <dylan@pnwbakers.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9914>
2021-04-01docs: fix rst-quoting issues in release-notesErik Faye-Lund1-3/+3
The first issue is benign, but the other two create rogue, invalid links. Fixes: ca79b041cbf ("docs: add release notes for 21.0.0") Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9710>
2021-03-25docs: Add 21.0.0 hashesErik Faye-Lund1-1/+1
This was missed from the normal 21.0.0 release MR, so here's the hash added retroactively. Acked-by: Dylan Baker <dylan.c.baker@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9826>
2021-03-25docs: Add 21.0.1 hashesDylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9818>
2021-03-25docs: add release notes for 21.0.1Dylan Baker1-0/+147
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9818>
2021-03-25docs: Add hashes for 20.3.5Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9818>
2021-03-25docs: add release notes for 20.3.5Dylan Baker1-0/+296
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9818>
2021-03-18lavapipe: support VK_KHR_copy_commands2Mike Blumenkrantz1-0/+1
Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9693>
2021-03-17zink: Wire up ARB_post_depth_coverageAdam Jackson1-0/+1
Just a matter of passing the bits through in the right place. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9637>
2021-03-11docs: add release notes for 21.0.0Dylan Baker1-0/+3336
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9538>
2021-03-12docs: add notes about nvc0 support of ARB/EXT_texture_filter_minmaxIlia Mirkin1-0/+2
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9487>
2021-03-11docs: Remove 21.0 features from features_new.txtDylan Baker1-15/+0
I forgot to do this at branchpoint time. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9529>
2021-03-03zink: Enable GL_EXT_depth_bounds_testAdam Jackson1-1/+1
Available since Vulkan 1.0, and in fact already wired up, just not advertised. It looks like we could make this dynamic state but this works for now. Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9371>
2021-02-26docs: Document GL_EXT_depth_bounds_testAdam Jackson1-0/+1
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9287>
2021-02-19zink: update relnotesMike Blumenkrantz1-1/+1
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9151>
2021-02-11features: mark off GL 4.5 for zinkMike Blumenkrantz1-0/+1
also update relnotes Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8989>
2021-02-04radv: Implement VK_KHR_zero_initialize_workgroup_memory.Bas Nieuwenhuizen1-1/+1
Reuses the pass that was implemented for ANV. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8751>
2021-02-02anv: Implement VK_KHR_zero_initialize_workgroup_memoryCaio Marcelo de Oliveira Filho1-0/+1
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8708>
2021-02-02radv: Enable DRM format modifiers on GFX9+.Bas Nieuwenhuizen1-0/+1
Reviewed-By: Chad Versace <chad@kiwitree.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7667>
2021-01-29docs: Add sha256sum for 20.3.4Dylan Baker1-2/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8791>
2021-01-29docs: add release notes for 20.3.4Dylan Baker1-0/+187
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8791>
2021-01-29radv: Expose VK_KHR_workgroup_memory_explicit_layout.Bas Nieuwenhuizen1-1/+1
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8752>
2021-01-27anv: Implement VK_KHR_workgroup_memory_explicit_layoutCaio Marcelo de Oliveira Filho1-0/+1
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8699>
2021-01-21docs: fix sphinx-warnings due to lacking escapingErik Faye-Lund5-26/+26
There's a few more cases that needs proper quoting for Sphinx. Asterisks and ticks at the start of words, as well as underscores at the end of symbols, even when they have trailing escaped characters. We should really find a way to robustly escape these things when generating them. Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8243>
2021-01-13docs: Add sha256sum for 20.3.3Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8478>
2021-01-13docs: add release notes for 20.3.3Dylan Baker1-0/+133
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8478>
2021-01-13radv: vectorize 16bit instructionsDaniel Schürmann1-0/+1
Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6680>
2021-01-12docs: Add release note for Bifrost GL3.1Alyssa Rosenzweig1-1/+2
GL3.1 was already new for Midgard so we adjust the wording slightly. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8429>
2021-01-11radv: Enable sparse buffer and image support.Bas Nieuwenhuizen1-0/+1
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7953>
2021-01-06freedreno: Enable GLSL 3.30, updating us to GL 3.3 contextsDanylo Piliaiev1-1/+1
All necessary features are already supported. GL33 CTS failures: KHR-GL33.texture_swizzle.smoke - timeouts, passes otherwise KHR-GL33.cull_distance.coverage - see https://gitlab.khronos.org/Tracker/vk-gl-cts/-/issues/2673 fix is not in the public repo yet. Signed-off-by: Danylo Piliaiev <dpiliaiev@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8270>
2021-01-01docs: Document extensions exposing GL3.0Alyssa Rosenzweig1-0/+1
Conditional rendering bumps us to big GL 3.0 on Midgard, but broken texture buffer handling keeps us from GL 3.1. That should be fixed shortly, I hope. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8292>
2020-12-30docs: Add sha256 sum for 20.3.2Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8280>
2020-12-30docs: add release notes for 20.3.2Dylan Baker1-0/+138
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8280>
2020-12-31swrast: Remove the classic swrast DRI driverAdam Jackson1-0/+1
Following up from the classic swrast OSMesa removal in favor of llvmpipe/softpipe, remove the classic swrast DRI driver. It's unused by any distribution -- debian was the last holdout until this week, which had it enabled instead of softpipe on obscure platforms (non-LLVM and hurd). Now that debian has switched, remove the driver so nobody can accidentally enable it again. Fixes: #325, #324, #322, #321, #319, #318, #317, #315, #313, #311, #310, #306, #305, #304, #302, #301, #300, #299, #298, #297, #293, #289 Reviewed-by: Eric Anholt <eric@anholt.net> (commit message rewritten) Reviewed-by: Matt Turner <mattst88@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8069>
2020-12-29freedreno: Enable GLSL 1.50, updating us to GL 3.2 contexts.Eric Anholt1-0/+1
We have been advertising 3.1, which waffle has issues creating contexts for, causing coverage (and performance!) issues in piglit. We should support all the necessary features already. Some new failures are caught by the 3.2 CTS, but they look like they're existing issues simply not covered by the minimal GL 3.0 CTS. Fixes: #3037 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8255>
2020-12-16docs: Add sha256 sums for 20.2.6Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8131>
2020-12-16docs: add release notes for 20.2.6Dylan Baker1-0/+47
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8131>
2020-12-16docs: Add sha256 sums for 20.3.1Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8129>
2020-12-16docs: add release notes for 20.3.1Dylan Baker1-0/+176
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8129>
2020-12-16docs: add sha256 sums for 20.2.5Dylan Baker1-1/+1
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8129>
2020-12-16docs: add release notes for 20.2.5Dylan Baker1-0/+180
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8129>
2020-12-14radv: advertise VK_KHR_fragment_shading_rate on GFX10.3+Samuel Pitoiset1-0/+1
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7837>