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-options.cpp
Commit message (
Expand
)
Author
Age
*
Distribute slang-glsl-module.bin in release packages. (#6233)
Yong He
2025-01-31
*
Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)
Yong He
2025-01-10
*
Reflection compiler option (#5507)
tareksander
2024-11-11
*
Mark -embed-downstream-ir as experimental (#5517)
cheneym2
2024-11-07
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
Improve on spirv generation compile option (#5479)
kaizhangNV
2024-11-01
*
format
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
*
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-10-15
*
Add WGSL support for slang-test (#5174)
Anders Leino
2024-10-07
*
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-18
*
Initial -embed-spirv support (#4974)
cheneym2
2024-09-05
*
User guide page for SPIR-V target specific information (#4815)
Jay Kwak
2024-08-30
*
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-29
*
Implement `-fvk-use-dx-layout` (#4912)
ArielG-NV
2024-08-26
*
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-08-05
*
Move SPIRV global variables into a context variable (#4741)
ArielG-NV
2024-07-30
*
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-18
*
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-17
*
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-12
*
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-08
*
Fix build warnings and treat warnings as error on CI (#4276)
Jay Kwak
2024-06-06
*
Add an option to disable source map in obfuscation (#4260)
kaizhangNV
2024-06-03
*
Improve compile time performance. (#3857)
Yong He
2024-05-29
*
Add options to speedup compilation. (#4240)
Yong He
2024-05-29
*
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-05-17
*
Fix race-condition and visual artifacts issues (#4152)
kaizhangNV
2024-05-10
*
`slangc` tool experience improvements. (#4140)
Yong He
2024-05-08
*
Add host shared library target. (#4098)
Yong He
2024-05-03
*
Handle case where types can be used as their own `Differential` type. (#4057)
Sai Praveen Bangaru
2024-05-02
*
Copy default target's optionSet to code-gen target's optionSet (#4073)
kaizhangNV
2024-05-01
*
Add option -disable-short-circuit (#4054)
kaizhangNV
2024-04-30
*
Metal: Vertex/Fragment builtin and layouts. (#4044)
Yong He
2024-04-30
*
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-23
*
Flag to prevent packing of cbuffer elements in HLSL backend. (#3993)
Pema Malling
2024-04-21
*
Add metal downstream compiler + metallib target. (#3990)
Yong He
2024-04-19
*
add `-ignore-capabilities` flag (#3984)
ArielG-NV
2024-04-19
*
commit to partially fix #3931 (#3972)
ArielG-NV
2024-04-17
*
Fix the issues when compiling slang to library (#3936)
kaizhangNV
2024-04-11
*
Make `-no-mangle` option work, add `-no-hlsl-binding`. (#3817)
Yong He
2024-03-23
*
Add `-fvk-use-dx-position-w` and fix ExecutionMode ordering for geometry shad...
Yong He
2024-03-11
*
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
*
Uniformity analysis. (#3704)
Yong He
2024-03-07
*
[slangc] generate an error when `-entry` is not specified for targets that re...
Yong He
2024-03-05
*
Make slangc commandline parsing compatible with renderdoc. (#3658)
Yong He
2024-03-01
[next]