summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-10-25render-test code cleanupYONGH\yongh
2017-10-25fix d3d11 usageYONGH\yongh
2017-10-25testYONGH\yongh
2017-10-25testYONGH\yongh
2017-10-25testYONGH\yongh
2017-10-25testYONGH\yongh
2017-10-25testYONGH\yongh
2017-10-25testYONGH\yongh
2017-10-25add new test mode: COMPARE_RENDER_COMPUTE, which runs a input vertex/fragment...YONGH\yongh
2017-10-25finish up opengl renderer implementation for input resource binding.YONGH\yongh
2017-10-23bug fixYong He
2017-10-23test 7Yong He
2017-10-23test 6Yong He
2017-10-23test 5Yong He
2017-10-23test 4Yong He
2017-10-23try fix 3Yong He
2017-10-23try fix 2Yong He
2017-10-23testYong He
2017-10-23attempt to fixYong He
2017-10-23testYong He
2017-10-23fix compute shader test result comparisonYong He
2017-10-23Merge https://github.com/shader-slang/slangYong He
2017-10-23Work in-progress: simple compute test passed. (d3d renderer)Yong He
2017-10-20work in progressYONGH\yongh
2017-10-20in-progress work: allow render-test to generate and bind various resource inp...YONGH\yongh
2017-10-20Fix up emission of shader parameter semantics when using IR (#226)Tim Foley
2017-10-19Support running and comparing execution results of compute shaders in testing...YONGH\yongh
2017-10-19Reflection: allow querying of semantics on varying input/output (#224)Tim Foley
2017-10-18Work on IR-based cross-compilation (#222)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-13Move reflection JSON generation into separate text fixture (#211)Tim Foley
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-10-06Attempt to fix subprocess handling for Linux (#197)Tim Foley
2017-10-04IR: overhaul IR design/implementation (#195)Tim Foley
2017-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-09-27First attempt at a Linux build (#193)Tim Foley
2017-09-25Fixup: deal with hitting `.obj` size limits for VSTim Foley
2017-09-21Use WARP for D3D rendering tests.Tim Foley
2017-09-21Initial work on a "VM" for Slang code (#189)Tim Foley
2017-09-11Initial work on boilerplate code generatorTim Foley
2017-08-25Try to print failure from AppVeyor testsTim Foley
2017-07-19Build a dynamic library for SlangTim Foley
2017-07-18Add a compile-time loop construct to SlangTim Foley
2017-07-17Handle `flat` interpolation cases in cross compilationTim Foley
2017-07-14Don't use "auto locations" mode in glslangTim Foley
2017-07-13Add support for dumping intermediates for debugging.Tim Foley
2017-07-10Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...Kai-Hwa Yao
2017-07-10Don't assume vector contains contentsKai-Hwa Yao
2017-07-10Allow glslang wrapper to output regular SPIRV before disassemblyKai-Hwa Yao
2017-07-06Fix many warnings-as-errors issues.Tim Foley