Commit graph

18 commits

Author SHA1 Message Date
ziga-lunarg
8c907ea21f build: Update to header 1.3.297 2024-10-04 17:57:38 +02:00
spencer-lunarg
a71907b857 build: Update to header 1.3.296 2024-09-26 11:14:40 -04:00
sjfricke
ea5774a13e safe: Fix VK_EXT_sample_locations 2024-09-09 14:51:36 -07:00
Mike Schuchardt
8f19d57274 build: Update to header 1.3.295 2024-09-02 11:53:44 -07:00
Mike Schuchardt
7ea05992a5 build: Update to header 1.3.294 2024-08-23 12:49:35 -06:00
Mike Schuchardt
9b6e18888b build: Update to header 1.3.293 2024-08-16 12:59:46 -07:00
ziga-lunarg
45b8815735 build: Update to header 1.3.292 2024-07-31 16:48:28 +02:00
ziga-lunarg
67522b34ed build: Update to header 1.3.291 2024-07-19 20:56:32 +02:00
Arno
9479047902 safestruct: Accessors for non trivial globals
Adding Tracy in VVL showed that we are paying the price of initializing
global variables upon shared library entry, even if we do not
end up accessing those.
Adding accessors will make sure we pay this price
only when truly needed.
Also making the necessary changes in VVL.
2024-07-17 09:32:38 -05:00
Mike Schuchardt
df78ee39d2 build: Update to header 1.3.289 2024-06-28 10:58:44 -07:00
Mike Schuchardt
1b07de9a3a build: Update to header 1.3.288 2024-06-14 12:48:26 -07:00
Mike Schuchardt
252879e895 build: Update to header 1.3.286 2024-06-04 09:08:32 +01:00
Mike Schuchardt
777358fdad build: Update to header 1.3.285 2024-05-13 10:58:09 -07:00
Mike Schuchardt
358a107a6f build: Update to header 1.3.284 2024-05-08 08:37:41 -07:00
spencer-lunarg
8d8986262d safestruct: Remove safe_VkDescriptorDataEXT 2024-04-25 15:17:01 +09:00
ziga-lunarg
d0ffc68fe7 Revert "safestruct: Remove safe_VkDescriptorDataEXT"
This reverts commit 1135918c96.
2024-04-21 06:04:38 +09:00
spencer-lunarg
1135918c96 safestruct: Remove safe_VkDescriptorDataEXT 2024-04-11 00:28:48 +09:00
Jeremy Gebben
cdd0e00cff Move vk_safe_struct to VUL
This code was being generated in both Vulkan-ValidationLayers
and Vulkan-ExtensionLayer. Further uses are on the horizon so
lets stop the copypasta.

Also, add functions to manipulate extension lists and pNext chains,
since many client layers have been doing that themselves.
2024-03-28 11:11:35 -06:00