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-compiler.h
Commit message (
Expand
)
Author
Age
*
Organize code better by splitting some big files (#7890)
Theresa Foley
2025-07-24
*
Merge NamePool and RootNamePool into a single type (#7797)
Copilot
2025-07-17
*
Stable names and backwards compat for serialized IR modules (#7644)
Ellie Hermaszewska
2025-07-09
*
Language Server Enhancements (#7604)
Yong He
2025-07-03
*
[HLSL, SPIRV_1_3] Hoist OpSelect returning a composite into `if`/`else` (#7594)
ArielG-NV
2025-07-02
*
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-07-01
*
Remove some cruft/complexity from IR serialization (#7483)
Theresa Foley
2025-07-01
*
Add support for on-demand AST deserialization (#7482)
Theresa Foley
2025-06-19
*
Fix API changes from separate debugging support (#7397)
jarcherNV
2025-06-12
*
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-06
*
Fix missing debug info for the included slang file (#7281)
Lujin Wang
2025-06-05
*
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-04
*
Language version + tuple syntax. (#7230)
Yong He
2025-05-29
*
Cleanups related to RIFF support (#7041)
Theresa Foley
2025-05-12
*
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
*
Fix compiler warning with clang 18.1.8 on windows (#6843)
Jay Kwak
2025-04-17
*
Support for Payload Access Qualifiers (#3448) (#6595)
Harsh Aggarwal (NVIDIA)
2025-04-07
*
Emit errors for missing returns on unsupported targets (#6633)
Darren Wihandi
2025-03-21
*
Add -dump-module command to slangc (#6638)
cheneym2
2025-03-20
*
Support SPIR-V deferred linking option (#6500)
cheneym2
2025-03-05
*
Map `SV_InstanceID` to `gl_InstanceIndex-gl_BaseInstance` (#6468)
Yong He
2025-02-27
*
Bump glslang to vulkan-tmp-1.4.309 (#6477)
Ellie Hermaszewska
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
*
Cache and reuse glsl module. (#6152)
Yong He
2025-01-22
*
Fix language server check skipping when explicit module decl exists. (#5845)
Yong He
2024-12-11
*
Embed core module in wasm build. (#5569)
Yong He
2024-11-15
*
Make various parameters and return types require specialization when targetin...
Anders Leino
2024-11-06
*
format
Ellie Hermaszewska
2024-10-29
*
preparation for clang format (#5422)
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-25
*
Fix several bugs with `specializeWithArgTypes()` (#5365)
Sai Praveen Bangaru
2024-10-23
*
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
*
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-18
*
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
*
Add ability to specialize generic references to functions, types and more (#4...
Sai Praveen Bangaru
2024-08-27
*
Implement `-fvk-use-dx-layout` (#4912)
ArielG-NV
2024-08-26
*
Make precompileForTargets work with Slang API (#4845)
cheneym2
2024-08-15
*
More reflection API features. (#4740)
Sai Praveen Bangaru
2024-08-07
*
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-08-05
[next]