Mesa (master): anv: Remove the PhysicalDeviceLimits FINISHME

Jason Ekstrand jekstrand at kemper.freedesktop.org
Fri Jun 10 17:03:40 UTC 2016


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

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Fri Jun 10 09:43:45 2016 -0700

anv: Remove the PhysicalDeviceLimits FINISHME

At this point, the limits are probably more-or-less correct.  If there is
an invalid limit, that's a bug not a FINSHME.

Signed-off-by: Jason Ekstrand <jason at jlekstrand.net>
Cc: "12.0" <mesa-stable at lists.freedesktop.org>

---

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

diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c
index c169d73..f864248 100644
--- a/src/intel/vulkan/anv_device.c
+++ b/src/intel/vulkan/anv_device.c
@@ -436,8 +436,6 @@ void anv_GetPhysicalDeviceProperties(
    ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
    const struct brw_device_info *devinfo = pdevice->info;
 
-   anv_finishme("Get correct values for VkPhysicalDeviceLimits");
-
    const float time_stamp_base = devinfo->gen >= 9 ? 83.333 : 80.0;
 
    VkSampleCountFlags sample_counts =




More information about the mesa-commit mailing list