diff options
author | Jason Ekstrand <[email protected]> | 2016-06-10 09:43:45 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-06-10 09:43:45 -0700 |
commit | a1e69930e43f2876f662042bb94b76124dbe7dfc (patch) | |
tree | c2db390952e9f53f31e3be2b07ce1c75d132bf9b /src | |
parent | 4f5bbf804b5590631abb7ff36b74871a0725f8fa (diff) |
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 <[email protected]>
Cc: "12.0" <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/vulkan/anv_device.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/vulkan/anv_device.c b/src/intel/vulkan/anv_device.c index c169d738923..f864248596c 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 = |