aboutsummaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* anv: add support for VK_EXT_memory_budgetEric Engestrom2019-04-301-0/+1
| | | | | Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]>
* st/mesa: expose EXT_gpu_shader4 if GLSL 1.40 is supportedMarek Olšák2019-04-241-0/+2
| | | | | Tested-by: Dieter Nützel <[email protected]> Reviewed-by: Eric Anholt <[email protected]>
* docs: Add SHA256 sums for mesa 19.0.3Dylan Baker2019-04-241-1/+2
|
* docs: add relnotes for 19.0.3Dylan Baker2019-04-241-0/+147
|
* iris: add support for INTEL_conservative_rasterizationMike Blumenkrantz2019-04-231-0/+1
| | | | | | | | | this hooks up the iris gallium driver to existing mesa bits which handle the implementation resolves kwg/mesa#8 Reviewed-by: Kenneth Graunke <[email protected]>
* anv,radv: Update release notes for newly implemented extensiosnJason Ekstrand2019-04-221-0/+12
| | | | | | | | | | 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 <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]>
* docs/relnotes: add support for VK_KHR_shader_float16_int8Andres Gomez2019-04-201-0/+1
| | | | | | | | v2: radv also supports it now (Samuel Pitoiset). Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Jason Ekstrand <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]>
* anv: Implement VK_EXT_descriptor_indexingJason Ekstrand2019-04-191-0/+1
| | | | | | | | | 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 <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* radeonsi: enable GL_EXT_shader_image_load_formattedMarek Olšák2019-04-151-0/+1
| | | | | | no changes - the driver doesn't use the format Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs: Add sha256 sums for 19.0.2Dylan Baker2019-04-101-1/+2
|
* docs: Add release notes for 19.0.2Dylan Baker2019-04-101-0/+121
|
* docs: Add NV_compute_shader_derivatives to 19.1.0 relnotesCaio Marcelo de Oliveira Filho2019-04-081-0/+2
|
* docs: add sha256 checksums for 18.3.6Emil Velikov2019-04-051-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit eb9da68cbf23aafb1192beed084b2f05df65dd04)
* docs: add release notes for 18.3.6Emil Velikov2019-04-051-0/+168
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit b03f51c4b4dfa54775e866b75f68a41862c062c2)
* docs/relnotes: document parallel_shader_compile changes in 19.1.0, not 19.0.0Marek Olšák2019-04-022-2/+2
|
* mesa: implement ARB/KHR_parallel_shader_compileMarek Olšák2019-04-011-0/+2
| | | | Tested by piglit.
* docs: Add SHA256 sums for mesa 19.0.1Dylan Baker2019-03-271-1/+2
|
* docs: Add release notes for 19.0.1Dylan Baker2019-03-271-0/+158
|
* docs: add sha256 checksums for 18.3.5Emil Velikov2019-03-181-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit ec770b43b974cc86ce4bf996aa0616ceafa4e69c)
* docs: add release notes for 18.3.5Emil Velikov2019-03-181-0/+270
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 022708cb40a997e796f95d011a0e6c64a7333fe0)
* docs: Add SHA256 sums for 19.0.0Dylan Baker2019-03-131-1/+2
|
* docs: Add release notes for 19.0.0Dylan Baker2019-03-131-2/+2402
|
* docs: add sha256 checksums for 18.3.4Emil Velikov2019-02-181-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit bfb5bdaa97272537567cdf1e6caf1c7db9f28aba)
* docs: add release notes for 18.3.4Emil Velikov2019-02-181-0/+179
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit b26488deadc3a8221d558a323dbe81dcf09115ab)
* radv: Implement VK_EXT_buffer_device_address.Bas Nieuwenhuizen2019-02-061-1/+1
| | | | | | v2: Also update the release notes. Reviewed-by: Samuel Pitoiset <[email protected]>
* relnotes: Add VK_EXT_buffer_device_addressJason Ekstrand2019-02-021-0/+1
|
* docs: add GL_EXT_texture_compression_s3tc_srgb to release notesGurchetan Singh2019-02-011-1/+1
| | | | Reviewed-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 18.3.3Emil Velikov2019-01-311-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 7475d7727f172387ac3d069887f3095dcb884649)
* docs: add release notes for 18.3.3Emil Velikov2019-01-311-0/+207
| | | | | | | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 190a79f462710f04d67eaefe498ef6ae5b7f5b1a) [Emil: drop VERSION hunk] Signed-off-by: Emil Velikov <[email protected]> Conflicts: VERSION
* docs: Add relnotes stub for 19.1Dylan Baker2019-01-291-0/+59
|
* relnotes: Add newly added Vulkan extensionsJason Ekstrand2019-01-211-0/+7
| | | | | | | 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 <[email protected]>
* docs: add sha256 checksums for 18.3.2Emil Velikov2019-01-171-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 8320a07221a342ea56528a1839ce5b33c8226b36)
* docs: add release notes for 18.3.2Emil Velikov2019-01-171-0/+264
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit 95a3b709c0d4618d900f8b8bed429ee4f786fab2)
* i965: Enable 64-bit GLSL extensionsMatt Turner2019-01-091-0/+1
| | | | | | | 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 <[email protected]>
* docs: add sha256 checksums for 18.2.8Juan A. Suarez Romero2018-12-271-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 24c31bc0e237148b1c44811b17c61fc71f09bd93)
* docs: add release notes for 18.2.8Juan A. Suarez Romero2018-12-271-0/+182
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 785e09e3b32980380eb2081eeb48c157306f99ba)
* nvc0: enable GL_NV_shader_atomic_float on pre-MaxwellIlia Mirkin2018-12-261-0/+1
| | | | Signed-off-by: Ilia Mirkin <[email protected]>
* docs: add sha256 checksums for 18.2.7Juan A. Suarez Romero2018-12-131-1/+2
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit e90429cc6dc5b5ada4253fc0a8517645d86a4f6c)
* docs: add release notes for 18.2.7Juan A. Suarez Romero2018-12-131-0/+166
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 419ee20097597bed77e73fd283e6d15e8dcb89e9)
* docs: add sha256 checksums for 18.3.1Emil Velikov2018-12-111-1/+2
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add release notes for 18.3.1Emil Velikov2018-12-111-0/+62
| | | | Signed-off-by: Emil Velikov <[email protected]>
* docs: add sha256 checksums for 18.3.0Emil Velikov2018-12-071-1/+2
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit d81beab96afb403915805435fd4b810a00291b99)
* docs: update 18.3.0 release notesEmil Velikov2018-12-071-3/+201
| | | | | Signed-off-by: Emil Velikov <[email protected]> (cherry picked from commit d603cd9d84c8293c22407030c7664ac775ffb97f)
* st/mesa: expose EXT_render_snorm on GLESMarek Olšák2018-12-041-0/+1
| | | | Reviewed-by: Ilia Mirkin <[email protected]>
* mesa: expose AMD_texture_texture4Marek Olšák2018-12-041-0/+1
| | | | | | because the closed driver exposes it. Tested by piglit. Reviewed-by: Ilia Mirkin <[email protected]>
* mesa: expose EXT_texture_compression_bptc in GLESMarek Olšák2018-12-041-0/+1
| | | | | | | | | tested by piglit. v2: rebase Reviewed-by: Ilia Mirkin <[email protected]> (v1) Reviewed-by: Erik Faye-Lund <[email protected]>
* mesa: expose EXT_texture_compression_rgtc on GLESMarek Olšák2018-12-041-0/+1
| | | | | | | | | The spec was modified to support GLES. Tested by piglit. v2: rebase Reviewed-by: Ilia Mirkin <[email protected]> (v1) Reviewed-by: Erik Faye-Lund <[email protected]>
* mesa: expose GL_EXT_texture_view as an alias of GL_OES_texture_viewMarek Olšák2018-12-041-0/+1
| | | | | | There are no spec changes. Reviewed-by: Ilia Mirkin <[email protected]>
* st/mesa: expose GL_OES_texture_viewMarek Olšák2018-12-041-0/+1
| | | | | | | | | | 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 <[email protected]>
* mesa: Revert INTEL_fragment_shader_ordering supportMatt Turner2018-12-031-1/+0
| | | | | | | | | | | | | | | | 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 03ecec9ed2099f6e2b62994b33dc948dc731e7b8. This reverts commit 119435c8778dd26cb7c8bcde9f04b3982239fe60. Cc: [email protected] Acked-by: Jason Ekstrand <[email protected]> Acked-by: Eric Anholt <[email protected]>