summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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 <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* anv: Advertise VK_KHR_spirv_1_4Caio Marcelo de Oliveira Filho2019-10-141-0/+1
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* 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: [email protected] Reviewed-by: Adam Jackson <[email protected]> Signed-off-by: Hal Gentz <[email protected]>
* docs: update meson docs for windowsDylan Baker2019-10-102-8/+64
| | | | Acked-by: Kristian H. Kristensen <[email protected]>
* radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-101-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-101-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* intel: Add INTEL_DEBUG=nofc for disabling fast clearsCaio Marcelo de Oliveira Filho2019-10-091-0/+2
| | | | Reviewed-by: Rafael Antognolli <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Reviewed-by: Kristian H. Kristensen <[email protected]>
* 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 <[email protected]> Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* docs: add a new_features.text file and remove 19.3.0 release notesDylan Baker2019-10-032-68/+5
| | | | | | | | | | | | The next patch is going to introduce a tool that creates the entire release html page for us, without any user intervention. As such we can't be editing it. To that end the script will read the new_features.txt file to get a list of new features. This is a flat text file, one entry per line. Acked-by: Eric Engestrom <[email protected]> Acked-by: Juan A. Suarez <[email protected]>
* docs: Add use of Closes: tag for closing gitlab issuesDylan Baker2019-10-031-3/+7
| | | | | | | | This replaces to old Bugzilla: tag, which no longer makes sense because we don't use bugzilla anymore. Reviewed-by: Eric Anholt <[email protected]> (v1) Reviewed-by: Eric Engestrom <[email protected]>
* docs: Fix GL_EXT_demote_to_helper_invocation nameCaio Marcelo de Oliveira Filho2019-10-021-1/+1
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and ↵Andres Gomez2019-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | OpenGL 4.6 on i965 and iris After 41549a18e6c ("i965: Enable OpenGL 4.6 for Gen8+"), i965 implements GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6. After 15e439071d8 ("iris: Enable ARB_gl_spirv and ARB_spirv_extensions"), iris implements GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6. v2: - Explicit the support is for i965 and iris. v3: - Add also GL_ARB_spirv_extensions to the release notes (Alejandro). Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Alejandro Piñeiro <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* docs/relnotes: Add EXT_demote_to_helper_invocation support on iris, i965Caio Marcelo de Oliveira Filho2019-09-301-0/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* docs/install: drop autotools referencesEric Engestrom2019-09-301-12/+4
| | | | | | 19.3 will be the 3rd release without autotools, people know it's gone by now. Reviewed-by: Dylan Baker <[email protected]>
* docs: remove stray newlineDylan Baker2019-09-301-2/+1
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs: use https for mesonbuild.comDylan Baker2019-09-301-4/+4
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs: update install docs for mesonDylan Baker2019-09-301-9/+5
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs/release-calendar: add missing <td> and </td>Eric Engestrom2019-09-251-3/+6
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* docs/release-calendar: fix bugfix release numbersEric Engestrom2019-09-251-2/+2
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* release: Push 19.3 back two weeksDylan Baker2019-09-251-4/+4
| | | | | | | | | | | | | The main reason to do this is that 19.2 has slipped by two weeks, and such the 19.3 branch is due to happen extremely close to the release of 19.2.0. I think it would be better to have a little more time between releases for developers and for packagers. This would still have the 19.3 release out before December, even if it slips by 1 week. Acked-By: Karol Herbst <[email protected]> Acked-by: Juan A. Suarez <[email protected]>
* docs: update calendar, add news item, and link release notes for 19.2.0Dylan Baker2019-09-254-5/+28
|
* docs: add SHA256 sum for 19.2.0Dylan Baker2019-09-251-1/+1
|
* docs: Add release notes for 19.2.0Dylan Baker2019-09-251-2/+367
|
* docs/features: Update VK_KHR_display_swapchain statusAndres Gomez2019-09-191-1/+2
| | | | | | | | | | It was set as done by mistake. Fixes: bc15d74529e ("docs/features: Mark some Vulkan extensions as done") Signed-off-by: Andres Gomez <[email protected]> Acked-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs/features: Update status list of Vulkan extensionsAndres Gomez2019-09-191-4/+16
| | | | | | | | | | | | | | | | | | | | | | To get the extension list: $ git grep -hE "extension name=\"VK_KHR" src/vulkan/registry/vk.xml | \ grep -v disabled | awk '{print $2}' | sed -E 's/(name=)?"//g' | sort To find anv(il) and radv supported extensions: $ git grep -hE "'VK_([A-Z]+)_[a-z,0-9]" src/intel/ $ git grep -hE "'VK_([A-Z]+)_[a-z,0-9]" src/amd/ v2: - Keep VK_KHR_device_group and VK_KHR_device_group_creation as not started (Jason). Signed-off-by: Andres Gomez <[email protected]> Acked-by: Lionel Landwerlin <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-09-193-4/+4
| | | | | | Cc: [email protected] Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: Add the maximum implemented Vulkan API version in 19.3 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: [email protected] Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>