v3dv: adversise VK_EXT_depth_clamp_zero_one
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Signed-off-by: Juan A. Suarez Romero <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30148>
This commit is contained in:
committed by
Marge Bot
parent
ce7e1e0f7a
commit
f8623ea7da
@@ -201,6 +201,7 @@ get_device_extensions(const struct v3dv_physical_device *device,
|
||||
.EXT_border_color_swizzle = true,
|
||||
.EXT_color_write_enable = true,
|
||||
.EXT_custom_border_color = true,
|
||||
.EXT_depth_clamp_zero_one = device->devinfo.ver >= 71,
|
||||
.EXT_depth_clip_control = true,
|
||||
.EXT_depth_clip_enable = device->devinfo.ver >= 71,
|
||||
.EXT_load_store_op_none = true,
|
||||
@@ -260,6 +261,7 @@ get_features(const struct v3dv_physical_device *physical_device,
|
||||
.multiDrawIndirect = false,
|
||||
.drawIndirectFirstInstance = true,
|
||||
.depthClamp = physical_device->devinfo.ver >= 71,
|
||||
.depthClampZeroOne = physical_device->devinfo.ver >= 71,
|
||||
.depthBiasClamp = true,
|
||||
.fillModeNonSolid = true,
|
||||
.depthBounds = physical_device->devinfo.ver >= 71,
|
||||
|
||||
Reference in New Issue
Block a user