Jon Leech
41263fc5aa
Update for Vulkan-Docs 1.3.273
2023-12-08 06:36:27 -08:00
Jon Leech
19a863ccce
Update for Vulkan-Docs 1.3.272
2023-12-01 03:22:54 -08:00
Jon Leech
9d27c893cd
Update for Vulkan-Docs 1.3.271
2023-11-26 21:54:32 -08:00
Jon Leech
8ccd414a46
Update for Vulkan-Docs 1.3.270
2023-11-10 04:22:15 -08:00
Jon Leech
374f9fd975
Update for Vulkan-Docs 1.3.269
2023-10-20 04:02:25 -07:00
Jon Leech
07ff4233bc
Update for Vulkan-Docs 1.3.268
2023-10-13 03:51:16 -07:00
Jon Leech
bbe0f575eb
Update for Vulkan-Docs 1.3.267
2023-10-06 06:25:37 -07:00
Jon Leech
7e69138016
Update for Vulkan-Docs 1.3.266
2023-09-29 02:57:03 -07:00
Jon Leech
df60f03168
Update for Vulkan-Docs 1.3.265
2023-09-23 01:41:24 -07:00
Jon Leech
4f51aac14f
Add new .hpp file
2023-09-10 03:25:21 -07:00
Jon Leech
fff6d143cc
Update for Vulkan-Docs 1.3.264
2023-09-08 03:47:33 -07:00
Jon Leech
2634c969d7
Update for Vulkan-Docs 1.3.263
2023-09-02 03:16:59 -07:00
Jon Leech
9085224a1b
Update for Vulkan-Docs 1.3.262
2023-08-25 01:23:58 -07:00
Jon Leech
450ead13e1
Update for Vulkan-Docs 1.3.261
2023-08-04 04:04:01 -07:00
Jon Leech
94bb3c998b
Update for Vulkan-Docs 1.3.260
2023-07-28 04:50:00 -07:00
Jon Leech
cb7b123f2d
Update for Vulkan-Docs 1.3.259
2023-07-22 04:52:29 -07:00
Jon Leech
9c37439a79
Update for Vulkan-Docs 1.3.258
2023-07-21 03:42:08 -07:00
Juan Ramos
bc14fdad60
Add REUSE compliance checker to CI
2023-07-14 09:57:20 -06:00
Jon Leech
485c0395ad
Update for Vulkan-Docs 1.3.257
2023-07-07 07:22:11 -07:00
Jon Leech
ed857118e2
Update for Vulkan-Docs 1.3.256
2023-06-30 06:30:05 -07:00
Jon Leech
b6a29e5ca8
Update for Vulkan-Docs 1.3.255
2023-06-23 05:19:14 -07:00
Jon Leech
c1a8560c5c
Update for Vulkan-Docs 1.3.254
2023-06-16 07:52:27 -07:00
Jon Leech
cb71b646f1
Update for Vulkan-Docs 1.3.253
2023-06-09 20:58:28 -07:00
Jon Leech
605dc6d3e7
Update for Vulkan-Docs 1.3.252
2023-06-02 06:23:03 -07:00
Jon Leech
3df77fb3e4
Update for Vulkan-Docs 1.3.251
2023-05-28 05:45:47 -07:00
Jon Leech
bae9700cd9
Update for Vulkan-Docs 1.3.250
2023-05-04 01:19:53 -07:00
Jon Leech
870a531486
Update for Vulkan-Docs 1.3.249
2023-04-27 03:37:31 -07:00
Jon Leech
8a397558c4
Update for Vulkan-Docs 1.3.248
2023-04-20 17:00:00 -07:00
Jon Leech
95a13d7b71
Update for Vulkan-Docs 1.3.247
2023-04-13 03:27:32 -07:00
Jon Leech
63af1cf1ee
Update for Vulkan-Docs 1.3.246
2023-03-31 04:15:15 -07:00
Jon Leech
9b9fd871b0
Update for Vulkan-Docs 1.3.245
2023-03-24 04:59:20 -07:00
Juan Ramos
ee15ae402b
vk_icd: Fix typo
...
closes #387
2023-03-23 11:32:27 -06:00
Jon Leech
fa204df59c
Update for Vulkan-Docs 1.3.244
2023-03-17 20:47:23 -07:00
Jon Leech
d732b2de30
Update for Vulkan-Docs 1.3.243
2023-03-12 00:35:21 -08:00
Jon Leech
a3dd2655a3
Update for Vulkan-Docs 1.3.242
2023-02-26 04:25:54 -08:00
Jon Leech
bd6443d28f
Update for Vulkan-Docs 1.3.241
2023-02-16 06:09:12 -08:00
Juan Ramos
e8b8e06d09
headers: Remove VK_LAYER_EXPORT
...
- It hasn't been handling windows (so it's been half implemented)
- It's a suboptimal method for exporting symbols for vulkan layers
since `--version-script` and `.def` files exists. Both of these
methods also don't risk name mangling.
- `--version-script` also has perf benefits since you can silence
exports from code you didn't intend to export
2023-02-07 18:30:17 -07:00
Jon Leech
9f93cbe76a
Update for Vulkan-Docs 1.3.240
2023-01-26 01:15:20 -08:00
Juan Ramos
6f62a95edb
build: Remove vk_sdk_platform.h
...
Users have already been warned about this file being deprecated.
2023-01-19 10:02:09 -07:00
Jon Leech
2bb0a23104
Update for Vulkan-Docs 1.3.239
2023-01-19 04:01:48 -08:00
Juan Ramos
18963a6cc0
Deprecate vk_sdk_platform.h
...
closes #316
2023-01-05 09:09:15 -07:00
Juan Ramos
24115c70be
docs: Update copyright
2023-01-04 10:41:02 -07:00
Juan Ramos
b232cb2bee
cxx: Use pragma once consistently for non-api headers
2022-12-27 12:27:55 -07:00
Juan Ramos
fc90b60663
vk_layer: Include vukan_core.h instead of vulkan.h
...
vulkan.h pulls in system headers we don't need
closes #313
2022-12-20 15:28:14 -07:00
Jon Leech
00671c64ba
Update for Vulkan-Docs 1.3.238
2022-12-19 03:46:14 -08:00
Jon Leech
bf3b3fb14e
Update for Vulkan-Docs 1.3.237
2022-12-08 06:27:35 -08:00
unknown
b75e5a02b6
vk_icd.h: Add ICD Version 7
...
If an ICD supports any of the following functions, they must be
queryable with vk_icdGetInstanceProcAddr:
vk_icdNegotiateLoaderICDInterfaceVersion
vk_icdGetPhysicalDeviceProcAddr
vk_icdEnumerateAdapterPhysicalDevices (Windows only)
In addition, these functions no longer need to be exported directly.
These changes allow drivers to no longer export the 'loader-icd interface'
functions which previously had to be exported. This change aids in future
extension work which aims to provide the ability to load drivers without
installing them to the system.
2022-12-07 13:36:40 -06:00
Jon Leech
2826791bed
Update for Vulkan-Docs 1.3.236
2022-12-01 06:24:21 -08:00
John Bauman
974db1cede
Add VkIcdSurfaceImagePipe and VK_ICD_WSI_PLATFORM_FUCHSIA
...
This allows the loader to implement its part of the
VK_FUCHSIA_image_pipe extension.
2022-11-17 14:02:34 -07:00
Jon Leech
b7a86d3b2b
Update for Vulkan-Docs 1.3.235
2022-11-17 05:02:06 -08:00