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-check-shader.cpp
Commit message (
Expand
)
Author
Age
*
Optionally disable entry point param cbuffer transform
yum
2025-10-17
*
Rename some symbols related to pointers types (#8592)
Theresa Foley
2025-10-03
*
Fix segfault when shader entry points return resource types (#8434)
Copilot
2025-09-29
*
Diagnostic on use of unsupported entry point modifiers (#8487)
James Helferty (NVIDIA)
2025-09-26
*
Split overloaded uses of RefType in front-end (#8427)
Theresa Foley
2025-09-23
*
[CBP] Pointer frontend changes + groupshared pointer support (#7848)
ArielG-NV
2025-08-29
*
Allow specializing entrypoints with generic value args or variadic types from...
Yong He
2025-08-09
*
fix #7869 (#7871)
ArielG-NV
2025-07-23
*
Add MLP training examples. (#7550)
Yong He
2025-06-30
*
Mediate access to ContainerDecl members (#7242)
Theresa Foley
2025-06-09
*
Make interface types non c-style in Slang2026. (#7260)
Yong He
2025-06-04
*
Initial support for immutable lambda expressions. (#6914)
Yong He
2025-04-30
*
Add Slang Byte Code generation and interpreter. (#6896)
Yong He
2025-04-28
*
findAndValidateEntryPoint should return null on failing (#6695)
kaizhangNV
2025-03-26
*
Sharpen condition on warning about used capabilities relative to selected pro...
Anders Leino
2025-03-10
*
Properly plumbing layout for global varyings. (#6198)
Yong He
2025-01-27
*
Support specializing generic entrypoints in `findAndCheckEntryPoint`. (#5890)
Yong He
2024-12-17
*
Don't treat StrcturedBuffer<IFoo> as a specializable param. (#5645)
Yong He
2024-11-22
*
Add datalayout for constant buffers. (#5608)
Yong He
2024-11-21
*
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-11-05
*
format
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Allow lookups of overloaded methods. (#5110)
Sai Praveen Bangaru
2024-09-19
*
Support entrypoints defined in a namespace. (#5011)
Yong He
2024-09-05
*
Allow capabilities to be used with `[shader("...")]` (#4928)
ArielG-NV
2024-08-28
*
Allow implicit 'uniform' entrypoint parameters. (#4765)
Yong He
2024-08-01
*
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-07-23
*
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-18
*
Implement HLSL resource bindings and default type `float4` to `SubpassInput<T...
ArielG-NV
2024-06-28
*
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
*
Support different SPIRV versions. (#4254)
Yong He
2024-06-01
*
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-16
*
Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...
Sai Praveen Bangaru
2024-04-30
*
add `-ignore-capabilities` flag (#3984)
ArielG-NV
2024-04-19
*
Fix another bug in entrypoint specialization arg synthesis. (#3933)
Yong He
2024-04-12
*
Fix checking logic of entry point specialization arguments. (#3916)
Yong He
2024-04-10
*
Add more cases for `isUniformParameterType`. (#3800)
Yong He
2024-03-19
*
Fix side effect checking around storage buffer type. (#3762)
Yong He
2024-03-13
*
Fix crash when specializing generic entry points. (#3760)
Yong He
2024-03-13
*
Link-time specialization fixes. (#3734)
Yong He
2024-03-11
*
Fix SPIRV lowering issue. (#3608)
Yong He
2024-02-21
*
Support loading serialized modules. (#3588)
Yong He
2024-02-15
*
Capability type checking. (#3530)
Yong He
2024-02-02
*
Handle import, entrypoint and global params in included files. (#3395)
Yong He
2023-12-08
*
Parameter binding and gfx fixes. (#3302)
Yong He
2023-11-01
*
squash warnings (#3113)
Ellie Hermaszewska
2023-08-15
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-18
*
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
[next]