mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 15:58:05 +02:00
radv: enable graphicsPipelineLibraryFastLinking
I think fast-linking could be improved a lot but this allows to test GPL with Zink (RADV_PERFTEST=gpl + ZINK_DEBUG=gpl). Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20202>
This commit is contained in:
parent
24db7caebd
commit
14e9fbb4d6
1 changed files with 1 additions and 1 deletions
|
|
@ -2713,7 +2713,7 @@ radv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
|||
case VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_PROPERTIES_EXT: {
|
||||
VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT *props =
|
||||
(VkPhysicalDeviceGraphicsPipelineLibraryPropertiesEXT *)ext;
|
||||
props->graphicsPipelineLibraryFastLinking = false;
|
||||
props->graphicsPipelineLibraryFastLinking = true;
|
||||
props->graphicsPipelineLibraryIndependentInterpolationDecoration = false;
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue