mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-22 13:30:12 +01:00
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>
This commit is contained in:
parent
4f5bbf804b
commit
a1e69930e4
1 changed files with 0 additions and 2 deletions
|
|
@ -436,8 +436,6 @@ void anv_GetPhysicalDeviceProperties(
|
||||||
ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
|
ANV_FROM_HANDLE(anv_physical_device, pdevice, physicalDevice);
|
||||||
const struct brw_device_info *devinfo = pdevice->info;
|
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;
|
const float time_stamp_base = devinfo->gen >= 9 ? 83.333 : 80.0;
|
||||||
|
|
||||||
VkSampleCountFlags sample_counts =
|
VkSampleCountFlags sample_counts =
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue