summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* docs: add sha256 checksums for 18.2.0Andres Gomez2018-09-081-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit cb1ddf48e223231fc4e2cfdc92fbcdaec673929d)
* docs: update 18.2.0 release notesAndres Gomez2018-09-081-1/+206
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 7378180e7aa652f3f95e4b953a552dcaf8fb8408)
* docs/relnotes: Add sha256 sums for mesa 18.1.8Dylan Baker2018-09-071-1/+2
|
* docs: Add release notes for 18.1.8Dylan Baker2018-09-071-0/+179
|
* gallium: enable GL_AMD_depth_clamp_separate on r600, radeonsiMarek Olšák2018-09-061-0/+1
|
* i965: Add INTEL_fragment_shader_ordering support.Kevin Rogovin2018-08-281-0/+1
| | | | | | | | | | Adds suppport for INTEL_fragment_shader_ordering. We achieve the fragment ordering by using the same instruction as for beginInvocationInterlockARB() which is by issuing a memory fence via sendc. Signed-off-by: Kevin Rogovin <[email protected]> Reviewed-by: Plamena Manolova <[email protected]>
* docs: add forgotten features to 18.2.0 release notesRhys Perry2018-08-281-0/+3
| | | | | | Signed-off-by: Rhys Perry <[email protected]> Reviewied-by: Ilia Mirkin <[email protected]> Cc: 18.2: <[email protected]>
* docs: Add mesa 18.1.7 notesDylan Baker2018-08-241-1/+2
|
* docs: Add mesa 18.1.7 docsDylan Baker2018-08-241-0/+103
|
* docs/relnotes: Mark NV_fragment_shader_interlock support in i965Kevin Rogovin2018-08-241-0/+1
| | | | Acked-by: Jason Ekstrand <[email protected]>
* st/mesa: expose KHR_texture_compression_astc_sliced_3dMarek Olšák2018-08-241-0/+1
| | | | | This is ASTC 2D LDR allowing texture arrays and 3D, compressing each slice as a separate 2D image. Tested by piglit. Trivial.
* st/mesa: expose EXT_disjoint_timer_queryMarek Olšák2018-08-241-0/+1
| | | | same cap as ARB_timer_query, no changes needed, tested by piglit
* mesa: expose EXT_vertex_attrib_64bitMarek Olšák2018-08-241-0/+1
| | | | | | | because the closed driver exposes it. It's the same as the ARB extension. Reviewed-by: Ian Romanick <[email protected]>
* mesa: expose AMD_query_buffer_objectMarek Olšák2018-08-241-0/+1
| | | | | | it's a subset of the ARB extension. Reviewed-by: Ian Romanick <[email protected]>
* mesa: expose AMD_multi_draw_indirectMarek Olšák2018-08-241-0/+1
| | | | | | | because the closed driver exposes it. This is equivalent to the ARB extension. Reviewed-by: Ian Romanick <[email protected]>
* mesa: expose AMD_gpu_shader_int64Marek Olšák2018-08-241-0/+1
| | | | | | | | | because the closed driver exposes it. It's equivalent to ARB_gpu_shader_int64. In this patch, I did everything the same as we do for ARB_gpu_shader_int64. Reviewed-by: Ian Romanick <[email protected]>
* radeonsi: implement EXT_window_rectanglesMarek Olšák2018-08-141-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* docs: Add sha256 sums for 18.1.6Dylan Baker2018-08-131-1/+2
|
* docs: Add release notes for 18.1.6Dylan Baker2018-08-131-0/+187
|
* st/mesa: expose & set limits for AMD_framebuffer_multisample_advancedMarek Olšák2018-08-041-1/+1
| | | | Reviewed-by: Brian Paul <[email protected]>
* docs: add 18.3.0-devel release notes templateAndres Gomez2018-08-021-0/+71
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: update 18.2.0 release notes for virglDave Airlie2018-08-021-1/+2
|
* docs: mark ARB_ES3_2_compatibility as done for radeonsiMarek Olšák2018-08-011-0/+1
|
* docs: update radeonsi features and release notesMarek Olšák2018-07-311-0/+4
|
* docs: Add sha-256 sums for 18.1.5Dylan Baker2018-07-271-2/+2
|
* docs: add 18.1.5 release notesDylan Baker2018-07-271-0/+183
|
* docs: fix incorrect placement of the ARB_sample_locations release notesRhys Perry2018-07-261-4/+1
| | | | | | | | | Seems something went wrong somehow when it was pushed. v2: combine into one list Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Marek OIšák <[email protected]>
* docs: Add sha256 sums for 18.1.4 tarballsDylan Baker2018-07-131-2/+2
|
* docs: Add release notes for 18.1.4Dylan Baker2018-07-131-0/+150
|
* docs: Add SHA256 sums to notes for 18.1.3Dylan Baker2018-06-291-2/+2
|
* docs: Add release notes for 18.1.3Dylan Baker2018-06-291-0/+167
|
* docs: Add release notes for 18.1.2Dylan Baker2018-06-151-0/+170
|
* docs: document addition of GL_ARB_sample_locations for nvc0Rhys Perry2018-06-141-1/+1
| | | | | Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Brian Paul <[email protected]> (v2)
* docs: talk about Wayland instead of libwaylandEric Engestrom2018-06-071-2/+2
| | | | | Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
* docs: add note about moving to libwayland-egl in 18.2.0Eric Engestrom2018-06-061-0/+8
| | | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Daniel Stone <[email protected]> Cc: Andres Gomez <[email protected]> Cc: Dylan Baker <[email protected]> Reviewed-by: Matt Turner <[email protected]> Signed-off-by: Eric Engestrom <[email protected]>
* docs: add sha256 checksums for 18.0.5Juan A. Suarez Romero2018-06-031-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit aba161e63a25a07c3c24fec01b6c63c43874b805)
* docs: add release notes for 18.0.5Juan A. Suarez Romero2018-06-031-0/+161
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit ca0037aaefcb06ff8e1eb6fbde8f313c45789921)
* docs/relnotes: Add sha256 sums for mesa 18.1.1Dylan Baker2018-06-011-1/+2
|
* docs: Add release notes for 18.1.1Dylan Baker2018-06-011-0/+167
|
* i965: Add ARB_fragment_shader_interlock support.Plamena Manolova2018-06-011-1/+1
| | | | | | | | | Adds suppport for ARB_fragment_shader_interlock. We achieve the interlock and fragment ordering by issuing a memory fence via sendc. Signed-off-by: Plamena Manolova <[email protected]> Reviewed-by: Francisco Jerez <[email protected]>
* docs: add missing html closing tagEric Engestrom2018-05-291-2/+2
| | | | Signed-off-by: Eric Engestrom <[email protected]>
* docs: trivial typo fixEric Engestrom2018-05-291-1/+1
| | | | Signed-off-by: Eric Engestrom <[email protected]>
* docs: Add sha sums for releaseDylan Baker2018-05-181-2/+3
|
* docs: Add release notes for 18.1.0Dylan Baker2018-05-181-1/+195
|
* mesa: drop GL_EXT_polygon_offset supportTimothy Arceri2018-05-181-0/+64
| | | | | | | | glPolygonOffset() has been part of the GL standard since 1.1. Also niether AMD or Nvidia support this in their binary drivers. Reviewed-by: Marek Olšák <[email protected]> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=61761
* docs: add sha256 checksums for 18.0.4Juan A. Suarez Romero2018-05-171-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 69ef6e4a75255e60a4c4a2419d03c9352b9eb8f2)
* docs: add release notes for 18.0.4Juan A. Suarez Romero2018-05-171-0/+156
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 3b49ab6219790c341ffb78a6eeaaa8b1a4b29bcc)
* docs: add sha256 checksums for 18.0.3Juan A. Suarez Romero2018-05-071-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit ae12c5e990a06099340c9467ee1a02354420812d)
* docs: add sha256 checksums for 18.0.3Juan A. Suarez Romero2018-05-071-0/+106
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 6dc2658fd66c18239ad33cb1ffbdfc22b0d9e51e)
* docs: add sha256 checksums for 18.0.2Juan A. Suarez Romero2018-04-281-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit b3eed3ad03fd1eb61474cd0a8a173ad40fb8a876)