aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* docs: add relnotes for 19.2.8Dylan Baker2019-12-181-0/+108
|
* docs: Add release notes, update calendar, and add news for 19.3.1Dylan Baker2019-12-183-9/+3
|
* dcos: add releanse notes for 19.3.1Dylan Baker2019-12-181-0/+94
|
* docs/features: mark GL_ARB_texture_compression_bptc as done for llvmpipe, ↵Denis Pauk2019-12-141-1/+1
| | | | | | | | | | | softpipe, swr Signed-off-by: Denis Pauk <[email protected]> Reviewed-by: Dave Airlie <[email protected]> CC: Marek Olšák <[email protected]> CC: Rhys Perry <[email protected]> CC: Bruce Cherniak <[email protected]> CC: Matt Turner <[email protected]>
* docs: Update release notes, index, and calendar for 19.3.0Dylan Baker2019-12-123-6/+24
|
* docs/19.3.0: Add SHA256 sumsDylan Baker2019-12-121-1/+1
|
* docs: add release notes for 19.3.0Dylan Baker2019-12-121-0/+3138
|
* llvmpipe: enable ARB_shader_draw_parameters.Dave Airlie2019-12-121-1/+1
| | | | | | All the bits should be in place for this now. Reviewed-by: Roland Scheidegger <[email protected]>
* docs: remove mailing list as way of submitting patchesTimothy Arceri2019-12-121-66/+9
| | | | | | | | | | 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Acked-by: Dylan Baker <[email protected]>
* radeonsi: enable NIR by default and document GL 4.6 supportMarek Olšák2019-12-102-10/+13
| | | | | Reviewed-by: Dave Airlie <[email protected]> Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]>
* docs: reword a bit and list HTTPS before FTPEric Engestrom2019-12-101-4/+4
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]>
* radv: implement VK_KHR_separate_depth_stencil_layoutsSamuel Pitoiset2019-12-101-1/+1
| | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs: Update mesa 19.3 release calendarDylan Baker2019-12-041-15/+3
|
* docs: update calendar, add news item and link release notes for 19.2.7Dylan Baker2019-12-043-9/+3
|
* docs: Add SHA256 sums for 19.2.7Dylan Baker2019-12-041-1/+1
|
* docs: Add release notes for 19.2.7Dylan Baker2019-12-041-0/+96
|
* docs: update source code repository documentationTimothy Arceri2019-11-291-22/+11
| | | | | | | | | | | 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 <[email protected]>
* docs: add llvmpipe to ARB_query_buffer_object.Dave Airlie2019-11-251-1/+1
|