Dylan Baker
204159b481
docs: Add release notes for 18.1.0
2018-05-18 11:29:45 -07:00
Juan A. Suarez Romero
4aa03581b5
docs: update calendar, add news and link release notes to 18.0.1
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-18 15:29:12 +00:00
Juan A. Suarez Romero
ad51d8871e
docs: add sha256 checksums for 18.0.1
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit a1c421c638 )
2018-04-18 15:25:32 +00:00
Juan A. Suarez Romero
76cadaa1de
docs: add release notes for 18.0.1
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 8bd719e3fa )
2018-04-18 15:25:30 +00:00
Juan A. Suarez Romero
193d615917
docs: update calendar, add news and link release notes to 17.3.9
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-18 09:45:11 +00:00
Juan A. Suarez Romero
6372227209
docs: add sha256 checksums for 17.3.9
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit cf0864dc63 )
2018-04-18 09:40:44 +00:00
Juan A. Suarez Romero
6a1261bd09
docs: add release notes for 17.3.9
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 6d88ea9dd4 )
2018-04-18 09:40:42 +00:00
Emil Velikov
5dd02123a0
docs/release-calendar: update to include 18.1 and 18.2
...
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-10 16:08:54 +01:00
Andres Gomez
a055f5108d
docs: properly escape characters
...
Signed-off-by: Andres Gomez <agomez@igalia.com >
2018-04-09 13:47:40 +03:00
Marek Olšák
806ab42c0f
mesa: simplify MESA_GL_VERSION_OVERRIDE behavior of API override
...
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: 2599b92eb9 ("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-09 13:47:40 +03:00
Andres Gomez
c6067fcd07
dri_util: don't fail when not supporting ARB_compatibility with GL3.1
...
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: a0c8b49284 ("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-09 13:46:34 +03:00
Rhys Perry
19254a977b
nvc0: finish implementation of PIPE_QUERY_SO_OVERFLOW_PREDICATE
...
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-07 16:45:00 -04:00
Juan A. Suarez Romero
06076ead28
docs: update calendar, add news and link release notes to 17.3.8
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-04-03 17:38:36 +00:00
Juan A. Suarez Romero
ca71b7bab8
docs: add sha256 checksums for 17.3.8
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit ba371c7262 )
2018-04-03 17:34:16 +00:00
Juan A. Suarez Romero
d89ef8ce62
docs: add release notes for 17.3.8
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 3bf5c10c5c )
2018-04-03 17:34:16 +00:00
Marek Olšák
2be6143032
radeonsi: implement GL_KHR_blend_equation_advanced
...
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-04-02 13:55:25 -04:00
Brian Paul
bebf758c49
docs: document WGL_SWAP_INTERVAL env var
...
Reviewed-by: Charmaine Lee <charmainel@vmware.com >
2018-03-30 14:45:05 -06:00
Eric Engestrom
d77844a529
docs: fix 18.0 release note version
...
Fixes: 839fb3a696 "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-28 16:52:56 +01:00
Emil Velikov
eda2f58d15
docs: update calendar 18.0.0 is out
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-03-27 19:11:45 +01:00
Emil Velikov
02f89b62fe
docs: add news item and link release notes for 18.0.0
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-03-27 19:08:48 +01:00
Emil Velikov
62eb721ed8
docs: add sha256 checksums for 18.0.0
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit fb64913d19 )
2018-03-27 19:06:27 +01:00
Emil Velikov
839fb3a696
docs: Update 18.0.0 release notes
...
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 dceb1ce807 )
2018-03-27 19:06:19 +01:00
Juan A. Suarez Romero
e5cd376c2f
docs: fix typo in 17.3.6 release notes
...
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-21 16:37:49 +00:00
Juan A. Suarez Romero
e1f8c23e18
docs: update calendar, add news and link release notes to 17.3.7
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2018-03-21 16:02:37 +00:00
Juan A. Suarez Romero
543e7c8382
docs: add sha256 checksums for 17.3.7
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 13dd6016d7 )
2018-03-21 15:58:55 +00:00
Juan A. Suarez Romero
09448940ed
docs: add release notes for 17.3.7
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 8a51f3857c )
2018-03-21 15:58:52 +00:00
Juan A. Suarez Romero
14fffefc60
docs: add 17.3.{8,9} in the release calendar
...
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-21 11:57:44 +01:00
Dylan Baker
2aad12b2af
Update the documentation for meson
...
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-13 14:54:47 -07:00
Emil Velikov
08189731a4
docs: document removal of GLX_SGIX_swap_{barrier,group} stubs
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-03-12 14:48:52 +00:00
Jason Ekstrand
a1ee51309e
vulkan/util: Add a helper to get a version override
...
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com >
2018-03-07 12:13:47 -08:00
Emil Velikov
784d81e97e
docs: update calendar, add news and link release notes to 17.3.6
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-02-27 00:32:14 +00:00
Emil Velikov
d9391014de
docs: add sha256 checksums for 17.3.6
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit b00880973e )
2018-02-27 00:29:44 +00:00
Emil Velikov
676c58fbdb
docs: add release notes for 17.3.6
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit b3e5a3f35b )
2018-02-27 00:29:43 +00:00
Francisco Jerez
51562ea7a0
mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embedded GL.
...
Reviewed-by: Plamena Manolova <plamena.manolova@intel.com >
2018-02-24 15:28:36 -08:00
Marek Olšák
a0c8b49284
mesa: enable OpenGL 3.1 with ARB_compatibility
...
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de >
Reviewed-by: Brian Paul <brianp@vmware.com >
2018-02-23 20:50:17 +01:00
Jordan Justen
96fe36f7ac
i965: Enable disk shader cache by default
...
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-20 18:49:43 -08:00
Eric Engestrom
ac731531a1
docs: fix patent url
...
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-20 15:14:34 +00:00
Emil Velikov
1270990438
docs: update calendar, add news and link release notes to 17.3.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-02-19 22:10:18 +00:00
Emil Velikov
be5a996039
docs: add sha256 checksums for 17.3.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 164a993112 )
2018-02-19 22:08:14 +00:00
Emil Velikov
ca614d40cd
docs: add release notes for 17.3.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 2529d77179 )
2018-02-19 22:08:12 +00:00
Ilia Mirkin
f08fd676bf
nvc0: add support for bindless on maxwell+
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2018-02-17 23:41:21 -05:00
Emil Velikov
f0654dfa65
docs: correct link to the 17.3.3 release notes
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-02-15 11:33:27 +00:00
Emil Velikov
dd4734d5c1
docs: update calendar, add news and link release notes to 17.3.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-02-15 11:33:04 +00:00
Emil Velikov
eadde35f83
docs: add sha256 checksums for 17.3.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 26c84b8af9 )
2018-02-15 11:28:19 +00:00
Emil Velikov
6f4a6e2310
docs: add release notes for 17.3.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 2f9820c553 )
2018-02-15 11:28:18 +00:00
Rafael Antognolli
eb2e17e2d1
docs: Add Cannonlake support to 18.0 release notes.
...
17.4 is actually 18.0.
Signed-off-by: Rafael Antognolli <rafael.antognolli@intel.com >
Cc: "18.0" mesa-stable@lists.freedesktop.org
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com >
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2018-02-14 10:11:05 -08:00
Andres Rodriguez
8996610acb
docs/features: mark EXT_semaphore(_fd) as DONE v2
...
Support for these extensions is available in radeonsi.
v2: also updated relnotes
Signed-off-by: Andres Rodriguez <andresx7@gmail.com >
2018-01-31 12:31:40 -05:00
Dave Airlie
2af66ba7e7
docs/features: add r600 ARB_query_buffer_object support
...
Reviewed-by: Roland Scheidegger <sroland@vmware.com >
Signed-off-by: Dave Airlie <airlied@redhat.com >
2018-01-29 05:42:34 +10:00
Jordan Justen
62b68d05e7
docs: add 18.1.0-devel release notes template
...
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com >
2018-01-24 17:10:58 -08:00
Emil Velikov
3b6d232a5c
docs: update calendar 18.0.0-rc1 is out
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-01-23 17:02:17 +00:00