aboutsummaryrefslogtreecommitdiff
path: root/source_line_info.py
AgeCommit message (Collapse)Author
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2016-02-10Remove Khronos confidential clause from license text.Karl Schultz
2016-02-02Update copyright info in python scriptsKarl Schultz
2015-11-04misc: Update author informationCourtney Goeltzenleuchter
Author information was added to any file with the standard license text. Authors were added that added/changed >= 3% of the lines of a file.
2015-11-04misc: switch copyright to ValveCourtney Goeltzenleuchter
2015-06-19layers: Addition of source_line_info.py script to simplify codegen debuggingTobin Ehlis
vk-layer-generate.py and vk_helper.py now use added source_line_info.py script to insert comments throughout generated code indicating where the code was generated from.