mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-22 22:30:35 +01:00
Wire up the existing Panfrost dithering infrastructure to the Vulkan extension. The library already supports dithered formats via pan_dithered_format_from_pipe_format(), so this plumbs the VK_RENDERING_ENABLE_LEGACY_DITHERING_BIT_EXT flag through to the blend descriptor emission and color attachment internal conversion paths. Dithering is only applied to color attachments, not depth or framebuffer preloads. Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39781>
22 lines
900 B
Text
22 lines
900 B
Text
VK_QCOM_image_processing on Turnip
|
|
VK_EXT_present_timing on RADV, NVK, Turnip, ANV, Honeykrisp, panvk
|
|
VK_KHR_sampler_ycbcr_conversion on pvr
|
|
VK_EXT_image_drm_format_modifier on pvr
|
|
VK_KHR_internally_synchronized_queues on RADV
|
|
VK_EXT_blend_operation_advanced on lavapipe
|
|
VK_KHR_get_surface_capabilities2 on panvk
|
|
VK_KHR_get_display_properties2 on panvk
|
|
VK_EXT_acquire_drm_display on panvk
|
|
VK_KHR_present_id on panvk
|
|
VK_KHR_present_wait on panvk
|
|
VK_KHR_pipeline_executable_properties on pvr
|
|
VK_EXT_zero_initialize_device_memory on panvk
|
|
GL_EXT_shader_image_load_store on panfrost
|
|
VK_KHR_swapchain_mutable_format on panvk
|
|
VK_EXT_astc_decode_mode on panvk
|
|
VK_KHR_copy_memory_indirect on nvk
|
|
VK_EXT_color_write_enable on panvk
|
|
VK_EXT_image_view_min_lod on panvk
|
|
VK_EXT_depth_clamp_control on panvk
|
|
VK_VALVE_shader_mixed_float_dot_product on RADV (Vega20, Navi14, RDNA2+)
|
|
VK_EXT_legacy_dithering on panvk
|