summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* 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 <agomez@igalia.com> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
* 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 <agomez@igalia.com> Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-09-193-4/+4
| | | | | | Cc: mesa-stable@lists.freedesktop.org Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
* docs: Add the maximum implemented Vulkan API version in 19.3 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
* docs: Add the maximum implemented Vulkan API version in 19.2 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: 19.2 <mesa-stable@lists.freedesktop.org> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
* docs: Add the maximum implemented Vulkan API version in 19.1 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: 19.1 <mesa-stable@lists.freedesktop.org> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
* docs: Update to OpenGL 4.6 in the release notesAndres Gomez2019-09-181-3/+3
| | | | | | | | | | After 41549a18e6c ("i965: Enable OpenGL 4.6 for Gen8+"), Mesa implements the OpenGL 4.6 API. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
* docs/relnotes: add support for VK_KHR_shader_float_controls on IntelSamuel Iglesias Gonsálvez2019-09-171-1/+1
| | | | | | | | | | | | v2: - Move to 19.2.0 release notes (Andres). v3: - Move to 19.3.0 release notes (Andres). Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
* docs: update calendar, add news item and link release notes for 19.1.7Juan A. Suarez Romero2019-09-173-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
* docs: add sha256 checksums for 19.1.7Juan A. Suarez Romero2019-09-171-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit b9d7244035ce2da5bd93c984e30944b3730b219e)
* docs: add release notes for 19.1.7Juan A. Suarez Romero2019-09-171-0/+152
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit f632aac9385cfe02f5bfe762d93e60b5b46f2c77)
* mesa/gl: Sync with Khronos registryHeinrich Fink2019-09-161-79/+0
| | | | | | | | | | | | | | | | | | Update GL headers and xml API from upstream Khronos registry (commit 3d0c3eb). Keep `BUILDING_MESA` quirk in glext.h. mesa/extensions: Expose EXT_EGL_sync instead of MESA_EGL_sync to reflect Khronos request of changing this extension's scope from MESA to EXT. EGL_EGL_sync is also the name of the extension that has been merged into the upstream Khronos GL registry. Remove MESA_EGL_sync spec txt from Mesa tree as it is now published as EXT by Khronos. v1: Remove MESA_EGL_sync spec and squash commits (Eric E) Reviewed-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Daniel Stone <daniels@collabora.com>
* docs: extend 19.1.x releasesJuan A. Suarez Romero2019-09-161-1/+7
| | | | | | | As 19.2 got some delays, let's extend 19.1 at least in one extra release. Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
* Docs: mark that 19.2.0-rc3 has been releasedDylan Baker2019-09-111-8/+2
| | | | Also update -rc4 to me.
* specs: Add GL_MESA_EGL_syncHeinrich Fink2019-09-081-0/+79
| | | | | | | Adds GL_MESA_EGL_sync as defined in upstream OpenGL registry Reviewed-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* specs: Sync framebuffer_flip_y text with GL registryHeinrich Fink2019-09-051-2/+5
| | | | | | | | | | | Sync extension spec of MESA_framebuffer_flip_y to what has been merged upstream in the GL registry. Update now carries the accepted GL extension no. v2: split GL headers update off to separate commit Reviewed-by: Eric Anholt <eric@anholt.net> Reviewed-by: Matt Turner <mattst88@gmail.com>
* docs: Mark 19.2.0-rc2 as done and push back rc3 and rc4/finalDylan Baker2019-09-041-9/+3
|
* docs: add llvmpipe features for fb_no_attach and compute shadersDave Airlie2019-09-041-4/+4
| | | | Reviewed-by: Roland Scheidegger <sroland@vmware.com>
* docs: update calendar, add news item and link release notes for 19.1.6Juan A. Suarez Romero2019-09-033-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
* docs: add sha256 checksums for 19.1.6Juan A. Suarez Romero2019-09-031-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 4ec2325dd07a768f2b52ea788ee76085586b2469)
* docs: add release notes for 19.1.6Juan A. Suarez Romero2019-09-031-0/+132
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 85c8f88a49aa7c8aa866faed90a4a63330c15b8b)
* swr/rasterizer: Enable ARB_fragment_layer_viewportJan Zielinski2019-08-291-1/+1
| | | | | | | Added loading gl_Layer and gl_ViewportIndex variables to Pixel Shader context. Reviewed-by: Alok Hota <alok.hota@intel.com>
* docs: add shader image extensions for llvmpipeDave Airlie2019-08-271-4/+4
| | | | | | v1.1: fix typo in llvmpipe name (ajax) Reviewed-by: Roland Scheidegger <sroland@vmware.com>
* docs: update calendar, add news item and link release notes for 19.1.5Juan A. Suarez Romero2019-08-233-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
* docs: add sha256 checksums for 19.1.5Juan A. Suarez Romero2019-08-231-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit ae2a676cd1748c850f579863003c92f2b137f44a)
* docs: add release notes for 19.1.5Juan A. Suarez Romero2019-08-231-0/+119
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit a384fe0cebf1fcd6671c51c749fcc981e01b5505)
* i965: enable ARB_gl_spirv extension and ARB_spirv_extensions for gen7+Alejandro Piñeiro2019-08-211-2/+2
| | | | | | v2: squashed the two enable patches with the docs one (Jason) Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
* docs: update calendar for 19.2.xEmil Velikov2019-08-201-10/+4
| | | | Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* docs: add 19.3.0-devel release notes templateEmil Velikov2019-08-201-0/+59
| | | | Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
* relnotes: Add new ext on etnaviv for 19.2.Christian Gmeiner2019-08-141-0/+1
| | | | | Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com> Reviewed-by: Jonathan Marek <jonathan@marek.ca>
* softpipe: Add support for ARB_derivative_controlGert Wollny2019-08-141-1/+1
| | | | | | | | | | | | | | Enables and passes piglits: spec/ARB_drivative_control/ dfdx-coarse dfdx-dfdy dfdx-fine dfdy-coarse dfdy-fine Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
* relnotes: Make entries for radv more consistent.Bas Nieuwenhuizen2019-08-121-3/+3
| | | | | | Always use 'on' as for the rest of the drivers. Reviewed-by: Dave Airlie <airlied@redhat.com>
* relnotes: Add new exts on radv for 19.2.Bas Nieuwenhuizen2019-08-121-0/+6
| | | | Reviewed-by: Dave Airlie <airlied@redhat.com>
* docs: update calendar, add news item and link release notes for 19.1.4Juan A. Suarez Romero2019-08-073-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
* docs: add sha256 checksums for 19.1.4Juan A. Suarez Romero2019-08-071-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 7fcb69a33c6c6d1658de3e0fd9c40363584c8c7b)
* docs: add release notes for 19.1.4Juan A. Suarez Romero2019-08-071-0/+227
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit b84ffa028d09c1bba1add468fd68886ee243d428)
* relnotes/19.2: document EXT_texture_dhadow_lodMarek Olšák2019-08-061-0/+1
|
* radeonsi: enable EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-061-0/+1
| | | | | | This depends on LLVM 10 because this needs https://reviews.llvm.org/D65283 Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* docs: fix "empty array" meson syntaxEric Engestrom2019-08-041-1/+1
| | | | | | | | On recent versions of Meson (0.47+) these are synonymous, but we still support older versions than that, so let's use the correct syntax to avoid confusing users of old Meson versions. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-031-3/+3
| | | | | | | These days it is not GLX only and it does not work with all TLS implementations. Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
* radv: Expose VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-021-0/+1
| | | | Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* radv: Enable VK_KHR_shader_atomic_int64Bas Nieuwenhuizen2019-08-021-0/+1
| | | | Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
| | | | | | | | | This exposes the textureSamplesIdenticalEXT function in GLSL. We enable it for iris and radeonsi, because their compilers already have support for this. Tested on Intel Kabylake and AMD Vega 64. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
* docs: reword meson instructionsEric Engestrom2019-08-011-7/+12
| | | | | Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
* docs: Update Platforms and Drivers page with more comprehensive information.Jorge Natz2019-07-311-7/+23
| | | | | Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
* docs: update required meson versionEric Engestrom2019-07-311-1/+1
| | | | | | Fixes: f7b6a8d12fdc446e3251 ("meson: bump required version to 0.46") Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
* docs: fix intel_icd.json pathEric Engestrom2019-07-261-1/+1
| | | | | | | | | Meson doesn't support using uninstalled libs, they're simply not ready until `ninja install` is ran, at which point one might as well use the proper icd.json file in the install folder. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
* mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3Heinrich Fink2019-07-251-2/+6
| | | | | | | | Extend MESA_framebuffer_flip_y to be used with OpenGL versions 4.3 and higher. OpenGL 4.3 adds FramebufferParameteri needed by this extension. Reviewed-by: Fritz Koenig <frkoenig@google.com> Reviewed-by: Matt Turner <mattst88@gmail.com>
* docs: update calendar, add news item and link release notes for 19.1.3Juan A. Suarez Romero2019-07-233-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
* docs: add sha256 checksums for 19.1.3Juan A. Suarez Romero2019-07-231-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 33e57d0ace83e4f5deab0211474cd84607878024)