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
/
slang
/
slang.cpp
Age
Commit message (
Expand
)
Author
2025-07-24
Organize code better by splitting some big files (#7890)
Theresa Foley
2025-07-22
Fix findFunctionByNameInType to preserve functions with different signatures ...
Copilot
2025-07-21
Add utility to trace creation of problematic IRInsts to assist LLM in debuggi...
Copilot
2025-07-17
Merge NamePool and RootNamePool into a single type (#7797)
Copilot
2025-07-09
Stable names and backwards compat for serialized IR modules (#7644)
Ellie Hermaszewska
2025-07-08
Use fossil for IR serialization (#7619)
Ellie Hermaszewska
2025-07-07
Catch abort exception from leaking from loadModule (#7627)
aidanfnv
2025-07-03
Language Server Enhancements (#7604)
Yong He
2025-07-03
Replace SLANG_ALIGN_OF with C++11 alignof (#7523)
Julius Ikkala
2025-07-02
Fix diagnostics not appearing when semantic tokens are disabled (#7477) (#7532)
Harsh Aggarwal (NVIDIA)
2025-07-01
Remove some cruft/complexity from IR serialization (#7483)
Theresa Foley
2025-06-19
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-13
Skip processing import declarations after errors (#7393)
James Helferty (NVIDIA)
2025-06-12
Fix API changes from separate debugging support (#7397)
jarcherNV
2025-06-09
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-05
Fix crash when loading modules with syntax errors (#6993) (#7288)
Harsh Aggarwal (NVIDIA)
2025-06-05
Fix missing debug info for the included slang file (#7281)
Lujin Wang
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-03
Fix the memory leak (#7290)
Jay Kwak
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-15
Add checking for hlsl register semantic. (#7118)
Yong He
2025-05-14
Support the new CoopVec builtins (#7108)
Jay Kwak
2025-05-14
support specialization constant sized array (#6871)
kaizhangNV
2025-05-12
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-04-28
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-25
Update spirv-tools to for SDK v2025.2 (#6893)
Gangzheng Tong
2025-04-22
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-16
Remove support for ad hoc Slang IR compression (#6834)
Theresa Foley
2025-03-20
Correct modifier isConst initialization (#6645)
Gangzheng Tong
2025-03-12
Add referenced modules as libraries when creating a session (#6569)
Anders Leino
2025-03-11
Set the HLSL supported compiler version to 2018 (#6502)
Tony (Atanas) Zlatinski
2025-03-11
IR: Add SPIR-V disassembly for embedded downstream IR dumps (#6529)
Mukund Keshava
2025-03-06
Get options also from the default target (#6530)
Anders Leino
2025-02-28
Add Slang-specific intrinsics for integer pack/unpack (#6459)
Darren Wihandi
2025-02-27
Don't add multiple matrix layout options when creating a session (#6476)
Anders Leino
2025-02-27
Fix a bug where Session::parseCommandLineArguments returns invalid data (#6461)
Anders Leino
2025-02-24
Fix TypeCheckingCache concurrency and candidate lifetime. (#6444)
Yong He
2025-02-23
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-13
Reflection Fixes. (#6346)
Yong He
2025-01-31
Respect per-target debug options (#6193)
Anders Leino
2025-01-28
Add a unit test to cover type-conformance compilation API. (#6178)
Yong He
2025-01-22
Cache and reuse glsl module. (#6152)
Yong He
2025-01-22
Catch all exceptions from loadModule* and link API calls. (#6143)
Anders Leino
2025-01-14
Fix issue with specialization using arithmetic expressions (#6084)
Sai Praveen Bangaru
2025-01-03
Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)
Yong He
2025-01-01
Fixed incorrect condition in Session::queryInterface. (#5978)
Pétur Darri Pétursson
2024-12-26
Add packed 8bit builtin types (#5939)
Darren Wihandi
2024-12-17
Fix entrypoint auto discovery logic. (#5885)
Yong He
2024-12-10
Fix a crash when search for files. (#5818)
Yong He
[next]