summaryrefslogtreecommitdiff
path: root/docs/relnotes/new_features.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-10-30docs/relnotes/new_features.txt: Add note about gen12 support19.3-branchpointJordan Justen1-0/+1
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
2019-10-30radv: Enable VK_KHR_timeline_semaphore.Bas Nieuwenhuizen1-0/+1
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-10-25docs: document new feature EGL_EXT_image_flush_externalMarek Olšák1-0/+1
2019-10-24anv: Implement VK_KHR_vulkan_memory_modelCaio Marcelo de Oliveira Filho1-0/+1
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2019-10-24docs: Add release not about scons deprecationDylan Baker1-0/+1
2019-10-23docs: Add new Intel extensionLionel Landwerlin1-0/+1
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Acked-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
2019-10-21radv: advertise VK_KHR_spirv_1_4Samuel Pitoiset1-1/+1
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-10-18docs: Add new feature for compiling for windows with mesonDylan Baker1-0/+1
Reviewed-by: Adam Jackson <ajax@redhat.com>
2019-10-18radv: implement VK_KHR_shader_float_controlsSamuel Pitoiset1-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 <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
2019-10-14anv: Advertise VK_KHR_spirv_1_4Caio Marcelo de Oliveira Filho1-0/+1
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2019-10-10radv: Enable VK_ANDROID_external_memory_android_hardware_buffer.Bas Nieuwenhuizen1-0/+1
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-10-10radv: Implement & enable VK_EXT_texel_buffer_alignment.Bas Nieuwenhuizen1-0/+1
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-10-09radv: implement VK_KHR_shader_clockSamuel Pitoiset1-1/+1
NIR->LLVM and ACO already support nir_intrinsic_shader_clock. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
2019-10-08docs: Update recently enabled VK extensions on IntelCaio Marcelo de Oliveira Filho1-0/+3
2019-10-03docs: add a new_features.text file and remove 19.3.0 release notesDylan Baker1-0/+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 <eric.engestrom@intel.com> Acked-by: Juan A. Suarez <jasuarez@igalia.com>