lavapipe: enable some forgotten ds3 states
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 used by shader objects

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41683>
This commit is contained in:
Mike Blumenkrantz 2026-05-19 11:50:30 -04:00 committed by Marge Bot
parent 18ba81e5b6
commit eb5bb61f87

View file

@ -739,7 +739,7 @@ lvp_get_features(const struct lvp_physical_device *pdevice,
.extendedDynamicState3LineRasterizationMode = true,
.extendedDynamicState3LineStippleEnable = true,
.extendedDynamicState3ProvokingVertexMode = true,
.extendedDynamicState3SampleLocationsEnable = false,
.extendedDynamicState3SampleLocationsEnable = true,
.extendedDynamicState3ColorBlendEnable = true,
.extendedDynamicState3ColorBlendEquation = true,
.extendedDynamicState3ColorWriteMask = true,