summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: add release notes for 20.0.3Eric Engestrom2020-04-011-0/+177
|
* docs/relnotes: Add sha256 sums for 20.0.2Dylan Baker2020-03-181-1/+1
|
* Docs: Add release notes for 20.0.2Dylan Baker2020-03-181-0/+159
|
* docs/relnotes/20.0: fix vulkan version reportedEric Engestrom2020-03-102-2/+2
| | | | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> 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 0e4c001951a3c07d7ea4ddcd7edda69c20aa49ba)
* docs: Add sha256sums for 20.0.1Dylan Baker2020-03-051-1/+1
|
* docs: add relnotes for 20.0.1Dylan Baker2020-03-051-0/+172
|
* docs: Add release notes for 20.0.0Dylan Baker2020-02-191-1/+1
|
* docs: Empty new_features.txtDylan Baker2020-02-191-19/+0
|
* Docs: Add 20.0.0 release notesDylan Baker2020-02-191-0/+3231
|
* docs: Update SWR tessellation supportJan Zielinski2020-01-301-1/+1
| | | | | | | | | Update features.txt to reflect ARB_tessellation_shader support in SWR Reviewed-by: Krzysztof Raszkowski <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3636> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3636>
* docs: add new features for RADV/ACO.Daniel Schürmann2020-01-291-1/+5
| | | | | | Reviewed-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3627> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3627>
* radv: implement VK_AMD_shader_explicit_vertex_parameterSamuel Pitoiset2020-01-291-0/+1
| | | | | | | | Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2402 Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3578> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3578>
* docs: update news, calendar, and link release notes for 19.3.3Dylan Baker2020-01-283-9/+3
| | | | | Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3604> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3604>
* docs: Add SHA 256 sums for 19.3.3Dylan Baker2020-01-281-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3604>
* docs: Add relnotes for 19.3.3 releaseDylan Baker2020-01-281-0/+193
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3604>
* docs: document AMD_DEBUG variablePierre-Eric Pelloux-Prayer2020-01-271-0/+122
| | | | | | | | See https://gitlab.freedesktop.org/mesa/mesa/issues/2022 Reviewed-by: Marek Olšák <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3492> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3492>
* radv: Expose VK_KHR_swapchain_mutable_format.Bas Nieuwenhuizen2020-01-242-1/+2
| | | | | | | Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2354 Reviewed-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3425> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3425>
* relnotes: Add GL_INTEL_shader_integer_functions2 and ↵Ian Romanick2020-01-231-0/+1
| | | | | | VK_INTEL_shader_integer_functions2 Suggested-by: Caio Marcelo de Oliveira Filho <[email protected]>
* radv: advertise VK_AMD_shader_fragment_maskSamuel Pitoiset2020-01-231-0/+1
| | | | | | | | | Only for GFX8+ because it's untested on older generations. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3304> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3304>
* docs/GL4: update gallium/swr featuresKrzysztof Raszkowski2020-01-201-3/+3
| | | | Reviewed-by: Jan Zielinski <[email protected]>
* docs: fixup indentationErik Faye-Lund2020-01-182-44/+44
| | | | | | | | | | 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 <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: remove pointless, stray newlineErik Faye-Lund2020-01-181-2/+1
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: use [1] instead of asterisk for footnoteErik Faye-Lund2020-01-181-3/+3
| | | | | | | While we're at it, make it a link as well. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: remove trailing newlinesErik Faye-Lund2020-01-181-3/+0
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: remove leading spacesErik Faye-Lund2020-01-189-241/+241
| | | | | | | | 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: remove trailing headerErik Faye-Lund2020-01-181-2/+0
| | | | | | | | This header has been there since the document was added, but contains nothing. So let's get rid of it. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: use figure/figcaption instead of tablesErik Faye-Lund2020-01-182-24/+35
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* docs: do not use definition-list for sub-topicsErik Faye-Lund2020-01-181-29/+14
| | | | | | | | | | | | 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 <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3443>
* anv: enable VK_KHR_swapchain_mutable_formatLionel Landwerlin2020-01-171-1/+1
| | | | | | | | | Enable new tests in dEQP-VK.image.swapchain_mutable.* Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3434>
* docs: do not double-close link tagErik Faye-Lund2020-01-171-2/+2
| | | | | | | | Fixes: f8148d0cc17 "docs: remove mailing list as way of submitting patches" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: remove double-closed definition-listErik Faye-Lund2020-01-171-2/+0
| | | | | | | Fixes: bc17ac58661 "docs: add documentation for building with meson" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: move paragraph closing tagErik Faye-Lund2020-01-171-1/+2
| | | | | | | | | | | | 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: 41b3eb08d9f "docs: update meson docs for windows" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: use code-tags instead of pre-tagsErik Faye-Lund2020-01-171-2/+2
| | | | | | | | | | Similar to the previous two commits, it seems more appropriate to use code-tags here than pre-tag. Fixes: 9af6c38deff "docs: Add use of Closes: tag for closing gitlab issues" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: use code-tags instead of pre-tagsErik Faye-Lund2020-01-171-2/+2
| | | | | | | | | | Similar to the previous commit, code-tags seems more appropriate than pre-tags here. So let's change it. Fixes: ca0c1e69cab "docs: update releasing process to use new scripts and gitlab" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: use code-tag instead of pre-tagErik Faye-Lund2020-01-171-1/+1
| | | | | | | | | | 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: 41b3eb08d9f "docs: update meson docs for windows" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: open paragraph before closing itErik Faye-Lund2020-01-171-1/+1
| | | | | | | Fixes: 44c5e634a5c "docs: update meson docs for windows" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: fix paragraphsErik Faye-Lund2020-01-171-0/+2
| | | | | | | | | | 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: c0dfe8c6dfd "docs: do not use div for line-breaking" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: fix typo in html tag nameErik Faye-Lund2020-01-171-1/+2
| | | | | | | Fixes: 5d11a828e10 "docs: update install docs for meson" Acked-by: Dylan Baker <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431>
* docs: Update release calendar for 20.0Dylan Baker2020-01-161-1/+38
| | | | | Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3417> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3417>
* relnotes: Add Vulkan 1.2Jason Ekstrand2020-01-151-0/+1
|
* llvmpipe: add ARB_derivative_control supportDave Airlie2020-01-101-1/+1
| | | | Reviewed-by: Roland Scheidegger <[email protected]>
* docs: Add release notes for 19.3.2, update calendar and home pageDylan Baker2020-01-093-9/+3
|
* docs: add SHA256 sums for 19.3.2Dylan Baker2020-01-091-1/+1
|
* docs: Add release notes for 19.3.2Dylan Baker2020-01-091-0/+138
|
* radv: advertise VK_AMD_shader_image_load_store_lodSamuel Pitoiset2020-01-091-0/+1
| | | | | | | This extension allows to use LOD with image read/write operations. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* llvmpipe: add support for ARB_indirect_parameters.Dave Airlie2020-01-091-1/+1
| | | | | | | | | This just adds support for getting the draw count from the indirect buffer. Reviewed-by: Roland Scheidegger <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3234> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3234>
* radv: implement VK_AMD_mixed_attachment_samplesSamuel Pitoiset2020-01-031-0/+1
| | | | | | | | | | | | | | | | | | | 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 <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3018> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3018>
* llvmpipe: enable ARB_shader_group_vote.Dave Airlie2019-12-301-1/+1
| | | | | | | | | | This just adds the NIR paths for shader group vote. v2: drop feq for now. (Roland) Reviewed-by: Roland Scheidegger <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3213> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3213>
* docs: Add release notes, news, and update calendar for 19.2.8Dylan Baker2019-12-183-9/+2
|
* docs/relnotes/19.2.8: Add SHA256 sumDylan Baker2019-12-181-1/+1
|