summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_device.c
diff options
context:
space:
mode:
authorJason Ekstrand <jason.ekstrand@intel.com>2016-06-10 09:43:45 -0700
committerJason Ekstrand <jason.ekstrand@intel.com>2016-06-10 09:43:45 -0700
commita1e69930e43f2876f662042bb94b76124dbe7dfc (patch)
treec2db390952e9f53f31e3be2b07ce1c75d132bf9b /src/intel/vulkan/anv_device.c
parent4f5bbf804b5590631abb7ff36b74871a0725f8fa (diff)
downloadexternal_mesa3d-a1e69930e43f2876f662042bb94b76124dbe7dfc.zip
external_mesa3d-a1e69930e43f2876f662042bb94b76124dbe7dfc.tar.gz
external_mesa3d-a1e69930e43f2876f662042bb94b76124dbe7dfc.tar.bz2
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@jlekstrand.net> Cc: "12.0" <mesa-stable@lists.freedesktop.org>
Diffstat (limited to 'src/intel/vulkan/anv_device.c')
-rw-r--r--src/intel/vulkan/anv_device.c2
1 files changed, 0 insertions, 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 =