summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)AuthorFilesLines
2021-03-10glsl_scraper: Provide a QO_VERSION macro to handle #versionCaio Marcelo de Oliveira Filho1-1/+7
2021-03-10glsl_scraper: Add other shader types supported by GLSLangCaio Marcelo de Oliveira Filho1-1/+15
2020-11-03glsl_scraper: silence warnings about multi-line commentsRhys Perry1-0/+5
2019-12-04Drop --no-spir-v optionCaio Marcelo de Oliveira Filho1-35/+13
2019-12-04glsl_scraper: Provide a QO_DEFINE macro for handling #defineIan Romanick1-0/+3
2019-12-04glsl_scraper: Use a dict for glslang stage namesCaio Marcelo de Oliveira Filho1-15/+10
2019-04-25glsl_scraper: Allow for __LINE__ to be the first line of the macroJason Ekstrand1-5/+11
2019-04-24add a command line option for selecting the Vulkan deviceSamuel Pitoiset1-0/+1
2019-04-09glsl_scraper: Use QO_TARGET_ENV to specify vulkan or spirv versionCaio Marcelo de Oliveira Filho1-0/+10
2019-01-30move gen_image to python3Eric Engestrom1-3/+1
2018-10-25crucible: Convert from glslc to glslangJordan Justen1-19/+29
2017-12-18glsl_scraper: make shaders use version 4.50Connor Abbott1-2/+2
2017-08-21glsl_scraper: Provide a QO_EXTENSION macro for handling #extensionJason Ekstrand1-0/+4
2017-08-21glsl_scraper: Finalize the stream in finish_text()Jason Ekstrand1-5/+5
2015-12-15cru: Add support for logging PIDs of child processesJason Ekstrand1-3/+4
2015-12-11cmd/ls-example-tests: Remove commandChad Versace1-1/+1
2015-12-08cru: Also use gen_image for croppingJason Ekstrand1-0/+2
2015-12-08gen_image: Take an operation parameterJason Ekstrand1-1/+6
2015-12-08gen_image: Use python OpenCV instead of ImageMagickJason Ekstrand1-23/+13
2015-12-07cmd/run: Add option --junit-xmlChad Versace1-0/+1
2015-12-02vk/0.210.0: Remove the VkShaderStage enumJason Ekstrand1-1/+1
2015-12-02vk/0.210.0: Remove VkShaderJason Ekstrand1-10/+11
2015-10-19cru/report: Add support for reporting the results of a single runJason Ekstrand1-28/+49
2015-10-06vk/0.170.2: Add a stage field to ShaderCreateInfoJason Ekstrand1-0/+2
2015-09-05misc/glsl_scraper: Don't handle exceptions gracefullyJason Ekstrand1-9/+1
2015-09-04misc/glsl_scraper: Encode the compile error in formation in the exceptionJason Ekstrand1-3/+8
2015-09-02crucible-report: Allow each run's set of tests to differChad Versace1-6/+4
2015-08-31crucible-runner: Add colors for statusesJason Ekstrand1-8/+23
2015-08-31crucible-report: Use a dictionary for status scoresJason Ekstrand1-12/+7
2015-08-28cru: Use glslc instead of glslangValidator for GLSL -> SPIR-V compilationJason Ekstrand1-75/+47
2015-08-28glsl_scraper: Dedent GLSL sourceJason Ekstrand1-1/+1
2015-08-28glsl_scraper: Use python3Jason Ekstrand1-8/+8
2015-08-28misc: Add a simple reporting utilityJason Ekstrand1-0/+87
2015-08-27cmd/dump-image: Add new commandChad Versace1-1/+7
2015-08-11crucible-run: Teach bash completion about -j, --jobsChad Versace1-0/+1
2015-08-01crucible-run: Add option --isolation=<method>Chad Versace1-0/+1
2015-07-31crucible-run: Add flag --no-separate-cleanup-threadsChad Versace1-1/+13
2015-07-31crucible-run: Add cmdline flags --fork, --no-forkChad Versace1-1/+1
2015-07-23data: Import 2 photos and generate grayscale imagesChad Versace1-0/+58
2015-06-25cru: Teach bash completion about --use-spir-vChad Versace1-1/+1
2015-06-24glsl_scraper: Dump the SPIR-V assembly code as a comment in the headerJason Ekstrand1-3/+20
2015-06-24glsl_scraper: Gracefully fall back to GLSL-only if a shader fails toJason Ekstrand1-4/+16
2015-06-24glsl_scraper: Use GLSL version 4.30 for passing off to glslangJason Ekstrand1-1/+1
2015-06-24glsl_scraper: Auto-generate the actual QoShaderCreateInfo objectJason Ekstrand1-12/+20
2015-06-24glsl_scraper: Refactor the C code dumpingJason Ekstrand1-10/+13
2015-06-24qonos: Add a QoShaderCreateInfo struct with both GLSL and SPIR-V sourceJason Ekstrand1-5/+5
2015-06-04qonos: Add a GLSL scraper and a qoCreateShaderGLSL macroJason Ekstrand1-0/+277
2015-05-22cru/run: Add cmdline option --dumpChad Versace1-1/+1
2015-05-22Code dropChad Versace1-0/+55