radv: enable variableMultisampleRate.

This is only relevant with 0 attachments. In that case we do nothing
on subpass switch already, and the pipeline is the authoritative
source of the number of samples, so this shouldn't change anything.

Signed-off-by: Bas Nieuwenhuizen <basni@google.com>
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Bas Nieuwenhuizen 2017-04-12 23:29:58 +02:00
parent 5589fd89e1
commit c3f38c8968

View file

@ -502,7 +502,7 @@ void radv_GetPhysicalDeviceFeatures(
.shaderInt64 = false,
.shaderInt16 = false,
.sparseBinding = true,
.variableMultisampleRate = false,
.variableMultisampleRate = true,
.inheritedQueries = false,
};
}