summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Update the documentation for mesonDylan Baker2018-03-131-13/+23
| | | | | | | | | | | | | | Meson is pretty well tested and works in most configurations now, so we can remove the warning about it being unsuited for actual use. It's also worth documenting that meson 0.42.0 or greater is required. v2: - Minor rewording of supported platforms as suggested by Emil - Add two missing tags as reported by xmllint --html Signed-off-by: Dylan Baker <[email protected]> Reviewed-by: Brian Paul <[email protected]> (v1) Reviewed-by: Eric Engestrom <[email protected]> (v1)
* docs: document removal of GLX_SGIX_swap_{barrier,group} stubsEmil Velikov2018-03-121-1/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* vulkan/util: Add a helper to get a version overrideJason Ekstrand2018-03-071-0/+10
| | | | Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]>
* docs: update calendar, add news and link release notes to 17.3.6Emil Velikov2018-02-273-7/+8
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.3.6Emil Velikov2018-02-271-1/+3
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit b00880973eeab5d29413eb8a27707f62904723ea)
* docs: add release notes for 17.3.6Emil Velikov2018-02-271-0/+83
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit b3e5a3f35bfe5b69758ceb90f93fffbee01a5682)
* mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and ↵Francisco Jerez2018-02-241-0/+2
| | | | | | embedded GL. Reviewed-by: Plamena Manolova <[email protected]>
* mesa: enable OpenGL 3.1 with ARB_compatibilityMarek Olšák2018-02-232-6/+7
| | | | | Tested-by: Dieter Nützel <[email protected]> Reviewed-by: Brian Paul <[email protected]>
* i965: Enable disk shader cache by defaultJordan Justen2018-02-201-0/+1
| | | | | | | Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Tapani Pälli <[email protected]> Acked-by: Kenneth Graunke <[email protected]>
* docs: fix patent urlEric Engestrom2018-02-201-1/+1
| | | | | | Reported-by: Pierre Moreau <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: update calendar, add news and link release notes to 17.3.5Emil Velikov2018-02-193-2/+9
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.3.5Emil Velikov2018-02-191-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 164a993112cc7278d46b7ec8f7f617eb683b212c)
* docs: add release notes for 17.3.5Emil Velikov2018-02-191-0/+65
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 2529d77179065b983d69c620c7f71281aefe4f98)
* nvc0: add support for bindless on maxwell+Ilia Mirkin2018-02-171-0/+1
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* docs: correct link to the 17.3.3 release notesEmil Velikov2018-02-151-1/+1
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: update calendar, add news and link release notes to 17.3.4Emil Velikov2018-02-153-9/+10
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.3.4Emil Velikov2018-02-151-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 26c84b8af9ebdedd2df75596c25173639ed5e4b2)
* docs: add release notes for 17.3.4Emil Velikov2018-02-151-0/+274
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 2f9820c553c943f776513ddc2887fb6b1cf0f29a)
* docs: Add Cannonlake support to 18.0 release notes.Rafael Antognolli2018-02-141-0/+1
| | | | | | | | | | 17.4 is actually 18.0. Signed-off-by: Rafael Antognolli <[email protected]> Cc: "18.0" [email protected] Reviewed-by: Anuj Phogat <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs/features: mark EXT_semaphore(_fd) as DONE v2Andres Rodriguez2018-01-312-3/+4
| | | | | | | | Support for these extensions is available in radeonsi. v2: also updated relnotes Signed-off-by: Andres Rodriguez <[email protected]>
* docs/features: add r600 ARB_query_buffer_object supportDave Airlie2018-01-291-7/+7
| | | | | Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* docs: add 18.1.0-devel release notes templateJordan Justen2018-01-241-0/+64
| | | | Signed-off-by: Jordan Justen <[email protected]>
* docs: update calendar 18.0.0-rc1 is outEmil Velikov2018-01-231-7/+1
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: ask for backport nominations to cc: the authorEric Engestrom2018-01-231-0/+4
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
* docs: correct a typo in releasing instructionsAndres Gomez2018-01-191-1/+1
| | | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: move untar line in basic testing instructions for coherenceAndres Gomez2018-01-191-1/+1
| | | | | | | | | | | | For scons, windows/mingw dealing with LLVM_CONFIG is done before untarring. This is also more convenient for copy and paste. Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: add a notice whenever a release is the final in a seriesAndres Gomez2018-01-191-1/+16
| | | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: add final release note for 17.2.8Andres Gomez2018-01-191-0/+4
| | | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: add final release note for 17.1.10Andres Gomez2018-01-191-0/+4
| | | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: update calendar, add news and link release notes to 17.3.3Juan A. Suarez Romero2018-01-193-7/+8
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: add sha256 checksums for 17.3.3Juan A. Suarez Romero2018-01-191-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit bc1503b13fcf8190262757ea7f86613e14e25981)
* docs: add release notes for 17.3.3Juan A. Suarez Romero2018-01-191-0/+150
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 80f5f279b3f9fc752ba35b1cb2878a936f8ace90)
* r600: enable ARB_enhanced_layoutsDave Airlie2018-01-192-2/+3
| | | | | | | | | | | Only one piglit test fails, sso-vs-gs-fs-array-interleave There are 3 tests using ssbo without checking sizes failing also but those are test bugs. Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* r600: add support for ARB_shader_clock.Dave Airlie2018-01-181-1/+1
| | | | | Reviewed-by: Gert Wollny <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* Revert "docs: Mark GLX_ARB_context_flush_control done"Adam Jackson2018-01-151-1/+1
| | | | | | | This reverts commit d547e18184978affd95a72dc524ca648efbe9812. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104490 Signed-off-by: Adam Jackson <[email protected]>
* docs: update calendar, add news and link release notes for 17.3.2Emil Velikov2018-01-093-6/+8
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.3.2Emil Velikov2018-01-091-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 3a67ca681b326fb046b59a89d15e167bdf0c0acc)
* docs: add release notes for 17.3.2Emil Velikov2018-01-091-0/+108
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 0f27052e325c3617e437912d0a3acaf3e3afd786)
* nvc0: enable bindless on keplerIlia Mirkin2018-01-072-1/+2
| | | | | | | All the functionality is in. Maxwell will take a little bit more enablement work. Signed-off-by: Ilia Mirkin <[email protected]>
* docs/features: show es3.1 compat done on r600.Dave Airlie2017-12-271-1/+1
| | | | | | | This was already being reported, just missed the docs. Reported-by: Dieter Nützel <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
* docs: update calendar, add news item and link release notes for 17.2.8Andres Gomez2017-12-233-7/+7
| | | | Signed-off-by: Andres Gomez <[email protected]>
* docs: add sha256 checksums for 17.2.8Andres Gomez2017-12-231-1/+2
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 3281775ab9993d700a0a01a2823b6e7c72fce150)
* docs: add release notes for 17.2.8Andres Gomez2017-12-231-0/+111
| | | | | Signed-off-by: Andres Gomez <[email protected]> (cherry picked from commit 3482790712e92d660706952f9ff282d904415941)
* docs: update calendar, add news item and link release notes for 17.3.1Emil Velikov2017-12-213-7/+8
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 17.3.1Emil Velikov2017-12-211-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit f66496d291881f1eaca2ee5d326367fb73537541)
* docs: add release notes for 17.3.1Emil Velikov2017-12-211-0/+190
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 4f5e85e9e97de4ae6e3d779ff42bf392c4739234)
* docs: update 17.3 and 18.0 cycles for the release calendarAndres Gomez2017-12-201-1/+62
| | | | | | | | Cc: Emil Velikov <[email protected]> Cc: Juan A. Suarez Romero <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Juan A. Suarez <[email protected]> Reviewed-by: Emil Velikov <[email protected]>
* docs: mark GL4.3 as finished for r600Dave Airlie2017-12-182-23/+24
| | | | Still only on fp64 supported hw.
* r600: export robust buffer accessDave Airlie2017-12-181-1/+1
| | | | Signed-off-by: Dave Airlie <[email protected]>
* docs: update calendar, add news item and link release notes for 17.2.7Emil Velikov2017-12-143-7/+8
| | | | Signed-off-by: Emil Velikov <[email protected]>