mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 02:38:04 +02:00
lavapipe: Advertise variableMultisampleRate
Everything is in place to support this feature already. Passes: dEQP-VK.pipeline.pipeline_library.multisample.variable_rate.* Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38693>
This commit is contained in:
parent
a255e2ca56
commit
6a8460297a
1 changed files with 1 additions and 1 deletions
|
|
@ -445,7 +445,7 @@ lvp_get_features(const struct lvp_physical_device *pdevice,
|
|||
.shaderFloat64 = (pdevice->pscreen->caps.doubles == 1),
|
||||
.shaderInt64 = (pdevice->pscreen->caps.int64 == 1),
|
||||
.shaderInt16 = AND_SHADER_CAP(pdevice->pscreen, int16),
|
||||
.variableMultisampleRate = false,
|
||||
.variableMultisampleRate = true,
|
||||
.inheritedQueries = false,
|
||||
.shaderResourceMinLod = true,
|
||||
.sparseBinding = DETECT_OS_LINUX,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue