mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
v2: Use u_foreach_bit64() (Samuel)
v3: Add missing handling of VkMemoryBarrier2KHR in pNext of
VkSubpassDependency2KHR (Samuel)
v4: Remove unused ANV_PIPELINE_STAGE_PIPELINED_BITS (Ivan)
v5: fix missing anv_measure_submit() (Jason)
constify anv_pipeline_stage_pipelined_bits (Jason)
v6: Split flushes & invalidation emissions on
vkCmdSetEvent2KHR()/vkCmdWaitEvents2KHR() (Jason)
v7: Only apply flushes once on events (Jason)
v8: Drop split flushes for this patch
v9: Add comment about ignore some fields of VkMemoryBarrier2 in
VkSubpassDependency2KHR (Jason)
Drop spurious PIPE_CONTROL change s/,/;/ (Jason)
v10: Fix build issue on Android (Lionel)
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9045>
18 lines
700 B
Text
18 lines
700 B
Text
VK_EXT_color_write_enable on lavapipe
|
|
GL_ARB_texture_filter_anisotropic in llvmpipe
|
|
Anisotropic texture filtering in lavapipe
|
|
VK_EXT_shader_atomic_float2 on Intel and RADV.
|
|
VK_KHR_timeline_semaphore on lavapipe
|
|
VK_EXT_external_memory_host on lavapipe
|
|
GL_AMD_pinned_memory on llvmpipe
|
|
GL 4.5 compatibility on llvmpipe
|
|
VK_EXT_primitive_topology_list_restart on RADV and lavapipe.
|
|
ES 3.2 on zink
|
|
VK_KHR_depth_stencil_resolve on lavapipe
|
|
VK_KHR_shader_integer_dot_product on RADV.
|
|
OpenGL FP16 support on llvmpipe
|
|
VK_KHR_shader_float16_int8 on lavapipe
|
|
VK_KHR_shader_subgroup_extended_types on lavapipe
|
|
VK_KHR_spirv_1_4 on lavapipe
|
|
Experimental raytracing support on RADV
|
|
VK_KHR_synchronization2 on Intel
|