aboutsummaryrefslogtreecommitdiff
path: root/scripts/vuid_mapping.py
AgeCommit message (Collapse)Author
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