summaryrefslogtreecommitdiffstats
path: root/docs/relnotes
Commit message (Collapse)AuthorAgeFilesLines
* docs: Add sha256 sum for 19.2.2Dylan Baker2019-10-241-1/+1
|
* docs: Add release notes for 19.2.2Dylan Baker2019-10-241-0/+147
|
* anv: Implement VK_KHR_vulkan_memory_modelCaio Marcelo de Oliveira Filho2019-10-241-0/+1
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* docs: Add release not about scons deprecationDylan Baker2019-10-241-0/+1
|
* docs: Add new Intel extensionLionel Landwerlin2019-10-231-0/+1
| | | | | Signed-off-by: Lionel Landwerlin <[email protected]> Acked-by: Caio Marcelo de Oliveira Filho <[email protected]>
* docs: add release notes for 19.1.8Juan A. Suarez Romero2019-10-211-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit cc88eeb6ffc4e86d76dfdbfc601d519bc35b6c41)
* docs: add release notes for 19.1.8Juan A. Suarez Romero2019-10-211-0/+267
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 5c6d266c591208b1c27e06f61b814210fc6e095f)
* radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset2019-10-211-1/+1
| | | | | Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* docs: Add new feature for compiling for windows with mesonDylan Baker2019-10-181-0/+1
| | | | Reviewed-by: Adam Jackson <[email protected]>
* radv: implement VK_KHR_shader_float_controlsSamuel Pitoiset2019-10-181-1/+1
| | | | | | | | | | | | | | | | This exposes what's required for DX and this is what we already configure. The driver flushes denorms for FP32 and preserves them for FP16/FP64. Note that we can't allow both preserving and flushing denorms because this won't work for merged shaders. This will require LLVM to update the float mode register to make it work. Only enabled on GFX8+ with the LLVM path because it's untested on previous chips and ACO doesn't support it. This extension is required for SPIRV 1.4. Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Bas Nieuwenhuizen <[email protected]>
* anv: Advertise VK_KHR_spirv_1_4Caio Marcelo de Oliveira Filho2019-10-141-0/+1
| | | | Reviewed-by: Jason Ekstrand <[email protected]>
* radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen2019-10-101-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen2019-10-101-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* docs: Add SHA256 sum for 19.2.1Dylan Baker2019-10-091-1/+1
|
* docs: Add relnotes for 19.2.1Dylan Baker2019-10-091-0/+159
|
* radv: implement VK_KHR_shader_clockSamuel Pitoiset2019-10-091-1/+1
| | | | | | NIR->LLVM and ACO already support nir_intrinsic_shader_clock. Signed-off-by: Samuel Pitoiset <[email protected]>
* docs: Update recently enabled VK extensions on IntelCaio Marcelo de Oliveira Filho2019-10-081-0/+3
|
* docs: add a new_features.text file and remove 19.3.0 release notesDylan Baker2019-10-032-68/+5
| | | | | | | | | | | | The next patch is going to introduce a tool that creates the entire release html page for us, without any user intervention. As such we can't be editing it. To that end the script will read the new_features.txt file to get a list of new features. This is a flat text file, one entry per line. Acked-by: Eric Engestrom <[email protected]> Acked-by: Juan A. Suarez <[email protected]>
* docs: Fix GL_EXT_demote_to_helper_invocation nameCaio Marcelo de Oliveira Filho2019-10-021-1/+1
| | | | Reviewed-by: Eric Engestrom <[email protected]>
* docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and ↵Andres Gomez2019-10-011-0/+3
| | | | | | | | | | | | | | | | | | | | | OpenGL 4.6 on i965 and iris After 41549a18e6c ("i965: Enable OpenGL 4.6 for Gen8+"), i965 implements GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6. After 15e439071d8 ("iris: Enable ARB_gl_spirv and ARB_spirv_extensions"), iris implements GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6. v2: - Explicit the support is for i965 and iris. v3: - Add also GL_ARB_spirv_extensions to the release notes (Alejandro). Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Alejandro Piñeiro <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* docs/relnotes: Add EXT_demote_to_helper_invocation support on iris, i965Caio Marcelo de Oliveira Filho2019-09-301-0/+1
| | | | Reviewed-by: Kenneth Graunke <[email protected]>
* docs: update calendar, add news item, and link release notes for 19.2.0Dylan Baker2019-09-251-1/+1
|
* docs: add SHA256 sum for 19.2.0Dylan Baker2019-09-251-1/+1
|
* docs: Add release notes for 19.2.0Dylan Baker2019-09-251-2/+367
|
* docs: Add the maximum implemented Vulkan API version in 19.3 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: [email protected] Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* docs: Add the maximum implemented Vulkan API version in 19.2 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: 19.2 <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* docs: Add the maximum implemented Vulkan API version in 19.1 rel notesAndres Gomez2019-09-191-0/+5
| | | | | | | | | Currently, Vulkan 1.1. Cc: 19.1 <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Dylan Baker <[email protected]>
* docs: Update to OpenGL 4.6 in the release notesAndres Gomez2019-09-181-3/+3
| | | | | | | | | | After 41549a18e6c ("i965: Enable OpenGL 4.6 for Gen8+"), Mesa implements the OpenGL 4.6 API. Cc: [email protected] Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Alejandro Piñeiro <[email protected]>
* docs/relnotes: add support for VK_KHR_shader_float_controls on IntelSamuel Iglesias Gonsálvez2019-09-171-1/+1
| | | | | | | | | | | | v2: - Move to 19.2.0 release notes (Andres). v3: - Move to 19.3.0 release notes (Andres). Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]> Signed-off-by: Andres Gomez <[email protected]> Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
* docs: add sha256 checksums for 19.1.7Juan A. Suarez Romero2019-09-171-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit b9d7244035ce2da5bd93c984e30944b3730b219e)
* docs: add release notes for 19.1.7Juan A. Suarez Romero2019-09-171-0/+152
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit f632aac9385cfe02f5bfe762d93e60b5b46f2c77)
* docs: add sha256 checksums for 19.1.6Juan A. Suarez Romero2019-09-031-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 4ec2325dd07a768f2b52ea788ee76085586b2469)
* docs: add release notes for 19.1.6Juan A. Suarez Romero2019-09-031-0/+132
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 85c8f88a49aa7c8aa866faed90a4a63330c15b8b)
* docs: add sha256 checksums for 19.1.5Juan A. Suarez Romero2019-08-231-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit ae2a676cd1748c850f579863003c92f2b137f44a)
* docs: add release notes for 19.1.5Juan A. Suarez Romero2019-08-231-0/+119
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit a384fe0cebf1fcd6671c51c749fcc981e01b5505)
* docs: add 19.3.0-devel release notes templateEmil Velikov2019-08-201-0/+59
| | | | Signed-off-by: Emil Velikov <[email protected]>
* relnotes: Add new ext on etnaviv for 19.2.Christian Gmeiner2019-08-141-0/+1
| | | | | Signed-off-by: Christian Gmeiner <[email protected]> Reviewed-by: Jonathan Marek <[email protected]>
* relnotes: Make entries for radv more consistent.Bas Nieuwenhuizen2019-08-121-3/+3
| | | | | | Always use 'on' as for the rest of the drivers. Reviewed-by: Dave Airlie <[email protected]>
* relnotes: Add new exts on radv for 19.2.Bas Nieuwenhuizen2019-08-121-0/+6
| | | | Reviewed-by: Dave Airlie <[email protected]>
* docs: add sha256 checksums for 19.1.4Juan A. Suarez Romero2019-08-071-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 7fcb69a33c6c6d1658de3e0fd9c40363584c8c7b)
* docs: add release notes for 19.1.4Juan A. Suarez Romero2019-08-071-0/+227
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit b84ffa028d09c1bba1add468fd68886ee243d428)
* relnotes/19.2: document EXT_texture_dhadow_lodMarek Olšák2019-08-061-0/+1
|
* radeonsi: enable EXT_shader_image_load_storePierre-Eric Pelloux-Prayer2019-08-061-0/+1
| | | | | | This depends on LLVM 10 because this needs https://reviews.llvm.org/D65283 Reviewed-by: Marek Olšák <[email protected]>
* radv: Expose VK_KHR_imageless_framebuffer.Bas Nieuwenhuizen2019-08-021-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* radv: Enable VK_KHR_shader_atomic_int64Bas Nieuwenhuizen2019-08-021-0/+1
| | | | Reviewed-by: Samuel Pitoiset <[email protected]>
* gallium: Implement GL_EXT_shader_samples_identical via a new capabilityKenneth Graunke2019-08-011-0/+1
| | | | | | | | | 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 <[email protected]>
* docs: add sha256 checksums for 19.1.3Juan A. Suarez Romero2019-07-231-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 33e57d0ace83e4f5deab0211474cd84607878024)
* docs: add release notes for 19.1.3Juan A. Suarez Romero2019-07-231-0/+191
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit 09a1b2bdbab20635888b3b226bd1e9a8e31a75ec)
* radeonsi/gfx10: implement ARB_post_depth_coverageMarek Olšák2019-07-191-0/+1
| | | | | Acked-by: Pierre-Eric Pelloux-Prayer <[email protected]> Reviewed-by: Samuel Pitoiset <[email protected]>
* docs: add sha256 checksums for 19.1.2Juan A. Suarez Romero2019-07-091-1/+1
| | | | | Signed-off-by: Juan A. Suarez Romero <[email protected]> (cherry picked from commit e42399f4de80acb681b90ae4e35d8983b89d0329)