Emil Velikov
cca442f3ba
docs: update calendar for 19.2.x
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2019-08-20 23:14:53 +01:00
Emil Velikov
a3d42ad248
docs: add 19.3.0-devel release notes template
...
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com >
2019-08-20 22:39:25 +01:00
Christian Gmeiner
2c4fe6af78
relnotes: Add new ext on etnaviv for 19.2.
...
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com >
Reviewed-by: Jonathan Marek <jonathan@marek.ca >
2019-08-14 21:47:35 +02:00
Gert Wollny
742d3c918f
softpipe: Add support for ARB_derivative_control
...
Enables and passes piglits:
spec/ARB_drivative_control/
dfdx-coarse
dfdx-dfdy
dfdx-fine
dfdy-coarse
dfdy-fine
Signed-off-by: Gert Wollny <gert.wollny@collabora.com >
Reviewed-by: Roland Scheidegger <sroland@vmware.com >
2019-08-14 07:03:15 +00:00
Bas Nieuwenhuizen
71621e877f
relnotes: Make entries for radv more consistent.
...
Always use 'on' as for the rest of the drivers.
Reviewed-by: Dave Airlie <airlied@redhat.com >
2019-08-12 13:29:27 +00:00
Bas Nieuwenhuizen
38961729a8
relnotes: Add new exts on radv for 19.2.
...
Reviewed-by: Dave Airlie <airlied@redhat.com >
2019-08-12 13:29:27 +00:00
Juan A. Suarez Romero
4619535ab7
docs: update calendar, add news item and link release notes for 19.1.4
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2019-08-07 18:51:32 +02:00
Juan A. Suarez Romero
a19d43ebd5
docs: add sha256 checksums for 19.1.4
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 7fcb69a33c6c6d1658de3e0fd9c40363584c8c7b)
2019-08-07 18:49:25 +02:00
Juan A. Suarez Romero
8484fafc78
docs: add release notes for 19.1.4
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit b84ffa028d09c1bba1add468fd68886ee243d428)
2019-08-07 18:49:23 +02:00
Marek Olšák
c95e2a1c6b
relnotes/19.2: document EXT_texture_dhadow_lod
2019-08-06 20:10:15 -04:00
Pierre-Eric Pelloux-Prayer
f84c9ad17a
radeonsi: enable EXT_shader_image_load_store
...
This depends on LLVM 10 because this needs https://reviews.llvm.org/D65283
Reviewed-by: Marek Olšák <marek.olsak@amd.com >
2019-08-06 17:41:07 -04:00
Eric Engestrom
a1da8eccbe
docs: fix "empty array" meson syntax
...
On recent versions of Meson (0.47+) these are synonymous, but we still
support older versions than that, so let's use the correct syntax to
avoid confusing users of old Meson versions.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
2019-08-04 12:21:19 +01:00
Bas Nieuwenhuizen
9f37c9903b
mesa: Rename GLX_USE_TLS to USE_ELF_TLS.
...
These days it is not GLX only and it does not work with all TLS
implementations.
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-08-03 20:18:17 +02:00
Bas Nieuwenhuizen
2d54fdb563
radv: Expose VK_KHR_imageless_framebuffer.
...
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-08-02 22:35:25 +02:00
Bas Nieuwenhuizen
e1c5d8a364
radv: Enable VK_KHR_shader_atomic_int64
...
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-08-02 12:26:32 +02:00
Kenneth Graunke
18c2e09dc7
gallium: Implement GL_EXT_shader_samples_identical via a new capability
...
This exposes the textureSamplesIdenticalEXT function in GLSL.
We enable it for iris and radeonsi, because their compilers already
have support for this. Tested on Intel Kabylake and AMD Vega 64.
Reviewed-by: Marek Olšák <marek.olsak@amd.com >
2019-08-01 23:38:54 -07:00
Eric Engestrom
a563bb9e28
docs: reword meson instructions
...
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com >
2019-08-01 00:42:02 +01:00
Jorge Natz
a63e82deb5
docs: Update Platforms and Drivers page with more comprehensive information.
...
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-07-31 22:50:43 +00:00
Eric Engestrom
4bf7e7b170
docs: update required meson version
...
Fixes: f7b6a8d12f
("meson: bump required version to 0.46")
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com >
2019-07-31 11:50:39 +01:00
Eric Engestrom
2605e9fe46
docs: fix intel_icd.json path
...
Meson doesn't support using uninstalled libs, they're simply not ready
until `ninja install` is ran, at which point one might as well use the
proper icd.json file in the install folder.
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net >
2019-07-26 14:47:53 +00:00
Heinrich Fink
4886924262
mesa: Enable GL_MESA_framebuffer_flip_y for GL 4.3
...
Extend MESA_framebuffer_flip_y to be used with OpenGL versions 4.3 and
higher. OpenGL 4.3 adds FramebufferParameteri needed by this extension.
Reviewed-by: Fritz Koenig <frkoenig@google.com >
Reviewed-by: Matt Turner <mattst88@gmail.com >
2019-07-25 04:47:38 +00:00
Juan A. Suarez Romero
c41545c2f5
docs: update calendar, add news item and link release notes for 19.1.3
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2019-07-23 11:20:00 +00:00
Juan A. Suarez Romero
3843c5f77a
docs: add sha256 checksums for 19.1.3
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 33e57d0ace83e4f5deab0211474cd84607878024)
2019-07-23 11:18:31 +00:00
Juan A. Suarez Romero
fd965a3330
docs: add release notes for 19.1.3
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 09a1b2bdbab20635888b3b226bd1e9a8e31a75ec)
2019-07-23 11:18:29 +00:00
Marek Olšák
79d56e6a4a
radeonsi/gfx10: implement ARB_post_depth_coverage
...
Acked-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-07-19 20:16:19 -04:00
Eric Engestrom
e8febd6cba
docs: simplify Fixes:
git command
...
Reviewed-by: Eric Anholt <eric@anholt.net >
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
2019-07-19 22:24:28 +00:00
Eric Anholt
82dc168f51
docs: Tell people how to easily generate the Fixes lines.
...
v2: Include '-s' to suppress the diff.
v3: use the git config command (Ken), use < (Eric)
Reviewed-by: Matt Turner <mattst88@gmail.com > (v1)
Acked-by: Eric Engestrom <eric@engestrom.ch >
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2019-07-15 16:29:31 -07:00
Juan A. Suarez Romero
d33e93d332
docs: update calendar, add news item and link release notes for 19.1.2
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2019-07-09 11:22:13 +02:00
Juan A. Suarez Romero
3c90baf047
docs: add sha256 checksums for 19.1.2
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit e42399f4de80acb681b90ae4e35d8983b89d0329)
2019-07-09 09:19:25 +00:00
Juan A. Suarez Romero
0f51d69087
docs: add release notes for 19.1.2
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit fe1f7b538b7e8e4bd221c5d52ae72a3721c6aa08)
2019-07-09 09:19:24 +00:00
Caio Marcelo de Oliveira Filho
9c7adaeb5f
anv: Advertise VK_EXT_shader_demote_to_helper_invocation
...
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net >
2019-07-08 08:57:25 -07:00
Dave Airlie
002c8cae44
docs/features: add shader buffer and atomic support for llvmpipe
2019-07-07 16:24:21 +10:00
Jan Zielinski
243db4980c
swr/swr: Enable ARB_viewport_array
...
The rasterizer core supported ARB_viewport_array,
but the swr layer connecting core to Gallium state
tracker only allowed one viewport.
We add support for multiple viewports to swr layer.
Reviewed-by: Alok Hota <alok.hota@intel.com >
2019-07-03 14:43:28 +02:00
Bas Nieuwenhuizen
c6cb9b197d
radv: Support VK_EXT_queue_family_foreign.
...
Basically same as external for now.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
Only case we might need to handle differently in the near future
is Raven's case of displayable DCC which is not renderable. But
we don't support that yet.
2019-07-03 10:56:21 +00:00
Dylan Baker
f97dcb7a55
docs: add news item and link release notes for 19.0.8
...
This is an emergency release due to a critical bug.
2019-06-26 13:48:06 -07:00
Dylan Baker
290495a431
docs: Add mesa 19.0.8 sha256 sums
2019-06-26 13:46:30 -07:00
Dylan Baker
10a24925a0
docs: Add docs for 19.0.8
2019-06-26 13:46:29 -07:00
Juan A. Suarez Romero
81d28c69ea
docs: update calendar, add news item and link release notes for X.Y.Z
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2019-06-25 13:02:37 +02:00
Juan A. Suarez Romero
2c06071521
docs: fix some typos in 19.0.7 release notes
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2019-06-25 13:01:56 +02:00
Juan A. Suarez Romero
4a2b502a6b
docs: add sha256 checksums for 19.1.1
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit d54dc24d6d6ad9ce4fbebd5f9a69a92633504c40)
2019-06-25 12:56:49 +02:00
Juan A. Suarez Romero
5f7c66676f
docs: add release notes for 19.1.1
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 22eddd8b9d4d905237494c9841e65e4c073ab514)
2019-06-25 12:56:46 +02:00
Dylan Baker
032fe7d602
docs: update calendar, add news item and link release notes for 19.0.7
2019-06-24 16:24:05 -07:00
Dylan Baker
7badae431a
docs: Add SHA256 sums for 19.0.7
2019-06-24 16:22:21 -07:00
Dylan Baker
8c0e5c4cfc
Docs add 19.0.7 release notes
2019-06-24 16:22:20 -07:00
Christian Gmeiner
8dd26fa2f0
etnaviv: support GL_ARB_seamless_cubemap_per_texture
...
Passes spec@amd_seamless_cubemap_per_texture@amd_seamless_cubemap_per_texture
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com >
Reviewed-By: Guido Günther <agx@sigxcpu.org >
2019-06-19 00:39:50 +02:00
Alejandro Piñeiro
d317944c24
docs: document three NIR_ envvars
...
Initially I was only interested on documenting NIR_PRINT, as today I
needed to check the code to find this envvar, that at the moment I
vaguely remembered that existed.
As we are here, though, let's just document all of them (assuming that
makes sense).
Reviewed-by: Eric Anholt <eric@anholt.net >
2019-06-14 16:18:43 +02:00
Erik Faye-Lund
901795238b
docs: work around broken altsoftware.com link
...
altsoftware.com seems to no longer be around, and is currently being
held by a domain squatter. Let's link to waybackmachine instead.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-06-13 14:14:05 +00:00
Erik Faye-Lund
795b5d923f
docs: work around broken dsbox.com link
...
dsbox.com now forwards to haystax.com, which is tehcnially unrealted to
this link. Let's link to waybackmachine instead.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-06-13 14:14:05 +00:00
Erik Faye-Lund
b16e77e051
docs: work around broken sgi.com links
...
sgi.com now forwards to hpe.com, which is technically unrelated to these
links. Let's link to waybackmachine instead.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-06-13 14:14:05 +00:00
Erik Faye-Lund
a9956ed87a
docs: update link to OpenGL FAQ
...
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-06-13 14:14:05 +00:00