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
/
slang
/
slang.cpp
Commit message (
Expand
)
Author
Age
*
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-28
*
Update spirv-tools to for SDK v2025.2 (#6893)
Gangzheng Tong
2025-04-25
*
A new approach to AST serialization (#6854)
Theresa Foley
2025-04-22
*
Remove support for ad hoc Slang IR compression (#6834)
Theresa Foley
2025-04-16
*
Correct modifier isConst initialization (#6645)
Gangzheng Tong
2025-03-20
*
Add referenced modules as libraries when creating a session (#6569)
Anders Leino
2025-03-12
*
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-11
*
Get options also from the default target (#6530)
Anders Leino
2025-03-06
*
Add Slang-specific intrinsics for integer pack/unpack (#6459)
Darren Wihandi
2025-02-28
*
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-27
*
Fix TypeCheckingCache concurrency and candidate lifetime. (#6444)
Yong He
2025-02-24
*
Improve performance when compiling small shaders. (#6396)
Yong He
2025-02-23
*
Reflection Fixes. (#6346)
Yong He
2025-02-13
*
Respect per-target debug options (#6193)
Anders Leino
2025-01-31
*
Add a unit test to cover type-conformance compilation API. (#6178)
Yong He
2025-01-28
*
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-22
*
Fix issue with specialization using arithmetic expressions (#6084)
Sai Praveen Bangaru
2025-01-14
*
Create DirectDeclRef when creating Decl to prevent invalid dedup. (#5945)
Yong He
2025-01-03
*
Fixed incorrect condition in Session::queryInterface. (#5978)
Pétur Darri Pétursson
2025-01-01
*
Add packed 8bit builtin types (#5939)
Darren Wihandi
2024-12-26
*
Fix entrypoint auto discovery logic. (#5885)
Yong He
2024-12-17
*
Fix a crash when search for files. (#5818)
Yong He
2024-12-10
*
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-21
*
Make `getDependencyFilePath` return most unique identity. (#5553)
Yong He
2024-11-13
*
Reflection compiler option (#5507)
tareksander
2024-11-11
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
Write only texture types. (#5454)
Yong He
2024-10-30
*
format
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
More wasm binding for playground. (#5420)
Yong He
2024-10-28
*
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-25
*
Fix incorrect debug assert in `getLanguagePrelude`. (#5402)
Yong He
2024-10-24
*
Fix several bugs with `specializeWithArgTypes()` (#5365)
Sai Praveen Bangaru
2024-10-23
*
Add stdlib documentation for attributes and interfaces. (#5297)
Yong He
2024-10-15
*
Write out summary of documentation in docgen tool. (#5266)
Yong He
2024-10-14
*
Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)
Yong He
2024-10-08
*
Add WGSL support for slang-test (#5174)
Anders Leino
2024-10-07
*
Add interfaces for retrieving separate linkable downstream binaries (#5128)
cheneym2
2024-10-04
*
Add COM API for querying metadata. (#5168)
Yong He
2024-09-30
*
Allow lookups of overloaded methods. (#5110)
Sai Praveen Bangaru
2024-09-19
*
Add API method to specialize function reference with argument types (#4966)
Sai Praveen Bangaru
2024-09-16
*
Initial WGSL support (#5006)
Anders Leino
2024-09-09
*
Initial -embed-spirv support (#4974)
cheneym2
2024-09-05
*
Support entrypoints defined in a namespace. (#5011)
Yong He
2024-09-05
*
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-29
*
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-08-28
*
Add ability to specialize generic references to functions, types and more (#4...
Sai Praveen Bangaru
2024-08-27
[next]