summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)AuthorFilesLines
2018-05-15docs/meson: mark code/commands as <code>Eric Engestrom1-10/+10
Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
2018-05-15docs/meson: replace plaintext url with a linkEric Engestrom1-3/+3
Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
2018-05-15docs/meson: fix various html issuesEric Engestrom1-2/+6
Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
2018-05-15docs/meson: fix various typosEric Engestrom1-6/+6
Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
2018-05-07docs: update calendar, add news and link release notes to 18.0.3Juan A. Suarez Romero3-7/+8
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-05-07docs: add sha256 checksums for 18.0.3Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit ae12c5e990a06099340c9467ee1a02354420812d)
2018-05-07docs: add sha256 checksums for 18.0.3Juan A. Suarez Romero1-0/+106
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 6dc2658fd66c18239ad33cb1ffbdfc22b0d9e51e)
2018-04-28docs: update calendar, add news and link release notes to 18.0.2Juan A. Suarez Romero3-7/+8
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-04-28docs: add sha256 checksums for 18.0.2Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit b3eed3ad03fd1eb61474cd0a8a173ad40fb8a876)
2018-04-28docs: add release notes for 18.0.2Juan A. Suarez Romero1-0/+143
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit d38da7bd2d4387635fac8bc7f45e64f50dc43c43)
2018-04-24meson: raise required version to 0.44.1Dylan Baker1-4/+1
We have already required 0.44 for building clover and swr, so it was already partially required. This just makes it required across the board instead of just for clover and swr. There is a bug in 0.44 which makes it impossible to build mesa in some configurations, so require 0.44.1 which fixes this. Signed-off-by: Dylan Baker <dylan.c.baker@intel.com> Reviewed-by: Eric Anholt <eric@anholt.net>
2018-04-21docs/features: mark GL_ARB_post_depth_coverage as DONE for nvc0Rhys Perry1-1/+1
This was done a while ago but never marked on features.txt. Note that this is only supported on GM200+. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-04-18docs: update calendar, add news and link release notes to 18.0.1Juan A. Suarez Romero3-7/+8
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-04-18docs: add sha256 checksums for 18.0.1Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit a1c421c638fd9ff2810b2a59f1ccd0a3a03657b1)
2018-04-18docs: add release notes for 18.0.1Juan A. Suarez Romero1-0/+224
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 8bd719e3faee8cb0054f51cf1fe9d372a9eea0ea)
2018-04-18docs: update calendar, add news and link release notes to 17.3.9Juan A. Suarez Romero3-8/+11
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-04-18docs: add sha256 checksums for 17.3.9Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit cf0864dc63caf1285bdede364e9a39b22bac5938)
2018-04-18docs: add release notes for 17.3.9Juan A. Suarez Romero1-0/+161
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 6d88ea9dd46e630ee861e773dfe4a49f5d1c1fbd)
2018-04-10docs/release-calendar: update to include 18.1 and 18.2Emil Velikov1-4/+84
Dylan has kindly stepped up to help with 18.1.0, while I've taken the liberty to nominate Andres for 18.2.0 ;-) As always, people are welcome to swap/adjust where needed. v2: Add Juan for 18.0.x (Juan) Cc: Andres Gomez <agomez@igalia.com> Reviewed-by: Juan A. Suarez <jasuarez@igalia.com> Acked-by: Dylan Baker <dylan@pnwbakers.com> (v1) Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-04-09docs: properly escape charactersAndres Gomez1-1/+1
Signed-off-by: Andres Gomez <agomez@igalia.com>
2018-04-09mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API overrideMarek Olšák1-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 <jordan.l.justen@intel.com> Cc: Ian Romanick <ian.d.romanick@intel.com> Cc: Eric Engestrom <eric.engestrom@imgtec.com> Cc: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2018-04-09dri_util: don't fail when not supporting ARB_compatibility with GL3.1Andres Gomez1-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 <marek.olsak@amd.com> Cc: Ian Romanick <ian.d.romanick@intel.com> Cc: Kenneth Graunke <kenneth@whitecape.org> Cc: Eric Engestrom <eric.engestrom@imgtec.com> Cc: Emil Velikov <emil.velikov@collabora.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
2018-04-07nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATERhys Perry2-1/+2
This also removes some useless code leftover from old changes. Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
2018-04-03docs: update calendar, add news and link release notes to 17.3.8Juan A. Suarez Romero3-7/+8
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-04-03docs: add sha256 checksums for 17.3.8Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit ba371c7262a484391cace9d5e17635ed14c58692)
2018-04-03docs: add release notes for 17.3.8Juan A. Suarez Romero1-0/+146
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 3bf5c10c5c0e9fac6eb0b2c201bcf44755ecfaec)
2018-04-02radeonsi: implement GL_KHR_blend_equation_advancedMarek Olšák2-1/+2
MSAA is supported using sample shading. Layered rendering and all texture targets are also supported. Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de>
2018-03-30docs: document WGL_SWAP_INTERVAL env varBrian Paul1-0/+6
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
2018-03-28docs: fix 18.0 release note versionEric Engestrom1-4/+4
Fixes: 839fb3a696679bfe975c2 "docs: Update 18.0.0 release notes" Cc: "18.0" <mesa-stable@lists.freedesktop.org> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2018-03-27docs: update calendar 18.0.0 is outEmil Velikov1-22/+4
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-03-27docs: add news item and link release notes for 18.0.0Emil Velikov2-0/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-03-27docs: add sha256 checksums for 18.0.0Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit fb64913d195112462786c0459d12f4bc8e7adee7)
2018-03-27docs: Update 18.0.0 release notesEmil Velikov2-74/+320
Note: the file was originally 17.4.0, yet git stuggles to detect the move :-\ Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit dceb1ce807a8b0ab32dc16b38040969bdbcc0d1b)
2018-03-21docs: fix typo in 17.3.6 release notesJuan A. Suarez Romero1-1/+1
Title is about 17.3.5, when it must be about 17.3.6. CC: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
2018-03-21docs: update calendar, add news and link release notes to 17.3.7Juan A. Suarez Romero3-7/+8
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com>
2018-03-21docs: add sha256 checksums for 17.3.7Juan A. Suarez Romero1-1/+2
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 13dd6016d749c07bfe2f20206a0bb8929ee585e8)
2018-03-21docs: add release notes for 17.3.7Juan A. Suarez Romero1-0/+311
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> (cherry picked from commit 8a51f3857c22cfa5feab8e72abcdab8802e711df)
2018-03-21docs: add 17.3.{8,9} in the release calendarJuan A. Suarez Romero1-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 <agomez@igalia.com> CC: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2018-03-13Update the documentation for mesonDylan Baker1-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 <dylan.c.baker@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com> (v1) Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> (v1)
2018-03-12docs: document removal of GLX_SGIX_swap_{barrier,group} stubsEmil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-03-07vulkan/util: Add a helper to get a version overrideJason Ekstrand1-0/+10
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
2018-02-27docs: update calendar, add news and link release notes to 17.3.6Emil Velikov3-7/+8
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-27docs: add sha256 checksums for 17.3.6Emil Velikov1-1/+3
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit b00880973eeab5d29413eb8a27707f62904723ea)
2018-02-27docs: add release notes for 17.3.6Emil Velikov1-0/+83
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit b3e5a3f35bfe5b69758ceb90f93fffbee01a5682)
2018-02-24mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and ↵Francisco Jerez1-0/+2
embedded GL. Reviewed-by: Plamena Manolova <plamena.manolova@intel.com>
2018-02-23mesa: enable OpenGL 3.1 with ARB_compatibilityMarek Olšák2-6/+7
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de> Reviewed-by: Brian Paul <brianp@vmware.com>
2018-02-20i965: Enable disk shader cache by defaultJordan Justen1-0/+1
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com> Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com> Acked-by: Kenneth Graunke <kenneth@whitecape.org>
2018-02-20docs: fix patent urlEric Engestrom1-1/+1
Reported-by: Pierre Moreau <pierre.morrow@free.fr> Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-19docs: update calendar, add news and link release notes to 17.3.5Emil Velikov3-2/+9
Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
2018-02-19docs: add sha256 checksums for 17.3.5Emil Velikov1-1/+2
Signed-off-by: Emil Velikov <emil.velikov@collabora.com> (cherry picked from commit 164a993112cc7278d46b7ec8f7f617eb683b212c)