index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
slang.sln
Age
Commit message (
Expand
)
Author
2021-04-16
Add Hello world example. (#1797)
Yong He
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia
2021-03-31
`gfx` explicit transient resource management. (#1774)
Yong He
2021-03-16
Update binaries (#1758)
Tim Foley
2021-03-16
Enable building glslang from source (#1757)
Tim Foley
2021-03-08
Refactor window library. (#1739)
Yong He
2021-03-04
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
Yong He
2021-02-05
Shader-Object example (#1694)
Yong He
2021-01-21
Upgrade slang-binaries for glslang 11.1.0 (#1664)
Tim Foley
2021-01-20
Update glslang to 11.1.0 (#1662)
Tim Foley
2021-01-17
Make `gfx` compile to a DLL. (#1660)
Yong He
2021-01-11
LZ4 compression support (#1654)
jsmall-nvidia
2021-01-06
Refactor GUI/Window utils out of gfx library (#1649)
Yong He
2020-12-07
"Shader Toy" example and related fixes (#1629)
Tim Foley
2020-12-04
Projects in 'build' and Slang API separation (#1624)
jsmall-nvidia
2020-12-02
Zip FileSystem support (#1617)
jsmall-nvidia
2020-09-17
Embed default prelude for CUDA (#1546)
Tim Foley
2020-07-16
Running generators as separate premake project step (#1441)
jsmall-nvidia
2020-06-24
Heterogeneous example (#1399)
Dietrich Geisler
2020-05-26
Synthesize "active mask" for CUDA (#1352)
Tim Foley
2020-05-08
AST nodes using C++ Extractor (#1341)
jsmall-nvidia
2020-04-08
Initial work to support OptiX output for ray tracing shaders (#1307)
Tim Foley
2020-02-03
Initial steps on GPU printing example (#1197)
Tim Foley
2019-11-14
Enable use of pre-built glslang binaries (#1120)
Tim Foley
2019-09-23
CPU Hello World (#1065)
jsmall-nvidia
2019-09-13
Refactor render-test to make cross platform (#1053)
jsmall-nvidia
2019-09-09
CPU compute testing on non windows targets (#1045)
jsmall-nvidia
2018-12-17
Feature/test tool shared libraries (#758)
jsmall-nvidia
2018-12-14
Fix memory leaks around slang-test (#757)
jsmall-nvidia
2018-12-12
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-10
Remove the "VM" and "bytecode" features (#745)
Tim Foley
2018-10-26
Feature/file system cache (#692)
jsmall-nvidia
2018-10-16
Feature/include refactor (#675)
jsmall-nvidia
2018-10-12
Add a warning on missing return, and initial SCCP pass (#671)
Tim Foley
2018-10-10
Feature/source loc refactor (#668)
jsmall-nvidia
2018-08-03
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley
2018-06-28
Share graphics API layer between tests/examples (#603)
Tim Foley
2018-05-11
Generate Visual Studio projects using Premake (#557)
Tim Foley
2017-10-13
Move reflection JSON generation into separate text fixture (#211)
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-07-19
Build a dynamic library for Slang
Tim Foley
2017-06-12
Lexer: handle escaped newlines
Tim Foley
2017-06-09
Build: more fixes to get `msbuild` to work from command line.
Tim Foley
2017-06-09
Initial import of code.
Tim Foley