summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: update calendar, add news item and link release notes for 19.2.6Dylan Baker2019-11-213-4/+4
|
* docs: Add SHA256 sum for 19.2.6Dylan Baker2019-11-211-1/+1
|
* docs: Add release notes for 19.2.6Dylan Baker2019-11-211-0/+87
|
* docs: fix ascii html representationElie Tournier2019-11-211-1/+1
| | | | | | | | v2 (Eric): Use more readable ascii version Signed-off-by: Elie Tournier <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* Docs: remove duplicate meson docs for windowsElie Tournier2019-11-211-12/+0
| | | | | | | | This block is duplicated, we already have the windows instruction above. Signed-off-by: Elie Tournier <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* docs: update features.txt for RADVRhys Perry2019-11-211-2/+2
| | | | | | | [skip ci] Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]>
* docs/release-calendar: Update for extended 19.3 rc periodDylan Baker2019-11-201-14/+14
|
* docs: update calendar, add news item and link release notes for 19.2.5Dylan Baker2019-11-203-9/+4
|
* docs/relnotes/19.2.5: Add SHA256 sumDylan Baker2019-11-201-1/+1
|
* docs: Add relnotes for 19.2.5Dylan Baker2019-11-201-0/+115
|
* docs: add missing new features for RADVSamuel Pitoiset2019-11-201-0/+3
| | | | | | | [skip ci] Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* mesa: enable ARB_shading_language_includeTimothy Arceri2019-11-201-1/+1
| | | | | | Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/999 Reviewed-by: Witold Baryluk <[email protected]>
* mesa: enable EXT_direct_state_accessPierre-Eric Pelloux-Prayer2019-11-191-0/+1
| | | | | | | | | | Always enabled; this doesn't require any driver work, it's just core mesa bits. quick_gl.txt is also updated because previously piglit ext_dsa tests were skipped. Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_sparse_buffer NamedBufferPageCommitmentEXT functionPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | | | | The spec is unclear on how to handle the buffer argument so we reuse the logic from the EXT_direct_state_access spec. Reviewed-by: Marek Olšák <[email protected]>
* mesa: implement ARB_texture_storage_multisample + EXT_dsa functionsPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_texture_buffer_range glTextureBufferRangeEXT functionPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_instanced_arrays EXT_dsa functionPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_gpu_shader_fp64 selector-less functionsPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_clear_buffer_object named functionsPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXTPierre-Eric Pelloux-Prayer2019-11-191-2/+2
| | | | Reviewed-by: Marek Olšák <[email protected]>
* mesa: add ARB_framebuffer_no_attachments named functionsPierre-Eric Pelloux-Prayer2019-11-191-1/+1
| | | | | | | | | | | The wording in ARB_framebuffer_no_attachments and EXT_direct_state_access is different. In the former framebuffer names must have been generated using glGenFramebuffers before using the named functions. In the latter framebuffer names have no such constraints, so we can't use the _mesa_lookup_framebuffer_dsa function. Reviewed-by: Marek Olšák <[email protected]>
* mesa: update features.txt to reflect EXT_dsa statusPierre-Eric Pelloux-Prayer2019-11-191-29/+29
| | | | | | | | | | | | | | | | | | All features from the EXT_dsa spec are implemented. Interactions with other specs: - GL_AMD_gpu_shader_int64: not needed, since it's not enabled in compatibility profile. - GL_ARB_bindless_texture is DONE "INVALID_OPERATION is generated when calling various functions to modify the state of a texture object from which handles have been extracted" - GL_ARB_buffer_storage/GL_EXT_buffer_storage is DONE (NamedBufferStorageEXT function) - GL_ARB_texture_storage is DONE (3 TextureStorage*DEXT functions) - GL_ARB_vertex_attrib_binding is DONE (6 VertexArray* functions) - GL_EXT_external_buffer is not supported by Mesa Reviewed-by: Marek Olšák <[email protected]>
* radv: remove useless RADV_DEBUG=unsafemath debug optionSamuel Pitoiset2019-11-151-2/+0
| | | | | | | This option is useless and shouldn't be used at all. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs: update calendar, add news item and link release notes for 19.2.4Dylan Baker2019-11-133-4/+5
|
* docs: Add SHA256 sum for for 19.2.4Dylan Baker2019-11-131-1/+1
|
* docs: Add release notes for 19.2.4Dylan Baker2019-11-131-0/+65
|
* gallium/swr: Enable some ARB_gpu_shader5 extensionsKrzysztof Raszkowski2019-11-081-3/+3
| | | | | | | | | Enable / add to features.txt: - Enhanced textureGather. - Geometry shader instancing. - Geometry shader multiple streams. Reviewed-by: Jan Zielinski <[email protected]>
* anv: implement VK_KHR_separate_depth_stencil_layoutsLionel Landwerlin2019-11-061-0/+1
| | | | | | | | | | | | | | | | | | | v2: Use ternary to simplify code (Jason) v3: Reorder switch cases to follow existing section ordering (Nanley) Add missing comment in cmd_buffer_end_subpass() about new layout (Nanley) v4: Fix layout comparison for stencil case (Nanley) Update a few more comments (Nanley) Move VK_IMAGE_LAYOUT_STENCIL_ATTACHMENT_OPTIMAL_KHR in color attachment case for future stencil-CCS support (Nanley) v5: Missed comments update (Nanley) Updated relnotes.txt (Lionel) Signed-off-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Nanley Chery <[email protected]>
* docs: update calendar, add news item and link release notes for 19.2.2Dylan Baker2019-11-063-8/+3
|
* docs: add sha256 sum to 19.2.3 release notesDylan Baker2019-11-061-1/+1
|
* docs: add release notes for 19.2.3Dylan Baker2019-11-061-0/+146
|
* docs: document all RADV environment variablesSamuel Pitoiset2019-11-061-0/+105
| | | | | | | | | Requested by https://gitlab.freedesktop.org/mesa/mesa/issues/2022 [skip ci] Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs/new_features: Empty the feature list for the 20.0 cycleDylan Baker2019-10-301-18/+0
|
* docs/relnotes/new_features.txt: Add note about gen12 support19.3-branchpointJordan Justen2019-10-301-0/+1
| | | | Signed-off-by: Jordan Justen <[email protected]>
* radv: Enable VK_KHR_timeline_semaphore.Bas Nieuwenhuizen2019-10-301-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* docs: document new feature EGL_EXT_image_flush_externalMarek Olšák2019-10-251-0/+1
|
* docs: update releasing process to use new scripts and gitlabDylan Baker2019-10-251-37/+12
| | | | | | | There were several out of date entries in this document, update them to current practices. Reviewed-by: Juan A. Suarez <[email protected]>
* docs: update calendar, add news item and link release notes for 19.2.2Dylan Baker2019-10-243-10/+5
|
* docs: Add sha256 sum for 19.2.2Dylan Baker2019-10-241-1/+1
|
* docs: Add release notes for 19.2.2Dylan Baker2019-10-241-0/+147
|
* anv: Implement VK_KHR_vulkan_memory_modelCaio Marcelo de Oliveira Filho2019-10-241-0/+1
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* docs: Add release not about scons deprecationDylan Baker2019-10-241-0/+1
|
* docs: Add new Intel extensionLionel Landwerlin2019-10-231-0/+1
| | | | | Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Caio Marcelo de Oliveira Filho <[email protected]>
* docs: update calendar, add news item and link release notes for 19.1.8Juan A. Suarez Romero2019-10-213-9/+14
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: add release notes for 19.1.8Juan A. Suarez Romero2019-10-211-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit cc88eeb6ffc4e86d76dfdbfc601d519bc35b6c41)
* docs: add release notes for 19.1.8Juan A. Suarez Romero2019-10-211-0/+267
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 5c6d266c591208b1c27e06f61b814210fc6e095f)
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-1/+1
| | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs: Add new feature for compiling for windows with mesonDylan Baker2019-10-181-0/+1
| | | | Reviewed-by: Adam Jackson <[email protected]>
* docs: update meson docs for windowsDylan Baker2019-10-182-0/+97
| | | | Reviewed-by: Adam Jackson <[email protected]>
* Revert "egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext."Hal Gentz2019-10-181-103/+0
| | | | This reverts commit 173bc9d6842efdec54ea3fd415a6946dcee7b02a.