aboutsummaryrefslogtreecommitdiff
path: root/scripts/common_codegen.py
AgeCommit message (Collapse)Author
2023-02-20build: Update to header 1.3.241Mike Schuchardt
- Update known-good - Tweak generate_vulkan_wrapper.py to ignore sci header - Generate source
2021-03-02scripts: Update copyright in `common_codegen.py`Shannon McPherson
Change-Id: I485d3f9a893cb9f869d11fb487f986c42db9b88d
2021-02-09build: Update known-good files for 1.2.169 headerShannon McPherson
Changes: - Updated `known_good.json` - Generated new source files Change-Id: I5eaeea833fb6f3921c64308edeee6e33440eebea
2020-07-06build: Update known-good files for 1.2.146 headerShannon McPherson
Changes: - Updated `known_good.json` - Added directfb to platform dictionary in `common_codegen.py` - Generated new source files Change-Id: I8dcc87d22036b2df068da0c5220a5e1158bbe07c
2020-03-19build: Update known-good for 1.2.135 headerShannon McPherson
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
2019-07-24scripts: Port codegen script from VVLMike Schuchardt
2019-04-09scripts: Update known good for 106 header updateShannon McPherson
Changes: - Integrate upstream script changes: We have to plumb-through the new conventions object to continue using the makeCParamDecl utility function - Add GGP to available platforms - Define `VULKAN_HPP_TYPESAFE_CONVERSION` in `cube.cpp` to avoid build errors concerning explicit/implicit casting in `vulkan.hpp` - Update known-good files Updated: - `build-android/vulkan-headers_revision_android` - `cube/cube.cpp` - `scripts/common_codegen.py` - `scripts/known_good.json` - `scripts/kvt_genvk.py` - `scripts/mock_icd_generator.py` - `scripts/vulkan_tools_helper_file_generator.py` Change-Id: Ie9deb9f088d666195bcb987e30974f274d33fc85
2019-03-06build: Correct Metal platform nameShannon McPherson
In `common_codegen.py` the Metal platform was defined without the "_EXT" suffix Change-Id: Ib36778735c09ae54d0e4a9bb0d7aa2fcec26b985
2019-03-05build: Update known-good for 1.1.102 headerShannon McPherson
Additionally, updated copyright dates and added Metal to the platform list Updated: - `build-android/vulkan-headers_revision_android` - `scripts/common_codegen.py` - `scripts/known_good.json` Change-Id: I161f2dfaf8fafd25be50e09b8c6e7da13d9ad9b3
2018-11-13Remove last MIR referenceTony-LunarG
Change-Id: Ib7fd104466b189d2d8bb0c70cd6e7aa2623ea0e7
2018-10-11scripts: Add fuchsia to platform dictionaryShannon McPherson
Change-Id: I9b7027a1dd11f5ea7d3b502c62f4edd05416fd52
2018-05-11scripts: Remove generators from lvl_genvk.pyMark Lobodzinski
Also remove unneeded include from common_codegen.py. Change-Id: I1b6833acb5654217d85bbc4284713aa12fa1a104
2018-03-09scripts: Fix xlib_xrandr platform nameMike Schuchardt
Change-Id: I3aa8e929d394322ebfcfbf2a59846b2adae057e3
2018-03-09scripts: Update generators for 1.1Mark Lobodzinski