aboutsummaryrefslogtreecommitdiff
path: root/scripts/vuid_mapping.py
AgeCommit message (Collapse)Author
2018-01-23scripts: Exit from vuid_mapping.py with status 1 on errorsJean-François Roy
This patch modifies scripts/vuid_mapping.py to exit with status 1 on errors. This allows the build system to fail code generation rules that depend on this script. Change-Id: I5659ae80e1989ea7530c9257e7619a9b35cc7294
2018-01-08header: Update to version 1.0.67 of the Vulkan hdrMark Lobodzinski
- updated vulkan.h - updated cgenerator.py - updated generator.py - updated reg.py - updated vk.xml - updated layer json files - updated vulkan.hpp - updated vuid_mapping.py - updated vk_validation_error_database.txt for spec changes, new VUIDs - updated vk_validation_error_messages.h Change-Id: Ifb67cf406aa82bf89e72ccfa4e1320cb3b199656
2017-11-28header: Update to version 1.0.66 of the Vulkan hdrMark Lobodzinski
- update vulkan.h - update Lin/Win json file versions - update vk.xml - update vuid_mapping.py - update vk_validation_error_messages.h - update vk_validation_error_database.txt - update vulkan.hpp - fixed error in vk.xml, unofficially Change-Id: Ia719bc069cb776c5b174f41667d591b43aaaf4d7
2017-10-24header: Update to version 1.0.64 of the Vulkan hdrMark Lobodzinski
- updated vulkan.h - updated vk.xml - updated Win/Lin json files - updated vk_validation_error_messages.h - updated vk_validation_error_database.txt - updated vulkan.hpp - updated vuid_mapping.py - updated cube.cpp for vulkan-hpp changes Change-Id: I79971c3b54feb1fdad5ea2257e4b1b4c6f9e3c3b
2017-10-23scripts: Update vuid_mapping.py for 64 headerMark Lobodzinski
Change-Id: I3f55bd5ee0296fc962bb2ee624391e793f8f9fe4
2017-10-09header: Update to version 1.0.62 of the Vulkan hdrMark Lobodzinski
- updated vulkan.h - updated vk.xml - updated Win/Lin .json files - updated vuid_mapping.py - updated vk_validation_error_database.txt - updated vk_validation _error_messages.h - updated vulkan.hpp Change-Id: I82eb3db55d301af3a11ffbb12411cc2df7c31807
2017-09-21build: Update for 1.0.61.0 SDKLenny Komow
Change-Id: I4b1f0289dace648153b6efdbfea0d83d37b28e60
2017-09-07header: Update to 1.0.60Mike Schuchardt
Change-Id: I118be4455c68800e27fd9b8293699037449f1413
2017-07-24scripts: Update vuid_mapping scriptMark Lobodzinski
Change-Id: I704df0840801734ca35d5137a9d79d5a202b4fb9
2017-07-13header: Update to 1.0.54 Vulkan releaseMark Young
Update the headers and xml file with the latest spec changes for Vulkan 1.0.54. Also, make corresponding loader and layer changes to support the new extensions. Change-Id: I11273c5e3e828743f904e4f0b4b2f2c3a7804df0
2017-07-03layers: Add missing parms to vuid_mapping scriptMark Lobodzinski
Change-Id: I81e0366e7e2cb2054d8b0f706863e932ef4b8318
2017-07-03layers: Wire up ranged-enum PV VUIDsMark Lobodzinski
Change-Id: I334357b239a6f2ad28fad226306897606814095a
2017-07-03scripts: Update vuid_mapping for missing variablesMark Lobodzinski
Change-Id: I762509eb848351db7cd5fffbddbac94f8f8aaf0b
2017-07-03header: Update to version 1.0.53 of the vulkan hdrMark Lobodzinski
- updated vulkan.h - updated reg.py - updated vk.xml - updated vk_validation_error_database.txt - updated vk_validation_error_messages.h - updated vuid_mapping.py - updated vulkan.hpp - fixed error database vuid parser issue - updated error DB with new VUIDS Change-Id: I4744f4278981cf808b1b3c9fcf9cf6f5793f1338
2017-06-28scripts: Add missing funcs/structs to mapping tableMark Lobodzinski
Change-Id: I124e31e436ec193a6bf55348654c6a99e6daeadc
2017-06-28scripts: Add missing variable names to vuid_mappingMark Lobodzinski
Change-Id: Ib6fb0e6d9bb7d2a75bb0bd751a2ec75a161569ea
2017-06-28scripts: Update vuid_mapping for missing structsMark Lobodzinski
Change-Id: I7f3850738de4ac7bf5dc0bc58285267c3e6044ae
2017-06-27scripts: Remove noisy print from vuid_mapping.pyMark Lobodzinski
This script is now used in all builds and was bogging things down. Change-Id: Ifd8c7d4c5328ce093e1dd9a111536936e1320ca0
2017-06-27scripts: Remove unnecessary library from vuid scriptMark Lobodzinski
BeautifulSoup4 caused build farm issues. Seems that this lib is not necessary. Change-Id: I2463fbc1bc8f8f7ceec86bfbc823f21b5bb64c37
2017-06-27scripts: Update vuid_mapping.py with new APIsMark Lobodzinski
Change-Id: I67ae851149973455f5a2f7c156f5f2d87f0dd51e
2017-06-23scripts: Move layer scripts into scripts directoryMark Lobodzinski
Simplifies sharing code among python modules, keeps everything together. - Moved python scripts out of layers dir into scripts dir - Updated relative paths for input/output files in layers dir - Updated doc validation tests to use correct paths Change-Id: I57e6ad6f551d4fb652583315fe3dccb23b187db1