aboutsummaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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: [email protected] Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Alejandro Piñeiro <[email protected]>
* 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 <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 19.1.7Juan A. Suarez Romero2019-09-171-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (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 <[email protected]> (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 <[email protected]> Reviewed-by: Daniel Stone <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
* 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 <[email protected]> Reviewed-by: Matt Turner <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 19.1.6Juan A. Suarez Romero2019-09-031-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (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 <[email protected]> (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 <[email protected]>
* docs: add shader image extensions for llvmpipeDave Airlie2019-08-271-4/+4
| | | | | | v1.1: fix typo in llvmpipe name (ajax) Reviewed-by: Roland Scheidegger <[email protected]>
* 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 <[email protected]>
* docs: add sha256 checksums for 19.1.5Juan A. Suarez Romero2019-08-231-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (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 <[email protected]> (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 <[email protected]>
* docs: update calendar for 19.2.xEmil Velikov2019-08-201-10/+4
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add 19.3.0-devel release notes templateEmil Velikov2019-08-201-0/+59
| | | | Signed-off-by: Emil Velikov <[email protected]>
* 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)