| Age | Commit message (Collapse) | Author |
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
When the working group changes the name of a constant:
VK_KHR_MAINTENANCE1_SPEC_VERSION ->
VK_KHR_MAINTENANCE_1_SPEC_VERSION
they will still #define the original name to maintain backward
compatibility with existing code that uses it:
#define VK_KHR_MAINTENANCE_1_SPEC_VERSION 2
#define VK_KHR_MAINTENANCE_1_EXTENSION_NAME "VK_KHR_maintenance1"
#define VK_KHR_MAINTENANCE1_SPEC_VERSION VK_KHR_MAINTENANCE_1_SPEC_VERSION
#define VK_KHR_MAINTENANCE1_EXTENSION_NAME VK_KHR_MAINTENANCE_1_EXTENSION_NAME
In this case, we need to ignore the non-numeric _SPEC_VERSION and
unquoted _EXTENSION_NAME constants because they don't define a separate
extension.
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Generate source
|
|
- Update known-good
- Re-enable code generation for VK_HUAWEI_subpass_shading
- Generate source
Change-Id: Ibb8d8898c9cdbb655c8162e76b68fa465fe8f912
|
|
- Update known-good
- Generate source
Change-Id: I6f8219e31038b0efe1e141147292d041655dd640
|
|
- Update known-good
- Add support for printing `int64_t` in `scripts/vulkaninfo_generator.py`
- Disable codegen for VK_HUAWEI_subpass_shading
KhronosGroup/Vulkan-Docs#1564
- Generate source
Change-Id: I4417e99ed37da510bfaf94d676e22ac3fb088d5d
|
|
- Update known-good
- Generate source
Change-Id: I41d51ecab3257530ad733fe977f92d9c482543e6
|
|
- Update known-good
- Generate source
Change-Id: Iecb34b6221526dc5c6153c736fce894488989066
|
|
- Update known-good
- Generate source
Change-Id: I8f49422f152ad353658cb753f24564b76591d415
|
|
- Update known-good
- Generate source
- Fix scripts/generate_vulkan_wrapper.py
- Handle new version macros in vulkan_core.h
- Recognize beta/provisional platform guard
- Skip extensions without commands
Change-Id: Ie1518aaa6fbf6ca996023fbd82f299a48759215e
|
|
- Update known-good files
- Generate source code
Change-Id: I70583ff146c19cd275c6271e4f4f3ce1b93b4d0d
|
|
Changes:
- Updated `known_good.json`
- Generated new source files
- Updated `generate_vulkan_wrapper.py` and generated new
`vulkan_wrapper.cpp` and `vulkan_wrapper.h`
Change-Id: Idbce5923b21947d2121ed66159c7bd96ae7d0c8a
|
|
Changes:
- Updated known-good files
- Generated new source files
- Modified `object_type_string_helper.h` to address `vkcube` build
failures
- Modified `CMakeLists.txt` to enable beta extensions
- Generated new `generate_vulkan_wrapper.py`, `vulkan_wrapper.cpp`, and
`vulkan_wrapper.h`
Change-Id: Ic7271350995e8caefbbb7a51ec206f465c59c510
|
|
Change-Id: I61d6c28aa36f86f2b16c534fd2311fe0df06b288
|
|
* Finally check in the script that generates the wrapper
* Update the script to handle split vulkan files
* Update the checked in vulkan_wrapper.*
* Add a README descrbing how to use the script
|