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-options.cpp
Age
Commit message (
Expand
)
Author
2025-07-02
add task shader alias (#7372)
Sirox
2025-07-01
Add arguments for controlling floating point denormal mode (#7461)
aidanfnv
2025-07-01
Remove some cruft/complexity from IR serialization (#7483)
Theresa Foley
2025-06-27
Move separate-debug-info arg to target options (#7540)
jarcherNV
2025-06-06
Add command line option for separate debug info (#7178)
jarcherNV
2025-06-04
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-05-29
Language version + tuple syntax. (#7230)
Yong He
2025-05-22
Initial `dyn` keyword support & `-lang 2026` compiler option (#7172)
ArielG-NV
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-16
Remove support for ad hoc Slang IR compression (#6834)
Theresa Foley
2025-03-20
Add -dump-module command to slangc (#6638)
cheneym2
2025-03-13
Use an explicit dependency for generated headers instead of source file depen...
Ellie Hermaszewska
2025-03-12
Add referenced modules as libraries when creating a session (#6569)
Anders Leino
2025-03-10
Add module reference options to options list when parsing them (#6539)
Anders Leino
2025-02-10
Add WGSL to list of formats supporting multiple entry points (#6324)
David A Roberts
2025-02-05
Feature/initialize list side branch (#6058)
kaizhangNV
2025-01-31
Distribute slang-glsl-module.bin in release packages. (#6233)
Yong He
2025-01-10
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2024-11-11
Reflection compiler option (#5507)
tareksander
2024-11-07
Mark -embed-downstream-ir as experimental (#5517)
cheneym2
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-01
Improve on spirv generation compile option (#5479)
kaizhangNV
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-15
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-09-18
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-05
Initial -embed-spirv support (#4974)
cheneym2
2024-08-30
User guide page for SPIR-V target specific information (#4815)
Jay Kwak
2024-08-29
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-26
Implement `-fvk-use-dx-layout` (#4912)
ArielG-NV
2024-08-05
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-07-30
Move SPIRV global variables into a context variable (#4741)
ArielG-NV
2024-07-18
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Fix merge error. (#4358)
Yong He
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-12
Add compiler option to treat enum types as unscoped. (#4354)
Yong He
2024-06-12
Add option to preserve shader parameter declaration in output SPIRV. (#4344)
Yong He
2024-06-08
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-06
Fix build warnings and treat warnings as error on CI (#4276)
Jay Kwak
2024-06-03
Add an option to disable source map in obfuscation (#4260)
kaizhangNV
2024-05-29
Improve compile time performance. (#3857)
Yong He
2024-05-29
Add options to speedup compilation. (#4240)
Yong He
2024-05-17
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-05-10
Fix race-condition and visual artifacts issues (#4152)
kaizhangNV
2024-05-08
`slangc` tool experience improvements. (#4140)
Yong He
[next]