Mike Schuchardt
ccae111ac6
build: Update to header 1.4.311
2025-03-21 08:52:30 -07:00
spencer-lunarg
6be00ca9f5
scripts: Manual VK_ENABLE_BETA_EXTENSIONS
2025-02-22 06:19:00 -07:00
Mike Schuchardt
c4ede3c600
build: Update to header 1.4.309
2025-02-21 10:13:51 -08:00
Mike Schuchardt
fe7a09b138
build: Update to header 1.4.307
2025-01-30 16:58:56 -08:00
Mike Schuchardt
8ec84823af
build: Update to header 1.4.306
2025-01-24 08:45:08 -08:00
Mike Schuchardt
7b23ba7a5f
build: Update to header 1.4.305
2025-01-17 10:08:31 -08:00
Mike Schuchardt
5a72ae0208
build: Update to header 1.4.303
2024-12-03 09:53:15 -08:00
Mike Schuchardt
b538fb5b08
build: Update to header 1.3.302
2024-11-21 07:17:29 -08:00
Mike Schuchardt
b78b8d9be1
build: Update to header 1.3.301
2024-11-04 10:11:15 -07:00
Mike Schuchardt
dcb6173f74
build: Update to header 1.3.300
2024-10-25 09:05:47 -07:00
Mike Schuchardt
b541be2eae
build: Update to header 1.3.299
2024-10-18 09:12:39 -07:00
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
Mike Schuchardt
fbb4db92c6
safestruct: Add VkPipelineCreatInfoKHR workaround
...
Pipeline create info structs can appear in the VkPipelineCreatInfoKHR
pNext chain even though they don't extend that structure in the
traditional sense.
2024-09-02 11:53:44 -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
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
Jeremy Gebben
07759f0479
safe_struct: Make FreePnextChain() non-recursive
2024-06-10 10:50:44 -06: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
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