panvk: enable imagelessFramebuffer
This is handled by mesa vk runtime so is a trivial enable for us. Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33291>
This commit is contained in:
committed by
Marge Bot
parent
5a19323d0e
commit
7a7f01bda0
@@ -464,7 +464,7 @@ Vulkan 1.2 -- all DONE: anv, nvk, tu, vn
|
||||
VK_KHR_draw_indirect_count DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, vn)
|
||||
VK_KHR_driver_properties DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_image_format_list DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_KHR_imageless_framebuffer DONE (anv, dzn, hasvk, lvp, nvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_imageless_framebuffer DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_sampler_mirror_clamp_to_edge DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_separate_depth_stencil_layouts DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_KHR_shader_atomic_int64 DONE (anv, lvp, nvk, radv, vn, tu/a740+)
|
||||
|
||||
@@ -7,3 +7,4 @@ VK_EXT_separate_stencil_usage on panvk
|
||||
samplerYcbcrConversion on panvk/v10+
|
||||
ycbcr2plane444Formats on panvk/v10+
|
||||
ycbcrImageArrays on panvk/v10+
|
||||
VK_KHR_imageless_framebuffer on panvk
|
||||
|
||||
@@ -198,6 +198,7 @@ get_device_extensions(const struct panvk_physical_device *device,
|
||||
.KHR_get_memory_requirements2 = true,
|
||||
.KHR_global_priority = true,
|
||||
.KHR_image_format_list = true,
|
||||
.KHR_imageless_framebuffer = true,
|
||||
.KHR_index_type_uint8 = true,
|
||||
.KHR_maintenance1 = true,
|
||||
.KHR_maintenance2 = true,
|
||||
@@ -339,7 +340,7 @@ get_features(const struct panvk_physical_device *device,
|
||||
|
||||
.samplerFilterMinmax = arch >= 10,
|
||||
.scalarBlockLayout = true,
|
||||
.imagelessFramebuffer = false,
|
||||
.imagelessFramebuffer = true,
|
||||
.uniformBufferStandardLayout = false,
|
||||
.shaderSubgroupExtendedTypes = false,
|
||||
.separateDepthStencilLayouts = true,
|
||||
|
||||
Reference in New Issue
Block a user