diff --git a/src/gallium/frontends/lavapipe/lvp_device.c b/src/gallium/frontends/lavapipe/lvp_device.c index 280ba7b5f7a..676435e17b0 100644 --- a/src/gallium/frontends/lavapipe/lvp_device.c +++ b/src/gallium/frontends/lavapipe/lvp_device.c @@ -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,