aboutsummaryrefslogtreecommitdiff
path: root/vendor/vulkan
Commit message (Collapse)AuthorAgeFilesLines
* generate new bindingsKithuppi2023-12-184-16768/+16774
|
* fix C bit field parsingKithuppi2023-12-171-8/+35
|
* Remove the use of `import` within `when`gingerBill2023-08-042-4/+4
|
* Remove whitespacesDanielGavin2023-07-021-8/+0
|
* Add support FlagBits2DanielGavin2023-07-023-6/+317
|
* Generate the new vulkan filesNoahR022023-05-2016-5157/+12312
|
* Add required metal typesNoahR022023-05-201-2/+9
|
* Parse vulkan video constants in seperate section andNoahR022023-05-201-23/+28
| | | | add MAX_SHADER_MODULE_IDENTIFIER_SIZE_EXT to the base constants
* Make sure the 's' is after Flags and not the ext nameNoahR022023-05-201-1/+10
|
* Parse C bit fields in parse_structsNoahR022023-05-201-1/+14
|
* Parse Vulkan Video headersNoahR022023-05-201-0/+12
|
* Add MicromapUsageEXT** to convert_typeNoahR022023-05-201-0/+1
| | | | We should probably parse this in parse_structs.
* Add Vulkan-Wayland to wrapper generatorJeroen van Rijn2023-04-086-13221/+13310
| | | | Closes #2442
* Revert "Add VK Wayland"Jeroen van Rijn2023-04-086-13296/+13220
| | | | This reverts commit 8b29b07f5a0089139ee34074344fe6b9c7d3a693.
* Add VK WaylandJeroen van Rijn2023-04-086-13220/+13296
| | | | Closes #2442
* Fix GetInstanceProcAddr crashterids2022-10-142-10/+10
| | | | | It was trying to initialise itself with itself when calling load_proc_addresses(Instance) Discord bug channel reference https://discord.com/channels/568138951836172421/585072813954564100/1030265964572450867
* Fix #1720gingerBill2022-04-262-0/+6
|
* Update Vulkan generation and packagegingerBill2022-04-1512-2094/+4327
|
* update vulkan generatorWalterPlinge2022-03-042-1295/+2993
| | | | | | | | | | change procedure file generation - group procedure types together - sort groups by procedure names - overload function `load_proc_addresses` - kept original as `custom` - added `global`, `instance`, and `device` variants for simpler loading - added `device_vtable` variant to support multiple devices
* Convert `ODIN_OS` and `ODIN_ARCH` to use enums rather than use stringsgingerBill2022-01-202-2/+2
|
* Correct vulkan headersgingerBill2021-10-204-0/+10
|
* Transform `matrix` to `mat` identifier for VulkangingerBill2021-10-204-9/+3
|
* vendor:vulkan: Remove unused core:c import.Jeroen van Rijn2021-09-232-4/+0
|
* Sort enumsgingerBill2021-09-122-56/+57
|
* Add heuristics to make pointers `[^]` where appropriate for vulkangingerBill2021-09-125-2437/+2463
|
* Remove trailing `;` in vulkan wrappergingerBill2021-09-083-66/+66
|
* Update vulkan generator toolgingerBill2021-09-086-1084/+753
|
* Strip unneeded semicolons from vendor librarygingerBill2021-08-314-2959/+2959
|
* Update enumsgingerBill2021-08-241-58/+58
|
* Merge pull request #1099 from Kelimion/vendorgingerBill2021-08-241-0/+202
|\ | | | | vendor: Add `README.md` and clarify licensing.
| * vendor: Add `README.md` and clarify licensing.Jeroen van Rijn2021-08-241-0/+202
| |
* | Remove ICD from generationgingerBill2021-08-244-176/+72
|/
* Add `vendor:vulkan`gingerBill2021-08-2413-0/+25845