summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add relnotes for 19.2.1Dylan Baker2019-10-091-0/+159
|
* docs: Add release notes for 19.2.0Dylan Baker2019-09-251-2/+374
|
* docs: Update bug report URLs for the gitlab migrationAdam Jackson2019-09-233-4/+4
| | | | | | | Cc: [email protected] Reviewed-by: Eric Anholt <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> (cherry picked from commit 5b5c5bf8335b79c7c1152bbdf0956598d2246567)
* docs: Add the maximum implemented Vulkan API version in 19.2 rel notesAndres Gomez2019-09-231-0/+5
| | | | | | | | | | Currently, Vulkan 1.1. Cc: 19.2 <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]> (cherry picked from commit 41b0e0d7e0f2353d337e68e8e439b5dfead880c4)
* relnotes: Add new ext on etnaviv for 19.2.Christian Gmeiner2019-08-141-0/+1
| | | | | Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Jonathan Marek <[email protected]>
* 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 <[email protected]> Reviewed-by: Roland Scheidegger <[email protected]>
* 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 <[email protected]>
* relnotes: Add new exts on radv for 19.2.Bas Nieuwenhuizen2019-08-121-0/+6
| | | | Reviewed-by: Dave Airlie <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 19.1.4Juan A. Suarez Romero2019-08-071-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (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 <[email protected]> (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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* radv: Expose VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-021-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* radv: Enable VK_KHR_shader_atomic_int64Bas Nieuwenhuizen2019-08-021-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* 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 <[email protected]>
* docs: reword meson instructionsEric Engestrom2019-08-011-7/+12
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* docs: Update Platforms and Drivers page with more comprehensive information.Jorge Natz2019-07-311-7/+23
| | | | | Reviewed-by: Alyssa Rosenzweig <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: update required meson versionEric Engestrom2019-07-311-1/+1
| | | | | | Fixes: f7b6a8d12fdc446e3251 ("meson: bump required version to 0.46") Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* 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 <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
* 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 <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 19.1.3Juan A. Suarez Romero2019-07-231-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 33e57d0ace83e4f5deab0211474cd84607878024)
* docs: add release notes for 19.1.3Juan A. Suarez Romero2019-07-231-0/+191
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 09a1b2bdbab20635888b3b226bd1e9a8e31a75ec)
* radeonsi/gfx10: implement ARB_post_depth_coverageMarek Olšák2019-07-192-1/+2
| | | | | Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]>
* docs: simplify `Fixes:` git commandEric Engestrom2019-07-191-1/+3
| | | | | Reviewed-by: Eric Anholt <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
* docs: Tell people how to easily generate the Fixes lines.Eric Anholt2019-07-151-0/+1
| | | | | | | | | v2: Include '-s' to suppress the diff. v3: use the git config command (Ken), use &lt; (Eric) Reviewed-by: Matt Turner <[email protected]> (v1) Acked-by: Eric Engestrom <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: update calendar, add news item and link release notes for 19.1.2Juan A. Suarez Romero2019-07-093-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: add sha256 checksums for 19.1.2Juan A. Suarez Romero2019-07-091-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit e42399f4de80acb681b90ae4e35d8983b89d0329)
* docs: add release notes for 19.1.2Juan A. Suarez Romero2019-07-091-0/+194
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit fe1f7b538b7e8e4bd221c5d52ae72a3721c6aa08)
* anv: Advertise VK_EXT_shader_demote_to_helper_invocationCaio Marcelo de Oliveira Filho2019-07-081-0/+1
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* docs/features: add shader buffer and atomic support for llvmpipeDave Airlie2019-07-071-5/+5
|
* swr/swr: Enable ARB_viewport_arrayJan Zielinski2019-07-031-1/+1
| | | | | | | | | | The rasterizer core supported ARB_viewport_array, but the swr layer connecting core to Gallium state tracker only allowed one viewport. We add support for multiple viewports to swr layer. Reviewed-by: Alok Hota <[email protected]>
* radv: Support VK_EXT_queue_family_foreign.Bas Nieuwenhuizen2019-07-031-0/+1
| | | | | | | | | Basically same as external for now. Reviewed-by: Samuel Pitoiset <[email protected]> Only case we might need to handle differently in the near future is Raven's case of displayable DCC which is not renderable. But we don't support that yet.
* docs: add news item and link release notes for 19.0.8Dylan Baker2019-06-262-0/+10
| | | | This is an emergency release due to a critical bug.
* docs: Add mesa 19.0.8 sha256 sumsDylan Baker2019-06-261-1/+2
|
* docs: Add docs for 19.0.8Dylan Baker2019-06-261-0/+61
|
* docs: update calendar, add news item and link release notes for X.Y.ZJuan A. Suarez Romero2019-06-253-7/+7
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: fix some typos in 19.0.7 release notesJuan A. Suarez Romero2019-06-252-3/+3
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: add sha256 checksums for 19.1.1Juan A. Suarez Romero2019-06-251-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit d54dc24d6d6ad9ce4fbebd5f9a69a92633504c40)
* docs: add release notes for 19.1.1Juan A. Suarez Romero2019-06-251-0/+154
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 22eddd8b9d4d905237494c9841e65e4c073ab514)
* docs: update calendar, add news item and link release notes for 19.0.7Dylan Baker2019-06-243-7/+12
|
* docs: Add SHA256 sums for 19.0.7Dylan Baker2019-06-241-1/+2
|
* Docs add 19.0.7 release notesDylan Baker2019-06-241-0/+149
|
* etnaviv: support GL_ARB_seamless_cubemap_per_textureChristian Gmeiner2019-06-191-1/+1
| | | | | | | Passes spec@amd_seamless_cubemap_per_texture@amd_seamless_cubemap_per_texture Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-By: Guido Günther <[email protected]>
* docs: document three NIR_ envvarsAlejandro Piñeiro2019-06-141-0/+17
| | | | | | | | | | | Initially I was only interested on documenting NIR_PRINT, as today I needed to check the code to find this envvar, that at the moment I vaguely remembered that existed. As we are here, though, let's just document all of them (assuming that makes sense). Reviewed-by: Eric Anholt <[email protected]>
* docs: work around broken altsoftware.com linkErik Faye-Lund2019-06-131-1/+1
| | | | | | | | altsoftware.com seems to no longer be around, and is currently being held by a domain squatter. Let's link to waybackmachine instead. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: work around broken dsbox.com linkErik Faye-Lund2019-06-131-2/+3
| | | | | | | | dsbox.com now forwards to haystax.com, which is tehcnially unrealted to this link. Let's link to waybackmachine instead. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>