From: Bas Nieuwenhuizen Date: Wed, 12 Apr 2017 21:29:58 +0000 (+0200) Subject: radv: enable variableMultisampleRate. X-Git-Tag: upstream/17.1.0~220 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c3f38c89682b02e13d7cf92b5f8de2b7cc2481a4;p=platform%2Fupstream%2Fmesa.git 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 Reviewed-by: Dave Airlie --- diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index b099ec7..8f9fbb0 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -502,7 +502,7 @@ void radv_GetPhysicalDeviceFeatures( .shaderInt64 = false, .shaderInt16 = false, .sparseBinding = true, - .variableMultisampleRate = false, + .variableMultisampleRate = true, .inheritedQueries = false, }; }