Dylan Baker
823ff39e46
docs: Add release notes for 20.0.8
2020-06-11 18:17:30 -07:00
Eric Engestrom
85f380f0d0
tree-wide: fix deprecated GitLab URLs
...
They will stop working in the next GitLab release, so let's update them
ASAP to make sure things are propagated to everyone by then.
See:
https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths
Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Acked-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5111 >
The backport on this was non-trival, git couldn't figure out what had
actually changed and came up with thousands of whitespace changes. I
reimplemented this commit using:
git grep -l -P '/mesa/mesa/(?!-)' | xargs sed -r -i 's@/mesa/mesa/([a-zA-Z0-1])@/mesa/mesa/-/\1@g'
2020-06-01 14:59:33 -07:00
Samuel Pitoiset
434d2dc427
spirv,radv,anv: implement no-op VK_GOOGLE_user_type
...
This extension only allows HLSL shader compilers to optionally embed
unambiguous type information which can be safely ignored by the driver.
This fixes a crash with the recent Vulkan backend of Path Of Exile
(it uses the extension without checking if it's supported).
Cc: <mesa-stable@lists.freedesktop.org>
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Tested-by: Edmondo Tommasina <edmondo.tommasina@gmail.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5237 >
(cherry picked from commit 10c4a7cf59 )
2020-06-01 14:52:25 -07:00
Dylan Baker
ffec17eaa4
docs/relnotes Add sha256 sums to 20.0.7
2020-05-14 10:09:24 -07:00
Dylan Baker
4d46849706
docs: Add release notes for 20.0.7
2020-05-14 09:38:57 -07:00
Dylan Baker
e0cc731986
docs: Add SHA256 sums for 20.0.6
2020-04-29 16:10:57 -07:00
Dylan Baker
dda9d5346b
docs: Add release notes for 20.0.6
2020-04-29 15:33:42 -07:00
Dylan Baker
887e6442d2
docs: Add sha256 sums for 20.0.5
2020-04-22 14:55:34 -07:00
Dylan Baker
cb07bd313c
docs: Add relnotes for 20.0.5
2020-04-22 14:34:51 -07:00
Eric Engestrom
9de8d58ab2
docs/relnotes: add sha256sum for 20.0.4
2020-04-03 12:28:20 +02:00
Eric Engestrom
882256534d
docs: add release notes for 20.0.4
2020-04-03 11:24:56 +02:00
Eric Engestrom
a680481532
docs/relnotes: add sha256sum for 20.0.3
2020-04-01 23:40:37 +02:00
Eric Engestrom
b04ae1f964
docs: add release notes for 20.0.3
2020-04-01 23:24:57 +02:00
Dylan Baker
8647cdc7c3
docs/relnotes: Add sha256 sums for 20.0.2
2020-03-18 14:40:36 -07:00
Dylan Baker
7a1423d41a
Docs: Add release notes for 20.0.2
2020-03-18 14:22:17 -07:00
Eric Engestrom
558746603b
docs/relnotes/20.0: fix vulkan version reported
...
Signed-off-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092 >
(cherry picked from commit 0e4c001951 )
2020-03-10 13:30:15 +01:00
Dylan Baker
4392cf2d6d
docs: Add sha256sums for 20.0.1
2020-03-05 13:59:11 -08:00
Dylan Baker
bc67340ea5
docs: add relnotes for 20.0.1
2020-03-05 13:33:09 -08:00
Dylan Baker
16c364aaf0
docs: Add release notes for 20.0.0
2020-02-19 11:58:58 -08:00
Dylan Baker
dfdfddc4bb
docs: Empty new_features.txt
2020-02-19 11:27:00 -08:00
Dylan Baker
604fa0dcad
Docs: Add 20.0.0 release notes
2020-02-19 11:26:47 -08:00
Daniel Schürmann
d78e0de772
docs: add new features for RADV/ACO.
...
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3627 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3627 >
2020-01-29 22:05:37 +00:00
Samuel Pitoiset
401bfe0283
radv: implement VK_AMD_shader_explicit_vertex_parameter
...
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2402
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3578 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3578 >
2020-01-29 09:49:50 +00:00
Dylan Baker
3e49d0efe7
docs: Add SHA 256 sums for 19.3.3
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3604 >
2020-01-28 11:35:30 -08:00
Dylan Baker
f9ef115927
docs: Add relnotes for 19.3.3 release
...
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3604 >
2020-01-28 11:35:28 -08:00
Bas Nieuwenhuizen
1b447bd2e6
radv: Expose VK_KHR_swapchain_mutable_format.
...
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2354
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3425 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3425 >
2020-01-24 10:47:07 +00:00
Ian Romanick
4b7de92e5f
relnotes: Add GL_INTEL_shader_integer_functions2 and VK_INTEL_shader_integer_functions2
...
Suggested-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2020-01-23 13:36:14 -08:00
Samuel Pitoiset
12fe19ba3b
radv: advertise VK_AMD_shader_fragment_mask
...
Only for GFX8+ because it's untested on older generations.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3304 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3304 >
2020-01-23 10:48:02 +00:00
Jason Ekstrand
af6c2f4193
relnotes: Add Vulkan 1.2
2020-01-15 09:25:51 -06:00
Dylan Baker
2d46a7f26d
docs: add SHA256 sums for 19.3.2
2020-01-09 10:32:18 -08:00
Dylan Baker
d4f237dcce
docs: Add release notes for 19.3.2
2020-01-09 10:32:14 -08:00
Samuel Pitoiset
e298e78a01
radv: advertise VK_AMD_shader_image_load_store_lod
...
This extension allows to use LOD with image read/write operations.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2020-01-09 07:58:34 +01:00
Samuel Pitoiset
7b70502a5d
radv: implement VK_AMD_mixed_attachment_samples
...
With VK_AMD_mixed_attachment_samples, the number of depth/stencil
samples isn't always equal to the number of color samples. Adjust
the number of Z samples when it's different but make sure to have
a consistent sample count if there are no depth/stencil attachments.
Also adjust the number of samples used for fragment shaders which is
the number of color samples if mixed attachment samples are used.
Only enabled on GFX8+ because it's untested on previous chips.
All dEQP-VK.pipeline.multisample.mixed_attachment_samples.* now pass.
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3018 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3018 >
2020-01-03 12:31:53 +00:00
Dylan Baker
7017f69a64
docs/relnotes/19.2.8: Add SHA256 sum
2019-12-18 11:24:46 -08:00
Dylan Baker
2f724d2202
docs: add relnotes for 19.2.8
2019-12-18 11:24:44 -08:00
Dylan Baker
636175da6d
dcos: add releanse notes for 19.3.1
2019-12-18 10:57:54 -08:00
Dylan Baker
941aa31572
docs/19.3.0: Add SHA256 sums
2019-12-12 11:57:54 -08:00
Dylan Baker
2ab4c2bc22
docs: add release notes for 19.3.0
2019-12-12 11:57:53 -08:00
Marek Olšák
75ce078a0a
radeonsi: enable NIR by default and document GL 4.6 support
...
Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
2019-12-10 15:48:58 -05:00
Samuel Pitoiset
e4c8491bdf
radv: implement VK_KHR_separate_depth_stencil_layouts
...
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-12-10 13:16:17 +01:00
Dylan Baker
bd518aa208
docs: Add SHA256 sums for 19.2.7
2019-12-04 14:42:41 -08:00
Dylan Baker
26aa024cdf
docs: Add release notes for 19.2.7
2019-12-04 14:42:41 -08:00
Dylan Baker
3531d74e82
docs: Add SHA256 sum for 19.2.6
2019-11-21 16:32:35 -08:00
Dylan Baker
f8070577a4
docs: Add release notes for 19.2.6
2019-11-21 16:32:34 -08:00
Dylan Baker
d35429239b
docs/relnotes/19.2.5: Add SHA256 sum
2019-11-20 09:19:02 -08:00
Dylan Baker
6567b2daa9
docs: Add relnotes for 19.2.5
2019-11-20 09:19:00 -08:00
Samuel Pitoiset
645332f3f5
docs: add missing new features for RADV
...
[skip ci]
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-11-20 16:04:15 +01:00
Pierre-Eric Pelloux-Prayer
3a5a55e5a5
mesa: enable EXT_direct_state_access
...
Always enabled; this doesn't require any driver work, it's just
core mesa bits.
quick_gl.txt is also updated because previously piglit ext_dsa
tests were skipped.
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2019-11-19 08:49:45 +01:00
Dylan Baker
ff5bcd7ce9
docs: Add SHA256 sum for for 19.2.4
2019-11-13 11:10:51 -08:00
Dylan Baker
67fd2b936d
docs: Add release notes for 19.2.4
2019-11-13 11:10:47 -08:00