mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-10 01:18:18 +02:00
kk: Advertise additional tessellation dynamic state
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:
parent
94295fda67
commit
1e08ccf28d
1 changed files with 2 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue