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-10-11
Decouple debug level control from separate-debug-info (#8680)
Jay Kwak
2025-08-21
Introduce CDataLayout & -fvk-use-c-layout (#8136)
Julius Ikkala
2025-08-11
Do case-sensitive search for category first in slangc -h (#8142)
aidanfnv
2025-08-06
A new approach to AST node deduplication (#8072)
Theresa Foley
2025-08-01
Omit "Invalid" capability from slangc -h output (#8020)
aidanfnv
2025-07-31
msvc style bitfield packing (#7963)
Ellie Hermaszewska
2025-07-22
Fix segfault when using -separate-debug-info with unsupported targets (#7777)
Copilot
2025-07-16
Correct help text for `-dump-intermediate-prefix` (#7768)
Sam Estep
2025-07-11
Use stdout for --help text instead of stderr (#7730)
aidanfnv
2025-07-09
Fix `slangc --help` text for `-reflection-json` (#7653)
Sam Estep
2025-07-09
Stable names and backwards compat for serialized IR modules (#7644)
Ellie Hermaszewska
2025-07-08
Add <help-category> list and hint on usage in slangc -h (#7638)
aidanfnv
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
[next]