summaryrefslogtreecommitdiff
path: root/tools/slang-test/main.cpp
AgeCommit message (Expand)Author
2017-10-30Fixing issue #236YONGH\yongh
2017-10-25ignore RENDER_COMPUTE test cases in linux build.YONGH\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-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-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-18Work on IR-based cross-compilation (#222)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-09-29Get tests running/passing under Linux (#194)Tim Foley
2017-09-21Initial work on a "VM" for Slang code (#189)Tim Foley
2017-08-25Try to print failure from AppVeyor testsTim Foley
2017-07-17Handle `flat` interpolation cases in cross compilationTim Foley
2017-06-29Overhaul `RefPtr` and `String`Tim Foley
2017-06-26typoTim Foley
2017-06-26Turn on some debug output for AppVeyor test failure.Tim Foley
2017-06-15Rename `CoreLib::*` to `Slang`Tim Foley
2017-06-14AppVeyor: Run tests as part of AppVeyor buildsTim Foley
2017-06-14Testing: Add support for multiple tests per input file.Tim Foley
2017-06-13First pass at support for cross-compilationTim Foley
2017-06-12GLSL: get GLSL limping in `render-test`Tim Foley
2017-06-09Initial import of code.Tim Foley