summaryrefslogtreecommitdiffstats
path: root/src/vulkan/glsl_scraper.py
Commit message (Expand)AuthorAgeFilesLines
* vk/glsl: Replace raw castsChad Versace2015-07-151-1/+1
* vk: Move to the new pipeline creation API'sJason Ekstrand2015-07-081-11/+13
* vk/glsl_scraper: Replace adhoc arg parsing with argparseChad Versace2015-05-271-45/+29
* vk/glsl: Reject invalid optionsChad Versace2015-05-271-0/+7
* vk/glsl_scraper: Indent large text blocksChad Versace2015-05-271-40/+41
* vk/glsl_scraper: Fix code style for importsChad Versace2015-05-271-2/+9
* 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