index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slangc
Commit message (
Expand
)
Author
Age
*
Remove unused variable in slangc::main (#8325)
Jay Kwak
2025-08-29
*
Revert "Reduce the dependency to thread library (#8216)" (#8319)
kaizhangNV
2025-08-28
*
Reduce the dependency to thread library (#8216)
Jay Kwak
2025-08-20
*
Don't load cached builtin module in slang-bootstrap. (#6667)
Yong He
2025-03-24
*
Correct dependencies on core module source (#6340)
Ellie Hermaszewska
2025-02-12
*
Fix build issue when SLANG_EMBED_CORE_MODULE is OFF. (#6243)
Yong He
2025-01-31
*
Distribute slang-glsl-module.bin in release packages. (#6233)
Yong He
2025-01-31
*
Cache and reuse glsl module. (#6152)
Yong He
2025-01-22
*
Remove duplicate call to install() for libslang (#5767)
Ellie Hermaszewska
2024-12-05
*
format
Ellie Hermaszewska
2024-10-29
*
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-25
*
declutter top level CMakeLists.txt (#5391)
Ellie Hermaszewska
2024-10-24
*
Misc build fixes. (#5271)
Yong He
2024-10-14
*
Assertion failure on debug build for memory leaks (#4733)
Jay Kwak
2024-07-25
*
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-07-24
*
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-17
*
Print memory leak info in Debug build of slangc.exe (#4210)
Jay Kwak
2024-05-28
*
Update slang-llvm (#2735)
Yong He
2023-03-26
*
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-26
*
Call `gfx` in slang program. (#2370)
Yong He
2022-08-20
*
Projects in 'build' and Slang API separation (#1624)
jsmall-nvidia
2020-12-04
*
Test for serializing out and reading back Stdlib (#1605)
jsmall-nvidia
2020-11-18
*
Vulkan update/NVAPI support (#1511)
jsmall-nvidia
2020-08-21
*
Hotfix/slangc unreleased compile request (#1393)
jsmall-nvidia
2020-06-17
*
Improvements around hashing (#1355)
jsmall-nvidia
2020-05-26
*
User defined downstream compiler prelude (#1028)
jsmall-nvidia
2019-08-20
*
String/List closer to conventions, and use Index type (#959)
jsmall-nvidia
2019-04-29
*
* Added ToolReturnCode to be more rigerous about how a return code is passed ...
jsmall-nvidia
2019-03-18
*
Path simplification/hash mode, plus bug fixes (#788)
jsmall-nvidia
2019-01-21
*
Fix diagnostic output for command-line slangc (#783)
Tim Foley
2019-01-17
*
Feature/remove app context (#765)
jsmall-nvidia
2018-12-21
*
Feature/test tool shared libraries (#758)
jsmall-nvidia
2018-12-17
*
Running tests in slang-test process (#740)
jsmall-nvidia
2018-12-12
*
spCompile/spProcessCommandLineArguments return SlangResult (#610)
jsmall-nvidia
2018-07-06
*
Generate Visual Studio projects using Premake (#557)
Tim Foley
2018-05-11
*
Change uses of "spire" to "slang" (#461)
Tim Foley
2018-03-29
*
turn on 'treat warnings as errors' (#266)
Yong He
2017-11-07
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
First attempt at a Linux build (#193)
Tim Foley
2017-09-27
*
Improve diagnostics for overlapping/conflicting bindings
Tim Foley
2017-08-15
*
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-25
*
Build a dynamic library for Slang
Tim Foley
2017-07-19
*
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-29
*
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-20
*
Allow for automatic importing of Slang code
Tim Foley
2017-06-19
*
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
*
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
*
Build: more fixes to get `msbuild` to work from command line.
Tim Foley
2017-06-09
*
Fix: Remove some old project references.
Tim Foley
2017-06-09
*
Initial import of code.
Tim Foley
2017-06-09