kk: Advertise additional tessellation dynamic state
Some checks are pending
macOS-CI / macOS-CI (dri) (push) Waiting to run
macOS-CI / macOS-CI (xlib) (push) Waiting to run

These are already supported by the tessellation implementation.

Reviewed-by: Aitor Camacho <aitor@lunarg.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/42016>
This commit is contained in:
squidbus 2026-06-03 05:04:06 -07:00 committed by Marge Bot
parent 94295fda67
commit 1e08ccf28d

View file

@ -298,7 +298,7 @@ kk_get_device_features(
.extendedDynamicState = true,
.extendedDynamicState2 = true,
.extendedDynamicState2LogicOp = false,
.extendedDynamicState2PatchControlPoints = false,
.extendedDynamicState2PatchControlPoints = true,
.inlineUniformBlock = true,
.maintenance4 = true,
.pipelineCreationCacheControl = true,
@ -403,6 +403,7 @@ kk_get_device_features(
.extendedDynamicState3DepthClampEnable = true,
.extendedDynamicState3DepthClipNegativeOneToOne = true,
.extendedDynamicState3LineRasterizationMode = true,
.extendedDynamicState3TessellationDomainOrigin = true,
/* EXT_image_2d_view_of_3d */
.image2DViewOf3D = true,