Mesa (master): anv: Advertise variableMultisampleRate

Jason Ekstrand jekstrand at kemper.freedesktop.org
Wed May 2 17:59:40 UTC 2018


Module: Mesa
Branch: master
Commit: bd35345e85ddaf9c8fe7b8ed089edd4926ee4fe1
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bd35345e85ddaf9c8fe7b8ed089edd4926ee4fe1

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Thu Feb  8 09:03:03 2018 -0800

anv: Advertise variableMultisampleRate

Initially, I didn't understand this feature.  Turns out that all it
means is that you can switch multisample rates in the middle of a
zero-attachment subpass.  We've been able to do this since forever.

Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>

---

 src/intel/vulkan/anv_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index 856035b8b9..0563eae5c1 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -761,7 +761,7 @@ void anv_GetPhysicalDeviceFeatures(
                                                   pdevice->info.has_64bit_types,
       .shaderInt16                              = false,
       .shaderResourceMinLod                     = false,
-      .variableMultisampleRate                  = false,
+      .variableMultisampleRate                  = true,
       .inheritedQueries                         = true,
    };
 




More information about the mesa-commit mailing list