aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* radv: enable ACO by defaultDaniel Schürmann2020-06-252-2/+2
| | | | | | | No more dragons have been seen, caution is still required... Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5445>
* radv: introduce RADV_DEBUG=llvm optionDaniel Schürmann2020-06-251-0/+2
| | | | | | | | This option enables the LLVM compiler backend to be used for shader compilation Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5445>
* docs: fix 20.1.2 relnotesEric Engestrom2020-06-251-0/+17
| | | | | | | | | I manually converted them from html and didn't double-check the result... Fixes: e94f81e9df8f038813a4 ("docs: Add release notes for 20.1.2") Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5639>
* docs: update calendar and link releases notes for 20.1.2Eric Engestrom2020-06-242-3/+3
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5638>
* docs: Add release notes for 20.1.2Eric Engestrom2020-06-241-0/+116
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5638>
* docs: add planning for 20.2Eric Engestrom2020-06-231-0/+8
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5239>
* docs: add some padding to the release calendarEric Engestrom2020-06-231-17/+17
| | | | | | | This extra padding allows for `-rcX` suffixes. Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5239>
* docs: cat maintainer keys to a single fileEric Engestrom2020-06-228-553/+553
| | | | | | | | | | | | | | The original issue asked for all the keys in a single file, but I didn't do that because it's much easier to manage and verify the keys as separate files, but sphinx doesn't provide a way to expose a folder so we'd need to create an index.html and have it list all the keys manually, which is very error prone. At this point, we might as well just concatenate the keys and expose a single file, so let's do that. Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5568>
* docs: drop deleted file from extra sphinx filesEric Engestrom2020-06-221-1/+0
| | | | | | Fixes: 3e37b7e6bbad007c168a ("docs: remove plain-text copy of versions.rst") Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5567>
* driconf: drop now unused translation facilityEric Engestrom2020-06-221-10/+0
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5440>
* v3d: Disable PIPE_CAP_PRIMITIVE_RESTARTNeil Roberts2020-06-221-1/+1
| | | | | | | | | | | | | The hardware can only support the PIPE_CAP_PRIMITIVE_RESTART_FIXED_INDEX subset. This will make it stop advertising the NV_primitive_restart extension without breaking GLES 3.0 support. v2: Update features.txt Reviewed-by: Eric Anholt <[email protected]> (v1) Reviewed by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5559>
* nvc0: enable spirv caps with nirKarol Herbst2020-06-221-0/+2
| | | | | | | | This enables the SPIR-V GL extensions moving us a step closer to GL 4.6. Signed-off-by: Karol Herbst <[email protected]> Tested-by: Ben Skeggs <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5512>
* docs: move "stable" tag explanation next to `Fixes:`Eric Engestrom2020-06-191-23/+21
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: move `Fixes:` tag explanation to its own sectionEric Engestrom2020-06-191-21/+19
| | | | | | | | | This also adds the ability to link directly to it: https://mesa3d.org/submittingpatches.html#fixes Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: make it clear that the tags needs to be in the commit messageEric Engestrom2020-06-191-3/+3
| | | | | | | | | Some people have been putting them only in the MR description, which isn't picked up by our tools. (Note that doing both doesn't hurt.) Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: reword a sentence a bitEric Engestrom2020-06-191-5/+4
| | | | | | | | | The "that you know ahead of time" bit just sounded weird as everything on this page except the backport MR only applies if you know it "ahead of time". Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: add some formatting to the "backport merge request" optionEric Engestrom2020-06-191-2/+2
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: prefer `Fixes:` over `Cc: mesa-stable`Eric Engestrom2020-06-191-3/+4
| | | | | | | | | `Fixes:` targets a specific commit and as such is much more precise and useful than `Cc: mesa-stable`, so let's prefer it when applicable. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: drop `git sendemail` instructionsEric Engestrom2020-06-191-14/+0
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: reword "sending a patch revision" to "updating a merge request"Eric Engestrom2020-06-191-3/+4
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: stop considering `Cc: mesa-stable` as an email addressEric Engestrom2020-06-191-3/+3
| | | | | | | | | Our tools haven't needed more than this ^ for a while, and the historical reasons this used to be an email address don't matter anymore. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5378>
* docs: suggest alternative installation methods for mesonEric Engestrom2020-06-191-1/+8
| | | | | | | | | A couple of popular distros have a habit of never updating anything. Point their users towards ways of using current versions of meson anyway. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2988>
* docs/features: remove driver-list for forward-compatible contextErik Faye-Lund2020-06-181-1/+1
| | | | | This is something that's supported by the Gallium state-tracker, there's nothing to be done per driver here.
* docs/features: update ARB_texture_buffer_object lineErik Faye-Lund2020-06-181-1/+1
| | | | | This extension isn't just exposed in OpenGL 3.1 contexts any longer, and Zink supports it. Let's mark it as such.
* docs/features: mark GL3 as complete for zinkErik Faye-Lund2020-06-181-22/+22
|
* docs: remind release maintainers to sign the tarballs and publish their keyEric Engestrom2020-06-181-0/+5
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2857>
* docs: publish our release maintainers' keysEric Engestrom2020-06-187-0/+1318
| | | | | | | | | They should be published to various key servers as well, but this provides the authoritative source for their list. Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2140 Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2857>
* docs: remove plain-text copy of versions.rstEric Engestrom2020-06-181-1514/+0
| | | | | | | | There's no need to keep both, so let's clean things up a bit. Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5178>
* zink: enable xfb extension in screen creationMike Blumenkrantz2020-06-171-1/+1
| | | | | | | | | switch around the feature enabling as well since extensions need the related feature to also be enabled in order to function fixes mesa/mesa#2868 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5163>
* docs: fixup relnotes after rst-conversionErik Faye-Lund2020-06-1725-0/+2360
| | | | | Acked-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5468>
* radv/aco: enable FP16 features/extensions on GFX9+Samuel Pitoiset2020-06-171-0/+2
| | | | | | | | | This enables shaderFloat16, VK_AMD_gpu_shader_half_float and VK_AMD_gpu_shader_int16. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Daniel Schürmann <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5347>
* anv: Add VK_EXT_custom_border_color to relnotesIván Briano2020-06-171-1/+1
| | | | | | Missed it on 5425968d2e46eb3311a75f4bf7bedb1d9dd59459 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5136>
* anv: enable VK_EXT_pipeline_creation_cache_controlIván Briano2020-06-171-1/+1
| | | | | Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5136>
* docs: Add dri-devel to the mailing lists and drop the DRI wiki link.Eric Anholt2020-06-161-5/+5
| | | | | | | | | | The DRI wiki is a wasteland at this point, let's just fold the one bit of useful information in here. Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5507>
* docs: Replace ancient swrast conformance docs with more current information.Eric Anholt2020-06-161-672/+23
| | | | | | | | | I don't think Mesa 4.0 swrast conformance is relevant at this point, just point people to the current Khronos list. Also, add some more information on submitting results. Reviewed-by: Erik Faye-Lund <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5482>
* docs/relnotes: update internal referencesErik Faye-Lund2020-06-1636-41/+41
| | | | | | | | This time, let's use proper Sphinx roles for the referenes, so we can reference documents and inline refs. Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5471>
* docs: update internal referencesErik Faye-Lund2020-06-1610-294/+294
| | | | | | | | This time, let's use proper Sphinx roles for the referenes, so we can reference documents and inline refs. Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5471>
* mesa/gles3: add support for GL_EXT_shader_group_voteDave Airlie2020-06-162-0/+2
| | | | | | | | This is the GLES equivalent to ARB_shader_group_vote. Passes: KHR-GLES31.core.shader_group_vote.* Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5490>
* docs/release-calendar: restore missing idErik Faye-Lund2020-06-131-0/+2
| | | | | | | I'm not sure how this got dropped, but it somehow did during conversion. Let's restore it. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs/relnotes: update internal referencesErik Faye-Lund2020-06-1336-39/+39
| | | | | | | | | I'm not 100% sure if it feels right to update these. I mean, this keeps links working as they should, even if exported to something else than HTML. But it also feels a bit like history revisionism. It's probably the right thing to do, though. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: update internal referencesErik Faye-Lund2020-06-1310-292/+292
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* README: update references to internal docsErik Faye-Lund2020-06-134-9/+9
| | | | | | | These documents are no longer HTML files, so the internal reference should be updated. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: drop news in favour of the introduction as index-pageErik Faye-Lund2020-06-133-3137/+271
| | | | | | | | | | | | | | | | This kind of only makes sense once we have a separate home-page. But I think this is a good way of showing why we should do this; Sphinx doesn't support pagination, because it's not meant as a general-purpose website framewrork. And for documentation, pagination is not really something you need. There's probably a lot more pages that should be moved into a separate webpage, similar to this. In general, I think this should be done for pages that don't relate to the source code too much, e.g isn't needed to understand the code, or for instance explains how to get the source code. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: include specs into the generated docsErik Faye-Lund2020-06-1337-0/+1
| | | | | | | | | | Unfortunately, it doesn't seem like there's a way to have sphinx copy this without moving the files, becasue html_extra_path doesn't copy the directory itself when given a directory, only files inside and subdirectories. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: bundle extra filesErik Faye-Lund2020-06-131-0/+9
| | | | | | | | These are documents that are bundled in the root of the website, and contains some useful, extra documentation. Let's include them. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: use rst-note for highlighted textErik Faye-Lund2020-06-131-1/+1
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: reformat license table as rst tableErik Faye-Lund2020-06-131-17/+17
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: use rst footnotes instead of manual onesErik Faye-Lund2020-06-131-4/+3
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: Add the favicon to the new page.Laura Ekstrand2020-06-131-0/+2
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>
* docs: do not copy source-files to siteErik Faye-Lund2020-06-131-0/+2
| | | | | | | | These docs have publically available sources in the first place, there's no point in including a copy of them here as well. Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4630>