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
Krzysztof Raszkowski
afb75e71e0
docs/GL4: update gallium/swr features
...
Reviewed-by: Jan Zielinski <jan.zielinski@intel.com >
2020-01-20 11:37:16 +00:00
Erik Faye-Lund
7ee94d1b21
docs: fixup indentation
...
The most canonical indentation-style here is two spaces, which is what
the standard boilerplate in all documents use. So let's normalize to
that.
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:32 +01:00
Erik Faye-Lund
2ef989473a
docs: remove pointless, stray newline
...
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:29 +01:00
Erik Faye-Lund
199572b65b
docs: use [1] instead of asterisk for footnote
...
While we're at it, make it a link as well.
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:25 +01:00
Erik Faye-Lund
063a28642e
docs: remove trailing newlines
...
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:22 +01:00
Erik Faye-Lund
9954120b38
docs: remove leading spaces
...
There's no good reason to have leading space in these pre-formatted
blocks. It looks strange, so let's get rid of it.
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:18 +01:00
Erik Faye-Lund
c871862744
docs: remove trailing header
...
This header has been there since the document was added, but contains
nothing. So let's get rid of it.
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:14 +01:00
Erik Faye-Lund
37daddd3e4
docs: use figure/figcaption instead of tables
...
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:39:07 +01:00
Erik Faye-Lund
f5983a6eed
docs: do not use definition-list for sub-topics
...
The dl-tag isn't a neat tool for defining sub-headings, it's a semantic
tool for defining definitions and their meaning. Let's insetad use
normal sub-headings instead.
To make the last few paragraphs stand out from the above, let's add a
sub-heading for those as well.
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443 >
2020-01-18 11:38:56 +01:00
Lionel Landwerlin
ddb80f9276
anv: enable VK_KHR_swapchain_mutable_format
...
Enable new tests in dEQP-VK.image.swapchain_mutable.*
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net >
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434 >
2020-01-17 18:27:29 +00:00
Erik Faye-Lund
be95c816a7
docs: do not double-close link tag
...
Fixes: f8148d0cc1
"docs: remove mailing list as way of submitting patches"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:19:16 +01:00
Erik Faye-Lund
b009a7644b
docs: remove double-closed definition-list
...
Fixes: bc17ac5866
"docs: add documentation for building with meson"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:19:10 +01:00
Erik Faye-Lund
b387f68f49
docs: move paragraph closing tag
...
The pre-tag right before is a block-level tag, which means it implicitly
terminates the paragraph. So there's no paragraph to close after this.
Instead, move the paragraph-closing before the pre-tag, to explicitly
close the paragraph.
Fixes: 41b3eb08d9
"docs: update meson docs for windows"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:19:03 +01:00
Erik Faye-Lund
a370cfd96e
docs: use code-tags instead of pre-tags
...
Similar to the previous two commits, it seems more appropriate to use
code-tags here than pre-tag.
Fixes: 9af6c38def
"docs: Add use of Closes: tag for closing gitlab issues"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:18:52 +01:00
Erik Faye-Lund
1de361e56b
docs: use code-tags instead of pre-tags
...
Similar to the previous commit, code-tags seems more appropriate than
pre-tags here. So let's change it.
Fixes: ca0c1e69ca
"docs: update releasing process to use new scripts and gitlab"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:18:48 +01:00
Erik Faye-Lund
36e0275275
docs: use code-tag instead of pre-tag
...
It's unlikely the author meant to use <pre>-here, as that starts a whole
new block. Instead, the inline code-tag seems more appropriate here.
Fixes: 41b3eb08d9
"docs: update meson docs for windows"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:18:42 +01:00
Erik Faye-Lund
f0677086a1
docs: open paragraph before closing it
...
Fixes: 44c5e634a5
"docs: update meson docs for windows"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:18:36 +01:00
Erik Faye-Lund
a0d25c4d87
docs: fix paragraphs
...
Paragraphs are terminated by pre-tags, so the latter one closes a new,
empty one. Let's split the paragraph in two around the pre-tag instead.
Fixes: c0dfe8c6df
"docs: do not use div for line-breaking"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:18:25 +01:00
Erik Faye-Lund
750d664226
docs: fix typo in html tag name
...
Fixes: 5d11a828e1
"docs: update install docs for meson"
Acked-by: Dylan Baker <dylan@pnwbakers.com >
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431 >
2020-01-17 13:18:06 +01:00
Dylan Baker
d7cef7c67b
docs: Update release calendar for 20.0
...
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3417 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3417 >
2020-01-16 22:41:55 +00:00
Jason Ekstrand
af6c2f4193
relnotes: Add Vulkan 1.2
2020-01-15 09:25:51 -06:00
Dave Airlie
85eed5def3
llvmpipe: add ARB_derivative_control support
...
Reviewed-by: Roland Scheidegger <sroland@vmware.com >
2020-01-10 08:43:40 +10:00
Dylan Baker
da2fe9c15e
docs: Add release notes for 19.3.2, update calendar and home page
2020-01-09 10:33:49 -08: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
Dave Airlie
ee9879335e
llvmpipe: add support for ARB_indirect_parameters.
...
This just adds support for getting the draw count from the
indirect buffer.
Reviewed-by: Roland Scheidegger <sroland@vmware.com >
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3234 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3234 >
2020-01-09 10:35:44 +10: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
Dave Airlie
26c5ae80f0
llvmpipe: enable ARB_shader_group_vote.
...
This just adds the NIR paths for shader group vote.
v2: drop feq for now. (Roland)
Reviewed-by: Roland Scheidegger <sroland@vmware.com >
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3213 >
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3213 >
2019-12-30 05:30:30 +00:00
Dylan Baker
69decdb28a
docs: Add release notes, news, and update calendar for 19.2.8
2019-12-18 11:25:32 -08: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
d32e1257c0
docs: Add release notes, update calendar, and add news for 19.3.1
2019-12-18 10:58:54 -08:00
Dylan Baker
636175da6d
dcos: add releanse notes for 19.3.1
2019-12-18 10:57:54 -08:00
Denis Pauk
6bf14e9c47
docs/features: mark GL_ARB_texture_compression_bptc as done for llvmpipe, softpipe, swr
...
Signed-off-by: Denis Pauk <pauk.denis@gmail.com >
Reviewed-by: Dave Airlie <airlied@redhat.com >
CC: Marek Olšák <maraeo@gmail.com >
CC: Rhys Perry <pendingchaos02@gmail.com >
CC: Bruce Cherniak <bruce.cherniak@intel.com >
CC: Matt Turner <mattst88@gmail.com >
2019-12-14 20:02:10 +00:00
Dylan Baker
e37115c912
docs: Update release notes, index, and calendar for 19.3.0
2019-12-12 12:05:00 -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
Dave Airlie
3cd903a6c3
llvmpipe: enable ARB_shader_draw_parameters.
...
All the bits should be in place for this now.
Reviewed-by: Roland Scheidegger <sroland@vmware.com >
2019-12-12 10:29:43 +10:00
Timothy Arceri
f8148d0cc1
docs: remove mailing list as way of submitting patches
...
All developers now use gitlab, don't confuse newcomers by suggesting
they might use the mailing list. We want everyone to use gitlab so
that patches get run through basic CI before they are merged.
Acked-by: Kenneth Graunke <kenneth@whitecape.org >
Reviewed-by: Eric Anholt <eric@anholt.net >
Acked-by: Dylan Baker <dylan@pnwbakers.com >
2019-12-12 09:09:50 +11: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
Eric Engestrom
865f4b193f
docs: reword a bit and list HTTPS before FTP
...
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
2019-12-10 15:21:23 +00: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
5b3d6979a6
docs: Update mesa 19.3 release calendar
2019-12-04 14:42:41 -08:00
Dylan Baker
953d20e6f5
docs: update calendar, add news item and link release notes for 19.2.7
2019-12-04 14:42:41 -08: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
Timothy Arceri
9d2d609cce
docs: update source code repository documentation
...
This drops all the old documentaion around applying for push access.
Also this removes the documentation stating that you can push
directly to mesa rather than using merge requests.
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1969
Reviewed-by: Eric Engestrom <eric@engestrom.ch >
2019-11-29 11:09:00 +11:00
Dave Airlie
1c5dc4eaf9
docs: add llvmpipe to ARB_query_buffer_object.
2019-11-25 12:37:58 +10:00