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.cpp
Age
Commit message (
Expand
)
Author
2024-09-16
Add API method to specialize function reference with argument types (#4966)
Sai Praveen Bangaru
2024-09-09
Initial WGSL support (#5006)
Anders Leino
2024-09-05
Initial -embed-spirv support (#4974)
cheneym2
2024-09-05
Support entrypoints defined in a namespace. (#5011)
Yong He
2024-08-29
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-28
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-08-27
Add ability to specialize generic references to functions, types and more (#4...
Sai Praveen Bangaru
2024-08-26
Implement `-fvk-use-dx-layout` (#4912)
ArielG-NV
2024-08-15
Make precompileForTargets work with Slang API (#4845)
cheneym2
2024-08-13
GitHub action benchmark (#4804)
venkataram-nv
2024-08-07
More reflection API features. (#4740)
Sai Praveen Bangaru
2024-08-05
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-07-24
Cleanup global memory allocations on shutdown. (#4731)
Yong He
2024-07-19
Support parameter block in metal shader objects. (#4671)
Yong He
2024-07-18
Initial implementation for decl-tree reflection API (#4666)
Sai Praveen Bangaru
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-07-11
populate slang-tag-version with cmake (#4611)
Ellie Hermaszewska
2024-07-10
Revert slang-tag-version include path.
Yong He
2024-07-11
Cope with failed version parsing (#4609)
Ellie Hermaszewska
2024-07-10
Add reflection API for functions. (#4587)
Yong He
2024-07-08
Language server performance and document symbol fix. (#4561)
Yong He
2024-06-12
Delete glsl_vulkan and glsl_vulkan_one_desc targets. (#4361)
Yong He
2024-06-12
Capability System: Implicit capability upgrade warning/error (#4241)
ArielG-NV
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-12
Extend the COM-based API to support whole program compilation. (#4355)
Yong He
2024-06-04
Add APIs to get profile of compile time (#4242)
kaizhangNV
2024-06-01
Support different SPIRV versions. (#4254)
Yong He
2024-05-20
Printing a timing of stdlib build time (#4190)
Jay Kwak
2024-05-17
Add `-minimum-slang-optimization` to favor compile time. (#4186)
Yong He
2024-05-17
capture/relay: Add capture interface classes (#4177)
kaizhangNV
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-14
Propagate warning settings on `Linkage` to IR passes. (#4156)
Yong He
2024-05-08
`slangc` tool experience improvements. (#4140)
Yong He
2024-05-03
Add host shared library target. (#4098)
Yong He
2024-05-01
Copy default target's optionSet to code-gen target's optionSet (#4073)
kaizhangNV
2024-05-01
Fix compile failures when using debug symbol. (#4069)
Yong He
2024-04-30
Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...
Sai Praveen Bangaru
2024-04-30
Change stdlib to not depend on short-circuit (#4056)
kaizhangNV
2024-04-30
Add option -disable-short-circuit (#4054)
kaizhangNV
2024-04-30
Metal: Vertex/Fragment builtin and layouts. (#4044)
Yong He
2024-04-19
Add metal downstream compiler + metallib target. (#3990)
Yong He
2024-04-17
Add skeleton for metal backend. (#3971)
Yong He
2024-04-12
Fix the issue that 'spGetDependencyFilePath' report 'unknown' (#3927) (#3939)
kaizhangNV
2024-04-12
Add missing astBuilder setting in `ComponentType::tryFoldIntVal`. (#3934)
Yong He
2024-04-11
Fix the issues when compiling slang to library (#3936)
kaizhangNV
2024-04-09
Allow COM based API to discover and check entrypoints without [shader] attrib...
Yong He
2024-03-19
Fix inconsistent digest of precompiled module. (#3796)
Yong He
2024-03-18
Fix name mangling and source file finding logic for precompiled module valida...
Yong He
2024-03-12
Fix `sessionDesc.defaultMatrixLayoutMode` being ineffective. (#3753)
Yong He
2024-03-11
Link-time specialization fixes. (#3734)
Yong He
[next]