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
Juan A. Suarez Romero
e0b0995dcf
docs: add sha256 checksums for 18.2.7
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit e90429cc6dc5b5ada4253fc0a8517645d86a4f6c)
2018-12-13 15:42:49 +01:00
Juan A. Suarez Romero
c8a17b45ea
docs: add release notes for 18.2.7
...
Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com >
(cherry picked from commit 419ee20097597bed77e73fd283e6d15e8dcb89e9)
2018-12-13 15:42:46 +01:00
Emil Velikov
5391b65ed1
docs: add sha256 checksums for 18.3.1
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-12-11 21:21:42 +00:00
Emil Velikov
512bd8d3dd
docs: add release notes for 18.3.1
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
2018-12-11 21:21:41 +00:00
Emil Velikov
0144bbdb98
docs: add sha256 checksums for 18.3.0
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit d81beab96afb403915805435fd4b810a00291b99)
2018-12-07 11:44:33 +00:00
Emil Velikov
b1e0336497
docs: update 18.3.0 release notes
...
Signed-off-by: Emil Velikov <emil.velikov@collabora.com >
(cherry picked from commit d603cd9d84c8293c22407030c7664ac775ffb97f)
2018-12-07 11:44:31 +00:00
Marek Olšák
5907412d04
st/mesa: expose EXT_render_snorm on GLES
...
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2018-12-04 15:33:29 -05:00
Marek Olšák
1660f3aa05
mesa: expose AMD_texture_texture4
...
because the closed driver exposes it. Tested by piglit.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2018-12-04 15:33:29 -05:00
Marek Olšák
908f817918
mesa: expose EXT_texture_compression_bptc in GLES
...
tested by piglit.
v2: rebase
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu > (v1)
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
2018-12-04 15:33:29 -05:00
Marek Olšák
34f07ddebb
mesa: expose EXT_texture_compression_rgtc on GLES
...
The spec was modified to support GLES. Tested by piglit.
v2: rebase
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu > (v1)
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com >
2018-12-04 15:33:29 -05:00
Marek Olšák
4b218984d8
mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_view
...
There are no spec changes.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2018-12-04 12:50:36 -05:00
Marek Olšák
d9b2234042
st/mesa: expose GL_OES_texture_view
...
For format fallbacks like ETC and ASTC, switching between sRGB and linear
decoding is undefined, or at least is not bit-exact. Same as
EXT_texture_sRGB_decode on GLES.
There are no piglit or dEQP regresssions.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu >
2018-12-04 12:50:36 -05:00
Matt Turner
017199d2d2
mesa: Revert INTEL_fragment_shader_ordering support
...
This extension is not properly tested (testing for
GL_ARB_fragment_shader_interlock is not sufficient), and since this was
noted in review on August 28th no tests have been sent.
Revert "i965: Add INTEL_fragment_shader_ordering support."
Revert "mesa: Add GL/GLSL plumbing for INTEL_fragment_shader_ordering"
This reverts commit 03ecec9ed2
.
This reverts commit 119435c877
.
Cc: mesa-stable@lists.freedesktop.org
Acked-by: Jason Ekstrand <jason@jlekstrand.net >
Acked-by: Eric Anholt <eric@anholt.net >
2018-12-03 15:37:37 -08:00