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
/
core
Commit message (
Expand
)
Author
Age
*
Fix intrinsic LoadLocalRootTableConstant for optix (#7949)
Harsh Aggarwal (NVIDIA)
2025-08-07
*
Improve performance of AST deserialization (#7935)
Theresa Foley
2025-08-07
*
Omit "Repro" category from default help text output (#8032)
aidanfnv
2025-08-04
*
Omit listing values in slangc -h cmdline output, show how to list them sepera...
aidanfnv
2025-08-01
*
Omit "Internal" category from default help text output (#8013)
aidanfnv
2025-08-01
*
Handle debug-layer messages in a separate channel (#7988)
Jay Kwak
2025-07-31
*
Fix bug in ci test (#8005)
Jay Kwak
2025-07-31
*
Fix metallib-asm target parsing by adding missing comma (#7902)
Jay Kwak
2025-07-25
*
Organize code better by splitting some big files (#7890)
Theresa Foley
2025-07-24
*
Document how to use LLDB in the Slang codebase (#7809)
Sam Estep
2025-07-24
*
Add Python type stubs for LLDB (#7826)
Sam Estep
2025-07-22
*
Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...
Copilot
2025-07-21
*
Perf improvements to IR serialization (#7751)
Ellie Hermaszewska
2025-07-17
*
Note that `Slang::String` is owned/null-terminated (#7648)
Sam Estep
2025-07-16
*
Fix IEEE 754 NaN comparisons in constant folding (#7721)
Jay Kwak
2025-07-11
*
Only append slangc --help value categories if explicitly specified (#7712)
aidanfnv
2025-07-11
*
Add <help-category> list and hint on usage in slangc -h (#7638)
aidanfnv
2025-07-08
*
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-03
*
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-07-01
*
Use LoadLibraryExA instead of LoadLibraryA (#7535)
jarcherNV
2025-06-26
*
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-19
*
LanguageServer: Enhance auto completion for override. (#7465)
Yong He
2025-06-17
*
Legalise out parameters for vertex shaders on metal (#6943)
Ellie Hermaszewska
2025-06-10
*
Disable Link-Time-Optimization by default (#7345)
Jay Kwak
2025-06-06
*
Fix crash when loading modules with syntax errors (#6993) (#7288)
Harsh Aggarwal (NVIDIA)
2025-06-05
*
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-04
*
Add a memory-mappable binary serialization format (#7222)
Theresa Foley
2025-05-30
*
Language version + tuple syntax. (#7230)
Yong He
2025-05-29
*
Fix nullptr_t compiling failure (#7240)
Spencer Fricke
2025-05-26
*
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-05-22
*
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-05-21
*
Make Command Line Reference readthedocs compatible (#7048)
aidanfnv
2025-05-14
*
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-05-12
*
Update C++ standard to C++20 (#6980)
Ellie Hermaszewska
2025-05-06
*
Fix the intermittent failures of tests/autodiff/auto-differential-type (#7006)
Jay Kwak
2025-05-05
*
Fix build on GCC 15 (#6971)
Julius Ikkala
2025-05-02
*
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-28
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)
Ronan
2025-04-18
*
Fix compiler warning with clang 18.1.8 on windows (#6843)
Jay Kwak
2025-04-17
*
Fix downstream compiler locale (#6734)
Julius Ikkala
2025-04-10
*
Correct buffer length calculation in dumpSourceBytes (#6593)
Ellie Hermaszewska
2025-03-13
*
Update build to allow setting external paths (#6528)
jarcherNV
2025-03-07
*
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-23
*
Fix compilation on musl libc targets (#6334)
Colin Marc
2025-02-10
*
Fix UIntSet calcSubtract to handle mismatched buffer sizes (#6205)
Darren Wihandi
2025-01-28
*
Fix static build and install (#6158)
Dario Mylonopoulos
2025-01-24
*
Allow explicit test root (#5980)
bspeice
2025-01-01
*
Fix requirement candidate lookup to prefer decls in the same paraent as the i...
Yong He
2024-12-30
*
Correctly distinguish between windows and MSVC (#5851)
Ellie Hermaszewska
2024-12-13
[next]