summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_icd.py
Commit message (Collapse)AuthorAgeFilesLines
* anv: Use python to generate ICD json filesJason Ekstrand2017-08-021-0/+47
This is more lines of code but the python is far easier to read than the sed expressions we were using before. Also, this allows us to pull the API version from anv_entrypoints.py so it never gets out-of-sync. Reviewed-by: Lionel Landwerlin <[email protected]>