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
*
Make slangc commandline parsing compatible with renderdoc. (#3658)
Yong He
2024-03-01
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-23
*
Refactor compiler option representations. (#3598)
Yong He
2024-02-20
*
Capability type checking. (#3530)
Yong He
2024-02-02
*
Atomics+Wave ops intrinsics fixes. (#3542)
Yong He
2024-02-02
*
Add slangc option to specialize entrypoint + auto glsl mode. (#3531)
Yong He
2024-02-01
*
Add `-fspv-reflect` support. (#3464)
Yong He
2024-01-19
*
Capability def parsing & codegen + disjoint sets (#3451)
Yong He
2024-01-18
*
Allow whole program compile when using direct spirv backend. (#3342)
Yong He
2023-11-20
*
Add GLSL Compatibility. (#3321)
Yong He
2023-11-14
*
Add -repro-fallback-directory (#3188)
jsmall-nvidia
2023-09-07
*
s/depreciated/deprecated/ (#3153)
Ellie Hermaszewska
2023-08-29
*
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-28
*
Correct check for empty target flags (#3115)
Ellie Hermaszewska
2023-08-16
*
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-15
*
Support per field matrix layout (#3101)
Yong He
2023-08-14
*
Support `-fvk-use-gl-layout` for ByteAddressBuffer load/store. (#3068)
Yong He
2023-08-08
*
Add option to use original entrypoint in spirv output. (#3047)
Yong He
2023-08-04
*
Add support for `-fvk-invert-y`. (#3012)
Yong He
2023-07-21
*
Fix vk-shift-* mapping issue (#2993)
jsmall-nvidia
2023-07-14
*
Allow setting of HLSLToVulkan options without having a target specified on th...
jsmall-nvidia
2023-07-14
*
Add perf benchmark utility. (#2977)
Yong He
2023-07-11
*
Source embedding for output (#2889)
jsmall-nvidia
2023-05-22
*
Add slangc options for reporting downstream compile time. (#2878)
Yong He
2023-05-10
*
Improvements around HLSLToVulkanLayout (#2867)
jsmall-nvidia
2023-05-04
*
HLSL->Vulkan binding support (#2865)
jsmall-nvidia
2023-05-03
*
Various dxc/fxc compatibility fixes. (#2863)
Yong He
2023-05-02
*
Update slang-options.cpp
jsmall-nvidia
2023-05-02
*
Markdown CommandOptions (#2860)
jsmall-nvidia
2023-05-02
*
CommandOptions (#2856)
jsmall-nvidia
2023-04-29
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
StringBuilder to lowerCamel (#2840)
jsmall-nvidia
2023-04-25
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
Improvements outputting containers (#2815)
jsmall-nvidia
2023-04-20
*
Round trip source map (#2810)
jsmall-nvidia
2023-04-17
*
Artifact Container (#2783)
jsmall-nvidia
2023-04-12
*
Artifact simplification (#2781)
jsmall-nvidia
2023-04-11
*
Add PyTorch C++ binding generation. (#2734)
Yong He
2023-03-26
*
Add support for emitting cuda kernel and host functions. (#2712)
Yong He
2023-03-17
*
Support for producing SourceMap on emit (#2707)
jsmall-nvidia
2023-03-17
*
Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)
Yong He
2023-03-16
*
Support GL_EXT_fragment_shader_barycentric (#2704)
Samuel Kogler
2023-03-16
*
Support for PDB output from DXC (#2693)
jsmall-nvidia
2023-03-10
*
Avoid dots in auto-detected filename extensions (#2566)
Ellie Hermaszewska
2023-01-04
*
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-16
*
Improvements around diagnostic controls (#2414)
jsmall-nvidia
2022-09-28
*
Make ISlangFileSystem derive from ICastable (#2386)
jsmall-nvidia
2022-09-01
*
Make FileSystem files and OS files distinct (#2383)
jsmall-nvidia
2022-09-01
*
Use enums with backing types in Slang API (#2375)
jsmall-nvidia
2022-08-24
[next]