Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: properly escape characters | Andres Gomez | 2018-04-09 | 1 | -1/+1 |
| | | | | Signed-off-by: Andres Gomez <[email protected]> | ||||
* | mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override | Marek Olšák | 2018-04-09 | 1 | -16/+34 |
| | | | | | | | | | | | | | | | | | | v2: - Provide a correct explanation on the envvars documentation (Ian). - Provide a more correct explanation on the function comments (Andres). v3: - Homogenize documentation and inline comments (Emil). - Correct a typo (Emil). Fixes: 2599b92eb97 ("mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDE") Cc: Jordan Justen <[email protected]> Cc: Ian Romanick <[email protected]> Cc: Eric Engestrom <[email protected]> Cc: Emil Velikov <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | dri_util: don't fail when not supporting ARB_compatibility with GL3.1 | Andres Gomez | 2018-04-09 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, any driver that does not support the ARB_compatibility extension will fail on GL3.1 context creation if the application does not request the forward-compatiblity flag. Restore the original check which changes mesa_api to API_OPENGL_CORE, only when: - GL3.1 is requested, without the forward-compatiblity flag. - driver does not support ARB_compatibility - as deduced by max_gl_compat_version. Fixes: a0c8b49284e ("mesa: enable OpenGL 3.1 with ARB_compatibility") v2: - Improve commit log (Emil). - Provide a correct explanation on the features documentation (Ian). Cc: Marek Olšák <[email protected]> Cc: Ian Romanick <[email protected]> Cc: Kenneth Graunke <[email protected]> Cc: Eric Engestrom <[email protected]> Cc: Emil Velikov <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Marek Olšák <[email protected]> | ||||
* | nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATE | Rhys Perry | 2018-04-07 | 2 | -1/+2 |
| | | | | | | | This also removes some useless code leftover from old changes. Signed-off-by: Rhys Perry <[email protected]> Reviewed-by: Ilia Mirkin <[email protected]> | ||||
* | docs: update calendar, add news and link release notes to 17.3.8 | Juan A. Suarez Romero | 2018-04-03 | 3 | -7/+8 |
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> | ||||
* | docs: add sha256 checksums for 17.3.8 | Juan A. Suarez Romero | 2018-04-03 | 1 | -1/+2 |
| | | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit ba371c7262a484391cace9d5e17635ed14c58692) | ||||
* | docs: add release notes for 17.3.8 | Juan A. Suarez Romero | 2018-04-03 | 1 | -0/+146 |
| | | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 3bf5c10c5c0e9fac6eb0b2c201bcf44755ecfaec) | ||||
* | radeonsi: implement GL_KHR_blend_equation_advanced | Marek Olšák | 2018-04-02 | 2 | -1/+2 |
| | | | | | | | MSAA is supported using sample shading. Layered rendering and all texture targets are also supported. Tested-by: Dieter Nützel <[email protected]> | ||||
* | docs: document WGL_SWAP_INTERVAL env var | Brian Paul | 2018-03-30 | 1 | -0/+6 |
| | | | | Reviewed-by: Charmaine Lee <[email protected]> | ||||
* | docs: fix 18.0 release note version | Eric Engestrom | 2018-03-28 | 1 | -4/+4 |
| | | | | | | | Fixes: 839fb3a696679bfe975c2 "docs: Update 18.0.0 release notes" Cc: "18.0" <[email protected]> Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | docs: update calendar 18.0.0 is out | Emil Velikov | 2018-03-27 | 1 | -22/+4 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add news item and link release notes for 18.0.0 | Emil Velikov | 2018-03-27 | 2 | -0/+8 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add sha256 checksums for 18.0.0 | Emil Velikov | 2018-03-27 | 1 | -1/+2 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit fb64913d195112462786c0459d12f4bc8e7adee7) | ||||
* | docs: Update 18.0.0 release notes | Emil Velikov | 2018-03-27 | 2 | -74/+320 |
| | | | | | | | | Note: the file was originally 17.4.0, yet git stuggles to detect the move :-\ Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit dceb1ce807a8b0ab32dc16b38040969bdbcc0d1b) | ||||
* | docs: fix typo in 17.3.6 release notes | Juan A. Suarez Romero | 2018-03-21 | 1 | -1/+1 |
| | | | | | | | | Title is about 17.3.5, when it must be about 17.3.6. CC: Emil Velikov <[email protected]> Reviewed-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> | ||||
* | docs: update calendar, add news and link release notes to 17.3.7 | Juan A. Suarez Romero | 2018-03-21 | 3 | -7/+8 |
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> | ||||
* | docs: add sha256 checksums for 17.3.7 | Juan A. Suarez Romero | 2018-03-21 | 1 | -1/+2 |
| | | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 13dd6016d749c07bfe2f20206a0bb8929ee585e8) | ||||
* | docs: add release notes for 17.3.7 | Juan A. Suarez Romero | 2018-03-21 | 1 | -0/+311 |
| | | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 8a51f3857c22cfa5feab8e72abcdab8802e711df) | ||||
* | docs: add 17.3.{8,9} in the release calendar | Juan A. Suarez Romero | 2018-03-21 | 1 | -1/+13 |
| | | | | | | | | | | | Mesa 18.0 series has not been released yet, so let's extend 17.3 lifetime. v2: add 17.3.9 in the calendar (Andres Gomez) CC: Andres Gomez <[email protected]> CC: Emil Velikov <[email protected]> Reviewed-by: Andres Gomez <[email protected]> Reviewed-by: Emil Velikov <[email protected]> | ||||
* | Update the documentation for meson | Dylan Baker | 2018-03-13 | 1 | -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} stubs | Emil Velikov | 2018-03-12 | 1 | -1/+2 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | vulkan/util: Add a helper to get a version override | Jason Ekstrand | 2018-03-07 | 1 | -0/+10 |
| | | | | Reviewed-by: Samuel Iglesias Gonsálvez <[email protected]> | ||||
* | docs: update calendar, add news and link release notes to 17.3.6 | Emil Velikov | 2018-02-27 | 3 | -7/+8 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add sha256 checksums for 17.3.6 | Emil Velikov | 2018-02-27 | 1 | -1/+3 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit b00880973eeab5d29413eb8a27707f62904723ea) | ||||
* | docs: add release notes for 17.3.6 | Emil Velikov | 2018-02-27 | 1 | -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 Jerez | 2018-02-24 | 1 | -0/+2 |
| | | | | | | embedded GL. Reviewed-by: Plamena Manolova <[email protected]> | ||||
* | mesa: enable OpenGL 3.1 with ARB_compatibility | Marek Olšák | 2018-02-23 | 2 | -6/+7 |
| | | | | | Tested-by: Dieter Nützel <[email protected]> Reviewed-by: Brian Paul <[email protected]> | ||||
* | i965: Enable disk shader cache by default | Jordan Justen | 2018-02-20 | 1 | -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 url | Eric Engestrom | 2018-02-20 | 1 | -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.5 | Emil Velikov | 2018-02-19 | 3 | -2/+9 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add sha256 checksums for 17.3.5 | Emil Velikov | 2018-02-19 | 1 | -1/+2 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 164a993112cc7278d46b7ec8f7f617eb683b212c) | ||||
* | docs: add release notes for 17.3.5 | Emil Velikov | 2018-02-19 | 1 | -0/+65 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 2529d77179065b983d69c620c7f71281aefe4f98) | ||||
* | nvc0: add support for bindless on maxwell+ | Ilia Mirkin | 2018-02-17 | 1 | -0/+1 |
| | | | | Signed-off-by: Ilia Mirkin <[email protected]> | ||||
* | docs: correct link to the 17.3.3 release notes | Emil Velikov | 2018-02-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: update calendar, add news and link release notes to 17.3.4 | Emil Velikov | 2018-02-15 | 3 | -9/+10 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: add sha256 checksums for 17.3.4 | Emil Velikov | 2018-02-15 | 1 | -1/+2 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 26c84b8af9ebdedd2df75596c25173639ed5e4b2) | ||||
* | docs: add release notes for 17.3.4 | Emil Velikov | 2018-02-15 | 1 | -0/+274 |
| | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 2f9820c553c943f776513ddc2887fb6b1cf0f29a) | ||||
* | docs: Add Cannonlake support to 18.0 release notes. | Rafael Antognolli | 2018-02-14 | 1 | -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 v2 | Andres Rodriguez | 2018-01-31 | 2 | -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 support | Dave Airlie | 2018-01-29 | 1 | -7/+7 |
| | | | | | Reviewed-by: Roland Scheidegger <[email protected]> Signed-off-by: Dave Airlie <[email protected]> | ||||
* | docs: add 18.1.0-devel release notes template | Jordan Justen | 2018-01-24 | 1 | -0/+64 |
| | | | | Signed-off-by: Jordan Justen <[email protected]> | ||||
* | docs: update calendar 18.0.0-rc1 is out | Emil Velikov | 2018-01-23 | 1 | -7/+1 |
| | | | | Signed-off-by: Emil Velikov <[email protected]> | ||||
* | docs: ask for backport nominations to cc: the author | Eric Engestrom | 2018-01-23 | 1 | -0/+4 |
| | | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]> | ||||
* | docs: correct a typo in releasing instructions | Andres Gomez | 2018-01-19 | 1 | -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 coherence | Andres Gomez | 2018-01-19 | 1 | -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 series | Andres Gomez | 2018-01-19 | 1 | -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.8 | Andres Gomez | 2018-01-19 | 1 | -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.10 | Andres Gomez | 2018-01-19 | 1 | -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.3 | Juan A. Suarez Romero | 2018-01-19 | 3 | -7/+8 |
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> | ||||
* | docs: add sha256 checksums for 17.3.3 | Juan A. Suarez Romero | 2018-01-19 | 1 | -1/+2 |
| | | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit bc1503b13fcf8190262757ea7f86613e14e25981) |