summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add SHA256 sum for 19.3.4Dylan Baker2020-02-131-1/+1
|
* docs: Add release notes for 19.3.4Dylan Baker2020-02-131-0/+187
|
* docs: Add SHA 256 sums for 19.3.3Dylan Baker2020-01-281-1/+1
|
* docs: Add relnotes for 19.3.3 releaseDylan Baker2020-01-281-0/+193
|
* docs: remove double-closed definition-listErik Faye-Lund2020-01-281-2/+0
| | | | | | | | Fixes: bc17ac58661 "docs: add documentation for building with meson" Acked-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit b009a7644b91901b037a4e1dbb86970407d72d75)
* docs: move paragraph closing tagErik Faye-Lund2020-01-281-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 <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit b387f68f49abc995605098178a3c643f3a9cfe41)
* docs: use code-tags instead of pre-tagsErik Faye-Lund2020-01-281-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 <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit a370cfd96ed11463a9e76c1d9bc42eb5f3858fde)
* docs: use code-tags instead of pre-tagsErik Faye-Lund2020-01-281-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 <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit 1de361e56b33fff35e2feb83dd5c404f67d42a69)
* docs: use code-tag instead of pre-tagErik Faye-Lund2020-01-281-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 <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit 36e02752755bd26992cf87409558f6c016372acd)
* docs: open paragraph before closing itErik Faye-Lund2020-01-281-1/+1
| | | | | | | | Fixes: 44c5e634a5c "docs: update meson docs for windows" Acked-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit f0677086a17930130c2e01546fc007659b9269ba)
* docs: fix paragraphsErik Faye-Lund2020-01-281-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 <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit a0d25c4d87e104087b647d5837a47a025b4235a5)
* docs: fix typo in html tag nameErik Faye-Lund2020-01-281-1/+1
| | | | | | | | Fixes: 5d11a828e10 "docs: update install docs for meson" Acked-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3431> (cherry picked from commit 750d664226e7afdb52cc306ada19e8bfb9b6c97e)
* 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
|
* dcos: add releanse notes for 19.3.1Dylan Baker2019-12-181-0/+94
|
* docs: remove new_features.txt from stable branchDylan Baker2019-12-181-20/+0
| | | | | Now that the .0 is done, we shouldn't have any more new features added to the branch
* 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
|
* docs/relnotes/new_features.txt: Add note about ACODaniel Schürmann2019-11-011-0/+2
| | | | Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
* docs/relnotes/new_features.txt: Add note about gen12 support19.3-branchpointJordan Justen2019-10-301-0/+1
| | | | Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
* radv: Enable VK_KHR_timeline_semaphore.Bas Nieuwenhuizen2019-10-301-0/+1
| | | | Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* 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 <jasuarez@igalia.com>
* 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 <jason@jlekstrand.net>
* 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 <lionel.g.landwerlin@intel.com> Acked-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
* 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 <jasuarez@igalia.com>
* docs: add release notes for 19.1.8Juan A. Suarez Romero2019-10-211-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (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 <jasuarez@igalia.com> (cherry picked from commit 5c6d266c591208b1c27e06f61b814210fc6e095f)
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-1/+1
| | | | | Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
* docs: Add new feature for compiling for windows with mesonDylan Baker2019-10-181-0/+1
| | | | Reviewed-by: Adam Jackson <ajax@redhat.com>
* docs: update meson docs for windowsDylan Baker2019-10-182-0/+97
| | | | Reviewed-by: Adam Jackson <ajax@redhat.com>
* Revert "egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext."Hal Gentz2019-10-181-103/+0
| | | | This reverts commit 173bc9d6842efdec54ea3fd415a6946dcee7b02a.
* radv: implement VK_KHR_shader_float_controlsSamuel Pitoiset2019-10-181-1/+1
| | | | | | | | | | | | | | | | This exposes what's required for DX and this is what we already configure. The driver flushes denorms for FP32 and preserves them for FP16/FP64. Note that we can't allow both preserving and flushing denorms because this won't work for merged shaders. This will require LLVM to update the float mode register to make it work. Only enabled on GFX8+ with the LLVM path because it's untested on previous chips and ACO doesn't support it. This extension is required for SPIRV 1.4. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
* anv: Advertise VK_KHR_spirv_1_4Caio Marcelo de Oliveira Filho2019-10-141-0/+1
| | | | Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
* egl: Add EGL_CONFIG_SELECT_GROUP_MESA ext.Hal Gentz2019-10-111-0/+103
| | | | | | | | Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67676 Fixes: 049f343e8ac "egl: Allow 24-bit visuals for 32-bit RGBA8888 configs" Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Hal Gentz <zegentzy@protonmail.com>
* docs: update meson docs for windowsDylan Baker2019-10-102-8/+64
| | | | Acked-by: Kristian H. Kristensen <hoegsberg@google.com>
* radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-101-0/+1
| | | | Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-101-0/+1
| | | | Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* intel: Add INTEL_DEBUG=nofc for disabling fast clearsCaio Marcelo de Oliveira Filho2019-10-091-0/+2
| | | | Reviewed-by: Rafael Antognolli <rafael.antognolli@intel.com>
* docs: update calendar, add news item, and link release notes for 19.2.1Dylan Baker2019-10-093-288/+285
|
* docs: Add SHA256 sum for 19.2.1Dylan Baker2019-10-091-1/+1
|
* docs: Add relnotes for 19.2.1Dylan Baker2019-10-091-0/+159
|
* radv: implement VK_KHR_shader_clockSamuel Pitoiset2019-10-091-1/+1
| | | | | | NIR->LLVM and ACO already support nir_intrinsic_shader_clock. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* docs: Update recently enabled VK extensions on IntelCaio Marcelo de Oliveira Filho2019-10-081-0/+3
|
* mesa: Allow MESA_framebuffer_flip_y for GLES 3Fritz Koenig2019-10-081-7/+25
| | | | | | | | Implement glFramebufferParameteriMESA on GLES 3 so that the extension is not dependant on GLES 3.1 Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
* script: drop get_reviewer.plEric Engestrom2019-10-071-18/+0
| | | | | | | | This script doesn't make sense anymore in the age of GitLab. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>