summaryrefslogtreecommitdiffstats
path: root/src/vulkan/glsl_scraper.py
Commit message (Expand)AuthorAgeFilesLines
* vk/glsl_scraper: Use the LunarG back-door for GLSL sourceJason Ekstrand2015-05-211-4/+14
* vk/glsl_scraper: Use a fake GLSL version that glslang will acceptJason Ekstrand2015-05-211-1/+1
* vk: Bake the GLSL_VK_SHADER macro into the scraper output fileJason Ekstrand2015-05-211-1/+16
* vk/glsl_scraper: Add a --glsl-only optionJason Ekstrand2015-05-191-13/+20
* vk/glsl_scraper: Use the line number from the end of the macroJason Ekstrand2015-05-191-5/+8
* vk/glsl_scraper: Don't open files until neededJason Ekstrand2015-05-191-10/+12
* vk: Add a GLSL scraper utilityJason Ekstrand2015-05-141-0/+236