aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* iris: Implement ARB_compute_variable_group_sizeCaio Marcelo de Oliveira Filho2020-05-011-0/+1
| | | | | | Reviewed-by: Kenneth Graunke <[email protected]> Reviewed-by: Jordan Justen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4794>
* cut 20.1 branchEric Engestrom2020-04-291-16/+0
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4823>
* docs: Add SHA256 sums for 20.0.6Dylan Baker2020-04-291-1/+1
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4822>
* docs: Add release notes for 20.0.6Dylan Baker2020-04-291-0/+130
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4822>
* radv: advertise VK_EXT_robustness2Samuel Pitoiset2020-04-291-1/+1
| | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4775>
* anv: Claim VK_EXT_robustness2 supportJason Ekstrand2020-04-281-0/+1
| | | | | | Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]> Reviewed-by: Lionel Landwerlin <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4767>
* radv: advertise VK_AMD_memory_overallocation_behaviorSamuel Pitoiset2020-04-281-0/+1
| | | | | | | | | | Doom Eternal explicitly allows overallocation via this extension but that shouldn't change anything because it's the default RADV behavior. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4785>
* radv/aco: enable 8/16-bit storage and int8/int16 on GFX8+Rhys Perry2020-04-241-0/+4
| | | | | | | | | | | | With this, Doom Eternal should now run with ACO on GFX8+. The generated 8/16-bit storage code is okay but the generated int8/int16 code is currently pretty bad but it works and apparently Doom Eternal doesn't actually use it (even though it requires it). Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4707>
* radeonsi: enable support for AlphaToCoverageDitherControlNVIndrajit Kumar Das2020-04-231-0/+1
| | | | | Reviewed-by: Marek Olšák <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4543>
* 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: 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: 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-091-0/+1
| | | | | | | | | | | | | 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/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/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/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: 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: 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: 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>
* 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: Add 20.0.0 release notesDylan Baker2020-02-201-0/+3231
| | | | Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3896>
* 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>
* radv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-1/+1
| | | | | | | Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3856> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3856>
* anv: Advertise VK_KHR_shader_non_semantic_infoCaio Marcelo de Oliveira Filho2020-02-181-0/+1
| | | | | | Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3856>
* docs/new_features: empty the feature list for the 20.1 cycleSamuel Pitoiset2020-02-141-19/+0
| | | | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Dylan Baker <[email protected]> Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3793> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3793>
* 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: 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>
* radv: Expose VK_KHR_swapchain_mutable_format.Bas Nieuwenhuizen2020-01-241-0/+1
| | | | | | | 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>
* relnotes: Add Vulkan 1.2Jason Ekstrand2020-01-151-0/+1
|
* 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]>
* 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>
* 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
|