Dylan Baker
723f74c270
docs: Add SHA256 sums for mesa 19.0.4
2019-05-09 13:46:30 -07:00
Dylan Baker
ce32b71a8c
Docs: add 19.0.4 release notes
2019-05-09 13:46:26 -07:00
Erik Faye-Lund
ecdab0dfea
docs: drop h1 in header
...
It's generally frowned upon to have more than one H1 per document in
HTML4. So let's put the text directly inside the header. This means we
can drop the flex-based centering, which makes things a bit easier. We
also need to change the padding to rem instead of em, because the em has
now changed.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-08 07:18:15 +00:00
Juan A. Suarez Romero
92dba1c66e
docs: Add relnotes stub for 19.2
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
2019-05-07 16:07:29 +00:00
Erik Faye-Lund
afda72dc10
docs: replace empty list with a none-paragraph
...
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:16 +00:00
Erik Faye-Lund
a4ee15d5fe
docs: fix closing of list-items
...
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:16 +00:00
Erik Faye-Lund
b9eaeffaba
docs: fixup list-item tags
...
The list items needs to contain everything part of the item, not just
the first paragraph.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:16 +00:00
Erik Faye-Lund
830821aaa4
docs: fix closing of paragraphs
...
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:16 +00:00
Erik Faye-Lund
02a5698017
docs: add missing lists
...
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:16 +00:00
Erik Faye-Lund
b877722d75
docs: remove stray list-start
...
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:16 +00:00
Erik Faye-Lund
3bda82b2e5
docs: close lists
...
These lists never got closed. Let's fix that to avoid issues with bad
parsers.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:15 +00:00
Erik Faye-Lund
0c3bab7761
docs: open list-item before closing it
...
A list-item must be openened before it can be closed. So let's replace
this closing tag with an opening tag.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:15 +00:00
Erik Faye-Lund
5b2a7062ff
docs: properly escape ampersand
...
Even in preformatted blocks, ampersands should be escaped. Let's correct
this, in case of strict parsers.
Signed-off-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com >
2019-05-02 11:09:15 +00:00
Eric Engestrom
b80930a6fe
anv: add support for VK_EXT_memory_budget
...
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com >
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net >
2019-04-30 15:40:33 +00:00
Marek Olšák
e71936a731
st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supported
...
Tested-by: Dieter Nützel <Dieter@nuetzel-hh.de >
Reviewed-by: Eric Anholt <eric@anholt.net >
2019-04-24 20:45:15 -04:00
Dylan Baker
6bd7d4f19e
docs: Add SHA256 sums for mesa 19.0.3
2019-04-24 10:50:39 -07:00
Dylan Baker
7cb9043879
docs: add relnotes for 19.0.3
2019-04-24 10:50:37 -07:00
Mike Blumenkrantz
b53d256db8
iris: add support for INTEL_conservative_rasterization
...
this hooks up the iris gallium driver to existing mesa bits which handle
the implementation
resolves kwg/mesa#8
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2019-04-23 16:36:30 -07:00
Jason Ekstrand
2314db10bf
anv,radv: Update release notes for newly implemented extensiosn
...
A lot has happened in those two drivers since the 19.0 release and we
keep forgetting to update release notes. Time to bring everything up to
date again before 19.1 gets released.
Acked-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-04-22 14:47:23 +00:00
Andres Gomez
a151500dd1
docs/relnotes: add support for VK_KHR_shader_float16_int8
...
v2: radv also supports it now (Samuel Pitoiset).
Signed-off-by: Andres Gomez <agomez@igalia.com >
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net >
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-04-20 00:29:16 +02:00
Jason Ekstrand
6e230d7607
anv: Implement VK_EXT_descriptor_indexing
...
Now that everything is in place to do bindless for all resource types
except input attachments and UBOs, VK_EXT_descriptor_indexing is
"trivial".
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com >
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com >
2019-04-19 19:56:42 +00:00
Marek Olšák
de0c97c817
radeonsi: enable GL_EXT_shader_image_load_formatted
...
no changes - the driver doesn't use the format
Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl >
2019-04-15 16:18:07 -04:00
Dylan Baker
9cb011e7c8
docs: Add sha256 sums for 19.0.2
2019-04-10 20:50:41 -07:00
Dylan Baker
9725c59756
docs: Add release notes for 19.0.2
2019-04-10 20:50:39 -07:00
Caio Marcelo de Oliveira Filho
899fd66b44
docs: Add NV_compute_shader_derivatives to 19.1.0 relnotes
2019-04-08 19:29:33 -07:00
Emil Velikov
d5ba84dc52
docs: add sha256 checksums for 18.3.6
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit eb9da68cbf23aafb1192beed084b2f05df65dd04)
2019-04-05 13:20:26 +01:00
Emil Velikov
9b537f2d21
docs: add release notes for 18.3.6
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit b03f51c4b4dfa54775e866b75f68a41862c062c2)
2019-04-05 13:20:25 +01:00
Marek Olšák
40b9eec8bd
docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0
2019-04-02 10:47:37 -04:00
Marek Olšák
c5c38e831e
mesa: implement ARB/KHR_parallel_shader_compile
...
Tested by piglit.
2019-04-01 12:37:52 -04:00
Dylan Baker
3f1a79989d
docs: Add SHA256 sums for mesa 19.0.1
2019-03-27 10:14:50 -07:00
Dylan Baker
fcf8be8a8a
docs: Add release notes for 19.0.1
2019-03-27 10:14:47 -07:00
Emil Velikov
d4e26b36b2
docs: add sha256 checksums for 18.3.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit ec770b43b974cc86ce4bf996aa0616ceafa4e69c)
2019-03-18 15:58:06 +00:00
Emil Velikov
cb9fe1e89b
docs: add release notes for 18.3.5
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 022708cb40a997e796f95d011a0e6c64a7333fe0)
2019-03-18 15:58:05 +00:00
Dylan Baker
0cd487f375
docs: Add SHA256 sums for 19.0.0
2019-03-13 12:22:58 -07:00
Dylan Baker
44273b4806
docs: Add release notes for 19.0.0
2019-03-13 12:22:57 -07:00
Emil Velikov
d7108dac73
docs: add sha256 checksums for 18.3.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit bfb5bdaa97272537567cdf1e6caf1c7db9f28aba)
2019-02-18 18:36:23 +00:00
Emil Velikov
a1ccff4aaf
docs: add release notes for 18.3.4
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit b26488deadc3a8221d558a323dbe81dcf09115ab)
2019-02-18 18:36:21 +00:00
Bas Nieuwenhuizen
13ab63bb62
radv: Implement VK_EXT_buffer_device_address.
...
v2: Also update the release notes.
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com >
2019-02-06 22:37:38 +01:00
Jason Ekstrand
0aa5a97b03
relnotes: Add VK_EXT_buffer_device_address
2019-02-02 08:42:14 -06:00
Gurchetan Singh
574186f0e8
docs: add GL_EXT_texture_compression_s3tc_srgb to release notes
...
Reviewed-by: Emil Velikov <emil.velikov@collabora.com >
2019-02-01 10:01:59 +00:00
Emil Velikov
83160c6c05
docs: add sha256 checksums for 18.3.3
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 7475d7727f172387ac3d069887f3095dcb884649)
2019-01-31 21:15:20 +00:00
Emil Velikov
4d0732dc39
docs: add release notes for 18.3.3
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 190a79f462710f04d67eaefe498ef6ae5b7f5b1a)
[Emil: drop VERSION hunk]
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
Conflicts:
VERSION
2019-01-31 21:14:56 +00:00
Dylan Baker
75ad254acf
docs: Add relnotes stub for 19.1
2019-01-29 15:32:16 -08:00
Jason Ekstrand
344171b9ee
relnotes: Add newly added Vulkan extensions
...
Both the Intel and RADV people have been really bad about adding things
to the release notes. We should start actually paying attention.
Acked-by: Tapani Pälli <tapani.palli@intel.com >
2019-01-21 11:46:06 -06:00
Emil Velikov
9d58641bf2
docs: add sha256 checksums for 18.3.2
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 8320a07221a342ea56528a1839ce5b33c8226b36)
2019-01-17 11:32:20 +00:00
Emil Velikov
2dad014496
docs: add release notes for 18.3.2
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit 95a3b709c0d4618d900f8b8bed429ee4f786fab2)
2019-01-17 11:32:19 +00:00
Matt Turner
406f603b34
i965: Enable 64-bit GLSL extensions
...
Now that we have software implementations of ARB_gpu_shader_int64 and
ARB_gpu_shader_fp64 we can unconditionally enable these extensions.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org >
2019-01-09 16:42:41 -08:00
Juan A. Suarez Romero
0d53451890
docs: add sha256 checksums for 18.2.8
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 24c31bc0e237148b1c44811b17c61fc71f09bd93)
2018-12-27 17:35:04 +01:00
Juan A. Suarez Romero
008478e340
docs: add release notes for 18.2.8
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 785e09e3b32980380eb2081eeb48c157306f99ba)
2018-12-27 17:35:02 +01:00
Ilia Mirkin
1d10bb2025
nvc0: enable GL_NV_shader_atomic_float on pre-Maxwell
...
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu >
2018-12-26 20:04:57 -05:00