diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/generate_source.py | 10 | ||||
| -rw-r--r-- | scripts/kvt_genvk.py | 8 | ||||
| -rw-r--r-- | scripts/mock_icd_generator.py | 16 |
3 files changed, 19 insertions, 15 deletions
diff --git a/scripts/generate_source.py b/scripts/generate_source.py index 70e138db..8b1e3acf 100755 --- a/scripts/generate_source.py +++ b/scripts/generate_source.py @@ -1,9 +1,9 @@ #!/usr/bin/env python3 -# Copyright (c) 2019-2023 The Khronos Group Inc. -# Copyright (c) 2019-2023 Valve Corporation -# Copyright (c) 2019-2023 LunarG, Inc. -# Copyright (c) 2019-2023 Google Inc. -# Copyright (c) 2023-2023 RasterGrid Kft. +# Copyright (c) 2019-2025 The Khronos Group Inc. +# Copyright (c) 2019-2025 Valve Corporation +# Copyright (c) 2019-2025 LunarG, Inc. +# Copyright (c) 2019-2025 Google Inc. +# Copyright (c) 2023-2025 RasterGrid Kft. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/kvt_genvk.py b/scripts/kvt_genvk.py index a31bc08e..8b9de7b7 100644 --- a/scripts/kvt_genvk.py +++ b/scripts/kvt_genvk.py @@ -1,7 +1,7 @@ #!/usr/bin/python3 # -# Copyright (c) 2013-2024 The Khronos Group Inc. -# Copyright (c) 2023-2024 RasterGrid Kft. +# Copyright (c) 2013-2025 The Khronos Group Inc. +# Copyright (c) 2023-2025 RasterGrid Kft. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -16,9 +16,7 @@ # limitations under the License. import argparse -import cProfile import pdb -import string import sys import time import os @@ -104,7 +102,7 @@ def makeGenOpts(args): # Copyright text prefixing all headers (list of strings). prefixStrings = [ '/*', - '** Copyright (c) 2015-2024 The Khronos Group Inc.', + '** Copyright (c) 2015-2025 The Khronos Group Inc.', '**', '** Licensed under the Apache License, Version 2.0 (the "License");', '** you may not use this file except in compliance with the License.', diff --git a/scripts/mock_icd_generator.py b/scripts/mock_icd_generator.py index c788e716..49176b50 100644 --- a/scripts/mock_icd_generator.py +++ b/scripts/mock_icd_generator.py @@ -1,10 +1,10 @@ #!/usr/bin/python3 -i # -# Copyright (c) 2015-2023 The Khronos Group Inc. -# Copyright (c) 2015-2023 Valve Corporation -# Copyright (c) 2015-2023 LunarG, Inc. -# Copyright (c) 2015-2023 Google Inc. -# Copyright (c) 2023-2023 RasterGrid Kft. +# Copyright (c) 2015-2025 The Khronos Group Inc. +# Copyright (c) 2015-2025 Valve Corporation +# Copyright (c) 2015-2025 LunarG, Inc. +# Copyright (c) 2015-2025 Google Inc. +# Copyright (c) 2023-2025 RasterGrid Kft. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -677,6 +677,12 @@ CUSTOM_C_INTERCEPTS = { fragment_density_map2_props->maxDescriptorSetSubsampledSamplers = 1; } + auto *maintenance3_props = lvl_find_mod_in_chain<VkPhysicalDeviceMaintenance3Properties>(pProperties->pNext); + if (maintenance3_props) { + maintenance3_props->maxMemoryAllocationSize = 1073741824; + maintenance3_props->maxPerSetDescriptors = 1024; + } + const uint32_t num_copy_layouts = 5; const VkImageLayout HostCopyLayouts[]{ VK_IMAGE_LAYOUT_COLOR_ATTACHMENT_OPTIMAL, |
