mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
radv: expose VK_KHR_video_mainteance2
Reviewed-by: Lynne <dev@lynne.ee> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34204>
This commit is contained in:
parent
5d61e05e6c
commit
dc8e21ce60
1 changed files with 4 additions and 0 deletions
|
|
@ -592,6 +592,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device
|
||||||
.KHR_variable_pointers = true,
|
.KHR_variable_pointers = true,
|
||||||
.KHR_vertex_attribute_divisor = true,
|
.KHR_vertex_attribute_divisor = true,
|
||||||
.KHR_video_maintenance1 = pdev->video_decode_enabled || pdev->video_encode_enabled,
|
.KHR_video_maintenance1 = pdev->video_decode_enabled || pdev->video_encode_enabled,
|
||||||
|
.KHR_video_maintenance2 = pdev->video_decode_enabled || pdev->video_encode_enabled,
|
||||||
.KHR_video_queue = pdev->video_decode_enabled || pdev->video_encode_enabled,
|
.KHR_video_queue = pdev->video_decode_enabled || pdev->video_encode_enabled,
|
||||||
.KHR_video_decode_av1 = (pdev->info.vcn_ip_version >= VCN_3_0_0 && pdev->info.vcn_ip_version != VCN_3_0_33 &&
|
.KHR_video_decode_av1 = (pdev->info.vcn_ip_version >= VCN_3_0_0 && pdev->info.vcn_ip_version != VCN_3_0_33 &&
|
||||||
VIDEO_CODEC_AV1DEC && pdev->video_decode_enabled),
|
VIDEO_CODEC_AV1DEC && pdev->video_decode_enabled),
|
||||||
|
|
@ -1265,6 +1266,9 @@ radv_physical_device_get_features(const struct radv_physical_device *pdev, struc
|
||||||
/* VK_KHR_video_maintenance1 */
|
/* VK_KHR_video_maintenance1 */
|
||||||
.videoMaintenance1 = true,
|
.videoMaintenance1 = true,
|
||||||
|
|
||||||
|
/* VK_KHR_video_maintenance2 */
|
||||||
|
.videoMaintenance2 = true,
|
||||||
|
|
||||||
/* VK_KHR_pipeline_binary */
|
/* VK_KHR_pipeline_binary */
|
||||||
.pipelineBinaries = true,
|
.pipelineBinaries = true,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue