summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* xlib: remove dummy GLX_MESA_set_3dfx_mode implementationEmil Velikov2017-12-011-1/+1
| | | | | | | | | | | | | The implementation is a simple 'return EGL_FALSE'. Stop pretending and simply remove it. Note: the removal of XMesa API is fine, since there hasn't been any users for it in years. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Brian Paul <[email protected]> Reviewed-by: Adam Jackson <[email protected]> Reviewed-by: Ian Romanick <[email protected]>
* r600: add ARB_shader_storage_buffer_object support (v3)Dave Airlie2017-12-011-0/+1
| | | | | | | | | | | | | | | This just builds on the image support. Evergreen only has ssbo for fragment and compute no other stages. v2: handle images and ssbo in the same shader properly (Ilia) v3: fix RESQ on buffers, fix missing atom emit fix first element offset use R32 format write separate buffer rat store path. (from running deqp gles3.1 tests) Signed-off-by: Dave Airlie <[email protected]>
* docs: remove bug 103626 from fix list as per 17.2.6Andres Gomez2017-11-261-2/+0
| | | | | | | | Bug https://bugs.freedesktop.org/show_bug.cgi?id=103626 was incorrectly listed as fixed. Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit b9b60dbf55a1307a60a333c70c3add3643243c36)
* docs: add sha256 checksums for 17.2.6Andres Gomez2017-11-261-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 93c2beafc0a7fa2f210b006d22aba61caa71f773)
* docs: add release notes for 17.2.6Andres Gomez2017-11-261-0/+188
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 00b52f8e99653316a090826914509a138a1c78f7)
* r600: add cull distance supportDave Airlie2017-11-211-0/+1
| | | | | | This passes all the tests in piglit. Signed-off-by: Dave Airlie <[email protected]>
* docs: update features/relnotes for r600 shader image support. (v2)Dave Airlie2017-11-171-0/+2
| | | | | | v2: update GLES Signed-off-by: Dave Airlie <[email protected]>
* docs: add sha256 checksums for 17.2.5Andres Gomez2017-11-111-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 96ad27f8fcf3979c577c052f725e2a80035295aa)
* docs: add release notes for 17.2.5Andres Gomez2017-11-111-0/+155
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit ae52410bf08aa9c054651258f2fd0d0a2c9c5241)
* docs: update r600 atomic counter status.Dave Airlie2017-11-101-0/+1
| | | | Signed-off-by: Dave Airlie <[email protected]>
* i965: Initialize disk shader cache if MESA_GLSL_CACHE_DISABLE is falseJordan Justen2017-10-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | (Apologies for the double negative.) For now, the shader cache is disabled by default on i965 to allow us to verify its stability. In other words, to enable the shader cache on i965, set MESA_GLSL_CACHE_DISABLE to false or 0. If the variable is unset, then the shader cache will be disabled. We use the build-id of i965_dri.so for the timestamp, and the pci device id for the device name. v2: * Simplify code by forcing link to include build id sha. (Matt) v3: * Don't use a for loop with snprintf for bin to hex. (Matt) * Assume fixed length render and timestamp string to further simplify code. Cc: Matt Turner <[email protected]> Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: add sha256 checksums for 17.2.4Andres Gomez2017-10-301-1/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add release notes for 17.2.4Andres Gomez2017-10-301-0/+131
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add 17.4.0-devel release notes templateEmil Velikov2017-10-231-0/+64
| | | | Signed-off-by: Emil Velikov <[email protected]>
* relnotes/17.3: EGL_IMG_context_priority is now implementedChris Wilson2017-10-201-0/+1
| | | | | | Suggested-by: Emil Velikov <[email protected]> Signed-off-by: Chris Wilson <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: add sha256 checksums for 17.2.3Emil Velikov2017-10-191-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit facc85181883cb514b2b1a8106255be88fd54c6e)
* docs: add release notes for 17.2.3Emil Velikov2017-10-191-0/+180
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 28dc4b64f2f75dc0a0a98e2b97f1dd3350f50e2d)
* relnotes: document EGL_ANDROID_native_fence_sync on radeonsiMarek Olšák2017-10-121-0/+1
|
* docs: Document that libtxc_dxtn is now no longer neededMatt Turner2017-10-021-0/+1
|
* docs: GL_ARB_indirect_parameters is now supported on i965/gen7+Matt Turner2017-10-021-0/+1
|
* docs: add sha256 checksums for 17.2.2Juan A. Suarez Romero2017-10-021-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 5a71ed6fa5b78f04b29e972e0759fa15cf0247b2)
* docs: add release notes for 17.2.2Juan A. Suarez Romero2017-10-021-0/+202
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit bc12538a8e79113b733381ffdc0f6c89d59d0a50)
* docs: add sha256 checksums for 17.1.10Juan A. Suarez Romero2017-09-251-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 60df95c6bd8c8cc0d440f3940bbbe936d490c67d)
* docs: add release notes for 17.1.10Juan A. Suarez Romero2017-09-251-0/+154
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 834d6c60db266c7d7dfd973729f20379dd3da287)
* docs: add sha256 checksums for 17.2.1Emil Velikov2017-09-181-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit bd903d4ee15333288848708a60d6c8002cbb5cb1)
* docs: add release notes for 17.2.1Emil Velikov2017-09-181-0/+199
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit d6d2b6b5ec9b1638c0827582872670c7da79bb53)
* docs: add sha256 checksums for 17.1.9Andres Gomez2017-09-091-1/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add release notes for 17.1.9Andres Gomez2017-09-091-0/+143
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 17.2.0Emil Velikov2017-09-041-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit b4473dd5191878249ccb53f40407206f1e57fa6f)
* docs: Update 17.2.0 release notesEmil Velikov2017-09-041-2/+149
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit f5925b2897308530c64e1abf44ebc1ee0e017ada)
* docs: add sha256 checksums for 17.1.8Andres Gomez2017-08-281-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 44e008e85efe141087d8ebe52e273e0020029481)
* docs: add release notes for 17.1.8Andres Gomez2017-08-281-0/+114
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit e644f9996b36598e4b24a359343096886b2333d0)
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-251-0/+1
| | | | | | | | | | | Semantically identical to the EXT version (whose string is still valid for GLES), so rename the bit but expose both extension strings. (Suggested by Ilia Mirkin and Ian Romanick.) v3: Fix the entrypoint alias in GL4x.xml (Ilia) Signed-off-by: Adam Jackson <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]>
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-251-0/+1
| | | | | | | | | | | The only difference from the EXT version is bumping the minmax to 16, so just hit all the drivers at once. v2: Fix driver names, add to 17.3 release notes (Ilia Mirkin) Reviewed-by: Ilia Mirkin <[email protected]> Signed-off-by: Adam Jackson <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: add sha256 checksums for 17.1.7Andres Gomez2017-08-211-1/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add release notes for 17.1.7Andres Gomez2017-08-211-0/+147
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 17.1.6Emil Velikov2017-08-071-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 2766ed0d45b2c3397de5cbdfa9cf7e03a0fdfb5d)
* docs: add release notes for 17.1.6Emil Velikov2017-08-071-0/+224
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 3d48433078cb9501c506d2a15834e8dda1a3caef)
* docs: add EXT_memory_object and EXT_memory_object_fd to relnotesTimothy Arceri2017-08-061-0/+2
|
* radeonsi: enable ARB_transform_feedback_overflow_queryNicolai Hähnle2017-08-021-1/+1
| | | | | | v2: update for new cap name Reviewed-by: Marek Olšák <[email protected]>
* docs: add 17.3.0-devel release notes templateEmil Velikov2017-07-241-0/+64
| | | | Signed-off-by: Emil Velikov <[email protected]>
* i965: Enable ARB_shader_ballot on Gen8+Matt Turner2017-07-201-0/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* i965: Enable ARB_shader_group_voteMatt Turner2017-07-201-0/+1
|
* docs: add sha256 checksums for 17.1.5Andres Gomez2017-07-141-1/+2
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add release notes for 17.1.5Andres Gomez2017-07-141-0/+202
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 17.1.4Andres Gomez2017-06-301-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 5a24aa8c55c2b7893d50a4a203f14300d4ecab87)
* docs: add release notes for 17.1.4Andres Gomez2017-06-301-0/+219
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit e60d010ef41f049df84d683a6465d1e5bf0cbb3d)
* docs: add sha256 checksums for 17.1.3Emil Velikov2017-06-191-1/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add release notes for 17.1.3Emil Velikov2017-06-191-0/+155
| | | | Signed-off-by: Emil Velikov <[email protected]>
* radeonsi: enable ARB_bindless_textureSamuel Pitoiset2017-06-141-0/+1
| | | | | | | This has only been tested on RX480. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Marek Olšák <[email protected]>