index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
core
Age
Commit message (
Expand
)
Author
2025-09-30
canonical type equality constraint (#8445)
Ronan
2025-09-19
Use LOAD_LIBRARY_SEARCH_DEFAULT_DIRS for LoadLibraryExW (#8491)
Gangzheng Tong
2025-09-19
include limits.h in slang-platform.cpp (#8473)
John Zupin
2025-09-08
Use wide char version of Windows API (#8390)
Gangzheng Tong
2025-09-06
Add check for backtrace availability (#8329)
Dario Mylonopoulos
2025-09-05
Try both LoadLibrary functions on Windows (#8368)
jarcherNV
2025-08-28
Revert "Reduce the dependency to thread library (#8216)" (#8319)
kaizhangNV
2025-08-22
Fix readlink missing include (#8260)
TheGoldMonkey
2025-08-20
Reduce the dependency to thread library (#8216)
Jay Kwak
2025-08-07
Fix intrinsic LoadLocalRootTableConstant for optix (#7949)
Harsh Aggarwal (NVIDIA)
2025-08-07
Improve performance of AST deserialization (#7935)
Theresa Foley
2025-08-04
Omit "Repro" category from default help text output (#8032)
aidanfnv
2025-08-01
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-07-31
Handle debug-layer messages in a separate channel (#7988)
Jay Kwak
2025-07-31
Fix bug in ci test (#8005)
Jay Kwak
2025-07-25
Fix metallib-asm target parsing by adding missing comma (#7902)
Jay Kwak
2025-07-24
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-22
Add Python type stubs for LLDB (#7826)
Sam Estep
2025-07-21
Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...
Copilot
2025-07-17
Perf improvements to IR serialization (#7751)
Ellie Hermaszewska
2025-07-16
Note that `Slang::String` is owned/null-terminated (#7648)
Sam Estep
2025-07-11
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-08
Add <help-category> list and hint on usage in slangc -h (#7638)
aidanfnv
2025-07-03
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-01
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-06-26
Use LoadLibraryExA instead of LoadLibraryA (#7535)
jarcherNV
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-17
LanguageServer: Enhance auto completion for override. (#7465)
Yong He
2025-06-10
Legalise out parameters for vertex shaders on metal (#6943)
Ellie Hermaszewska
2025-06-06
Disable Link-Time-Optimization by default (#7345)
Jay Kwak
2025-06-05
Fix crash when loading modules with syntax errors (#6993) (#7288)
Harsh Aggarwal (NVIDIA)
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-05-30
Add a memory-mappable binary serialization format (#7222)
Theresa Foley
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-26
Fix nullptr_t compiling failure (#7240)
Spencer Fricke
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
2025-05-21
Generalize serialization system used for AST (#7126)
Theresa Foley
2025-05-14
Make Command Line Reference readthedocs compatible (#7048)
aidanfnv
2025-05-12
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-05-06
Update C++ standard to C++20 (#6980)
Ellie Hermaszewska
2025-05-05
Fix the intermittent failures of tests/autodiff/auto-differential-type (#7006)
Jay Kwak
2025-05-02
Fix build on GCC 15 (#6971)
Julius Ikkala
2025-04-28
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-18
Fixed crash in slang-ir-autodiff-loop-analysis.cpp (#6831)
Ronan
2025-04-17
Fix compiler warning with clang 18.1.8 on windows (#6843)
Jay Kwak
2025-04-10
Fix downstream compiler locale (#6734)
Julius Ikkala
[next]