summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add release notes for 19.0.5Dylan Baker2019-05-211-0/+136
|
* docs: Add SHA256 sums for mesa 19.0.4Dylan Baker2019-05-091-1/+2
|
* Docs: add 19.0.4 release notesDylan Baker2019-05-091-0/+242
|
* docs: drop h1 in headerErik Faye-Lund2019-05-08231-231/+231
| | | | | | | | | | | 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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: Add relnotes stub for 19.2Juan A. Suarez Romero2019-05-071-0/+59
| | | | Signed-off-by: Juan A. Suarez Romero <[email protected]>
* docs: replace empty list with a none-paragraphErik Faye-Lund2019-05-021-4/+1
| | | | | Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: fix closing of list-itemsErik Faye-Lund2019-05-021-1/+1
| | | | | Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: fixup list-item tagsErik Faye-Lund2019-05-021-4/+4
| | | | | | | | The list items needs to contain everything part of the item, not just the first paragraph. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: fix closing of paragraphsErik Faye-Lund2019-05-022-2/+2
| | | | | Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: add missing listsErik Faye-Lund2019-05-022-0/+4
| | | | | Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: remove stray list-startErik Faye-Lund2019-05-021-4/+0
| | | | | Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: close listsErik Faye-Lund2019-05-022-0/+4
| | | | | | | | These lists never got closed. Let's fix that to avoid issues with bad parsers. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: open list-item before closing itErik Faye-Lund2019-05-021-1/+1
| | | | | | | | 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 <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* docs: properly escape ampersandErik Faye-Lund2019-05-021-1/+1
| | | | | | | | Even in preformatted blocks, ampersands should be escaped. Let's correct this, in case of strict parsers. Signed-off-by: Erik Faye-Lund <[email protected]> Reviewed-by: Eric Engestrom <[email protected]>
* 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)