index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2017-10-19
Support running and comparing execution results of compute shaders in testing...
YONGH\yongh
2017-10-19
Reflection: allow querying of semantics on varying input/output (#224)
Tim Foley
2017-10-18
Work on IR-based cross-compilation (#222)
Tim Foley
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-13
Move reflection JSON generation into separate text fixture (#211)
Tim Foley
2017-10-06
Perform some transformations on IR to legalize for GLSL (#200)
Tim Foley
2017-10-06
Attempt to fix subprocess handling for Linux (#197)
Tim Foley
2017-10-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-29
Get tests running/passing under Linux (#194)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-25
Fixup: deal with hitting `.obj` size limits for VS
Tim Foley
2017-09-21
Use WARP for D3D rendering tests.
Tim Foley
2017-09-21
Initial work on a "VM" for Slang code (#189)
Tim Foley
2017-09-11
Initial work on boilerplate code generator
Tim Foley
2017-08-25
Try to print failure from AppVeyor tests
Tim Foley
2017-07-19
Build a dynamic library for Slang
Tim Foley
2017-07-18
Add a compile-time loop construct to Slang
Tim Foley
2017-07-17
Handle `flat` interpolation cases in cross compilation
Tim Foley
2017-07-14
Don't use "auto locations" mode in glslang
Tim Foley
2017-07-13
Add support for dumping intermediates for debugging.
Tim Foley
2017-07-10
Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...
Kai-Hwa Yao
2017-07-10
Don't assume vector contains contents
Kai-Hwa Yao
2017-07-10
Allow glslang wrapper to output regular SPIRV before disassembly
Kai-Hwa Yao
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-26
typo
Tim Foley
2017-06-26
Turn on some debug output for AppVeyor test failure.
Tim Foley
2017-06-20
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-19
Allow for automatic importing of Slang code
Tim Foley
2017-06-15
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-14
AppVeyor: Run tests as part of AppVeyor builds
Tim Foley
2017-06-14
Testing: Add support for multiple tests per input file.
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-12
GLSL: get GLSL limping in `render-test`
Tim Foley
2017-06-09
Build: more fixes to get `msbuild` to work from command line.
Tim Foley
2017-06-09
glslang: Fixups for build
Tim Foley
2017-06-09
Initial import of code.
Tim Foley