aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* mesa: enable GL_EXT_draw_instanced for gles2Simon Zeni2020-04-231-0/+1
| | | | | | Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3204>
* docs: update calendar, add news item, and link releases notes for 20.0.5Dylan Baker2020-04-223-7/+4
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4688>
* docs: Add sha256 sums for 20.0.5Dylan Baker2020-04-221-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4688>
* docs: Add relnotes for 20.0.5Dylan Baker2020-04-221-0/+213
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4688>
* docs: remove outdated sentenceErik Faye-Lund2020-04-211-3/+0
| | | | | | | | | | | The releasing documentation no longer contains this step, so this seems out of date. The anchor for this link is also removed, making it point nowhere. Fixes: d4cb9ef8260 ("docs: Update release notes with current process") Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4654>
* docs: update for recently-added nvc0 featuresIlia Mirkin2020-04-161-2/+5
| | | | | | | | | | Also sort while we're at it. And add NV_pixel_buffer_object. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4599>
* iris: Enable EXT_depth_bounds_test extension.Rafael Antognolli2020-04-161-0/+1
| | | | | | | | | | | | It was implemented in 1df871f8ff753dd234def380ea0e20d7e81cad9e, but to really enable it we need to enable PIPE_CAP_DEPTH_BOUNDS_TEST. v2: Add release notes (Ian). Suggested-by: Ian Romanick <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Ian Romanick <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4540>
* i965: Implement ARB_compute_variable_group_sizePlamena Manolova2020-04-092-1/+2
| | | | | | | | | | | | | This patch adds the implementation of ARB_compute_variable_group_size for i965. We do this by storing the local group size in a push constant. Additional changes made by Caio Marcelo de Oliveira Filho. Signed-off-by: Plamena Manolova <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Paulo Zanoni <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4504>
* docs: update calendar, add news item, and link releases notes for 20.0.4Eric Engestrom2020-04-033-4/+7
| | | | | | | | Note that the next 20.0.x releases numbers have been shifted as this was not one of the planned releases. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4428> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4428>
* docs/relnotes: add sha256sum for 20.0.4Eric Engestrom2020-04-031-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4428>
* docs: add release notes for 20.0.4Eric Engestrom2020-04-031-0/+68
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4428>
* docs: update calendar, add news item, and link releases notes for 20.0.3Eric Engestrom2020-04-023-12/+9
| | | | | Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4413> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4413>
* docs/relnotes: add sha256sum for 20.0.3Eric Engestrom2020-04-021-1/+1
| | | | | | (cherry picked from commit a68048153260fe33f2ec5df48f772f4d1ceaed03) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4413>
* docs: add release notes for 20.0.3Eric Engestrom2020-04-021-0/+177
| | | | | | (cherry picked from commit b04ae1f964c977035d9c8fd4144424387e0d868e) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4413>
* docs/features: Update virgl OpenGL 4.5 featuresElie Tournier2020-03-231-2/+2
| | | | | | | | | GL_ARB_clip_control and GL_KHR_robustness are now expose in the guest. Signed-off-by: Elie Tournier <[email protected]> Reviewed-by: Gert Wollny <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4160> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4160>
* docs/release-calendar: Add calendar for 20.1 Release candidatesDylan Baker2020-03-191-2/+45
| | | | | | | | | | | | It's time to start getting the calendar going for 20.1 so that everyone is clear on when the close date for new features is. Eric Engstrom has agreed to help out with the 20.1 series, and will be the primary point, he's also helping out with a few of the 20.0.x point releases. Reviewed-by: Samuel Pitoiset <[email protected]> Acked-by: Eric Engestrom <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4077> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4077>
* docs: update calendar, add news item, and link releases notes for 20.0.2Dylan Baker2020-03-183-7/+4
| | | | | Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4236> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4236>
* docs/relnotes: Add sha256 sums for 20.0.2Dylan Baker2020-03-181-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4236>
* Docs: Add release notes for 20.0.2Dylan Baker2020-03-181-0/+159
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4236>
* docs: update calendar, add news item, and link releases notes for 19.3.5Eric Engestrom2020-03-093-297/+887
| | | | | Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4121> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4121>
* docs: add release notes for 19.3.5Eric Engestrom2020-03-091-0/+169
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4121>
* radeonsi: enable EXT_texture_shadow_lodSonny Jiang2020-03-091-1/+2
| | | | | | | Signed-off-by: Sonny Jiang <[email protected]> Signed-off-by: Marek Olšák <[email protected]> Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4079>
* docs/releasing: add missing </li> tagsEric Engestrom2020-03-091-20/+20
| | | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4094> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4094>
* docs: trivial fix for html structureEric Engestrom2020-03-091-0/+1
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Pierre-Eric Pelloux-Prayer <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4094>
* docs: fix typo in v20 release notesEli Schwartz2020-03-091-1/+1
| | | | | | | | | | | | It makes no sense to wait for it to stabilize on a version released months previously in the previous major release cycle. This was probably intended to be recommending the first bugfix release of the current major.minor release cycle. Reviewed-by: Eric Engestrom <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4106> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4106>
* Revert "docs/relnotes/19.3: fix vulkan version reported"Eric Engestrom2020-03-095-5/+5
| | | | | | | This reverts commit 5ff443b8aa9650f907bd9b5524bab21febe42ec9 Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4112> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4112>
* docs/relnotes/20.0: fix vulkan version reportedEric Engestrom2020-03-072-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>
* docs/relnotes/19.3: fix vulkan version reportedEric Engestrom2020-03-075-5/+5
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4092>
* docs: fix typos in the release docsEric Engestrom2020-03-062-9/+9
| | | | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Reviewed-by: Andres Gomez <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4067> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4067>
* radeonsi: remove AMD_DEBUG=sisched optionPierre-Eric Pelloux-Prayer2020-03-061-2/+0
| | | | | | | | | sisched is not maintained anymore in LLVM. Reviewed-by: Marek Olšák <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4059> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4059>
* docs: update news, calendar, and link release notes for 20.0.1Dylan Baker2020-03-063-15/+9
| | | | | | | Also fix a couple of dates that are wrong. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4075> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4075>
* docs: Add sha256sums for 20.0.1Dylan Baker2020-03-061-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4075>
* docs: add relnotes for 20.0.1Dylan Baker2020-03-061-0/+172
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4075>
* docs: update releasing to cover updated post_version.pyDylan Baker2020-03-051-6/+5
| | | | | | | Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2505> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/2505>
* docs: Update release notes with current processDylan Baker2020-03-051-214/+20
| | | | | | | | | There's a lot of stuff here that's out of date, update it to something more modern. Reviewed-by: Eric Engestrom <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4066> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4066>
* docs/submittingpatches: Fix confusing typo + missing pronounDylan Baker2020-03-051-1/+2
| | | | | Reviewed-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4066>
* docs: Update stable process around using fixes: and gitlabDylan Baker2020-03-051-28/+30
| | | | | | | | | | | | | | | | | Currently the docs still recommend using [email protected], which is pretty awful. We really don't want a second mailing list and it's mostly full of junk because of CC: tags anyway. This changes the preferred actions to be: 1) use a fixes: tag ahead of time 2) use a Cc tag ahead of time if fixes isn't appropriate 3) Use a gitlab MR against the staging/ branch for post-merge/backport nominations Reviewed-by: Timothy Arceri <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3056> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3056>
* docs/features: add v3d driverAlejandro Piñeiro2020-03-021-55/+56
| | | | | | | | | | | Now that we bumped the GLES version to 3.1, it makes even more sense to include the driver here. Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2507 Reviewed-by: Jose Maria Casanova <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3810> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3810>
* doc: Update features.txt for r600 with misc supported featuresUros Bizjak2020-03-021-11/+11
| | | | | | | | | Update features.txt with misc supported features for r600, as reported by glxinfo for Cypress XT [Radeon HD 5870]. Reviewed-By: Gert Wollny <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4010> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4010>
* llvmpipe: add support for tessellation shadersDave Airlie2020-02-281-1/+1
| | | | | | | | | | This adds the hooks between llvmpipe and draw to enable tessellation shaders. It also updates the CI results and docs. Reviewed-by: Roland Scheidegger <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3841> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3841>
* radv: implement a dummy winsys for creating devices without AMDGPUSamuel Pitoiset2020-02-261-2/+0
| | | | | | | | | | | To allow developers to test the compiler backends without having any AMD GPUs. To create a null device, set eg. RADV_FORCE_FAMILY=polaris10 in your environment. 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/3872> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3872>
* hud: add GALLIUM_HUD_SCALEJonathan Marek2020-02-241-0/+2
| | | | | | | | | Scale hud by an integer factor, for high DPI displays. Signed-off-by: Jonathan Marek <[email protected]> Reviewed-by: Marek Olšák <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3931> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3931>
* glapi/copyimage: Implement CopyImageSubDataNVIndrajit Kumar Das2020-02-241-0/+1
| | | | | | | | | | | Implement CopyImageSubDataNV from NV_copy_image spec. This is derived out of the existing implementation of CopyImageSubData. It differs from CopyImageSubData in accordance with the differences laid down in the ARB_copy_image spec. Reviewed-by: Marek Olšák <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3649> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3649>
* docs: Update index, relnotes, and release-calendar for 20.0Dylan Baker2020-02-203-8/+26
| | | | | | | | This includes the release schedule for 20.0.x. Currently there are four planned releases, but I assume we'll need more before 20.1.0 is ready. Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3896> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3896>
* Docs: Add 20.0.0 release notesDylan Baker2020-02-201-0/+3231
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3896>
* docs: Mark 20.0.0-rc3 as doneDylan Baker2020-02-191-7/+1
| | | | | Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3819> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3819>
* docs: Mark 19.3.4 as doneDylan Baker2020-02-193-16/+4
| | | | | | | | The calendar had an error, 19.3.4 and 19.3.5 had the same release date. I've fixed the date for 19.3.5 and removed 19.3.6 which I don't believe will be needed. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3819>
* docs: Add SHA256 sum for 19.3.4Dylan Baker2020-02-191-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3819>
* docs: Add release notes for 19.3.4Dylan Baker2020-02-191-0/+187
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3819>
* docs/envvars: document RADV_TEX_ANISOSamuel Pitoiset2020-02-191-0/+2
| | | | | | | Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2524 Signed-off-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3873> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3873>