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
2025-01-01
Fixed incorrect condition in Session::queryInterface. (#5978)
Pétur Darri Pétursson
2024-12-26
Add packed 8bit builtin types (#5939)
Darren Wihandi
2024-12-17
Fix entrypoint auto discovery logic. (#5885)
Yong He
2024-12-10
Fix a crash when search for files. (#5818)
Yong He
2024-11-21
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-13
Make `getDependencyFilePath` return most unique identity. (#5553)
Yong He
2024-11-11
Reflection compiler option (#5507)
tareksander
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-30
Write only texture types. (#5454)
Yong He
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-28
More wasm binding for playground. (#5420)
Yong He
2024-10-25
Replace stdlib on Slang API with CoreModule (#5405)
Jay Kwak
2024-10-24
Fix incorrect debug assert in `getLanguagePrelude`. (#5402)
Yong He
2024-10-23
Fix several bugs with `specializeWithArgTypes()` (#5365)
Sai Praveen Bangaru
2024-10-15
Add stdlib documentation for attributes and interfaces. (#5297)
Yong He
2024-10-14
Write out summary of documentation in docgen tool. (#5266)
Yong He
2024-10-08
Overhaul docgen tool and setup CI to generate stdlib reference. (#5232)
Yong He
2024-10-07
Add WGSL support for slang-test (#5174)
Anders Leino
2024-10-04
Add interfaces for retrieving separate linkable downstream binaries (#5128)
cheneym2
2024-09-30
Add COM API for querying metadata. (#5168)
Yong He
2024-09-19
Allow lookups of overloaded methods. (#5110)
Sai Praveen Bangaru
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
[next]