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-check-impl.h
Age
Commit message (
Expand
)
Author
2024-12-10
Don't emit a warning when implicit casting from known in-range int lit to hal...
Yong He
2024-12-09
Allow pointers to existential values. (#5793)
Yong He
2024-11-21
Add datalayout for constant buffers. (#5608)
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-20
Properly check switch case. (#5341)
Yong He
2024-10-09
Support constant folding for static array access. (#5248)
Yong He
2024-10-09
Fix precompiled glsl modules (#5230)
cheneym2
2024-09-19
Add diagnostic to verify the left hand side of a generic constraint. (#5112)
Yong He
2024-09-19
Synthesize conformance for generic requirements. (#5111)
Yong He
2024-09-19
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-18
Add `IRWArray` interface, and make StructuredBuffer conform to them. (#5097)
Yong He
2024-09-16
Add API method to specialize function reference with argument types (#4966)
Sai Praveen Bangaru
2024-09-05
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-04
Preserve name in DeclRefExpr for correct highlighitng of `This`. (#4980)
Yong He
2024-08-30
Support extension on generic type. (#4968)
Yong He
2024-08-30
Support specialization constants. (#4963)
Yong He
2024-08-27
Add functor syntax support. (#4926)
Yong He
2024-08-27
Explicitly detach derivative when forming a non-differentiable struct out of ...
Sai Praveen Bangaru
2024-08-20
Support dependent generic constraints. (#4870)
Yong He
2024-08-19
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-14
Variadic Generics Part 1: parsing and type checking. (#4833)
Yong He
2024-07-23
Simplify `CapabilitySet` Diagnostic Printing (#4678)
ArielG-NV
2024-07-18
Adjust how `slang` and `slangc` uses a `profile` to manage the stage of an en...
ArielG-NV
2024-07-10
Various fixes around differentiable member associations `[DerivativeMember(<d...
Sai Praveen Bangaru
2024-06-12
Add slangc flag to `-zero-initialize` all variables (#3987)
ArielG-NV
2024-06-11
Fix `GetAttributeAtVertex` for spirv and glsl targets. (#4334)
Yong He
2024-06-08
SPIRV `Block` decoration fixes. (#4303)
Yong He
2024-06-06
Fix build warnings and treat warnings as error on CI (#4276)
Jay Kwak
2024-05-29
Improve compile time performance. (#3857)
Yong He
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-14
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-02
Handle case where types can be used as their own `Differential` type. (#4057)
Sai Praveen Bangaru
2024-04-30
Add option -disable-short-circuit (#4054)
kaizhangNV
2024-04-19
add `-ignore-capabilities` flag (#3984)
ArielG-NV
2024-04-16
Init expressions for struct fields support, #3738 (#3907)
ArielG-NV
2024-04-15
[GFX] Fix d3d12 buffer view creation logic for StructuredBuffers. (#3954)
Yong He
2024-04-09
Allow COM based API to discover and check entrypoints without [shader] attrib...
Yong He
2024-04-03
Fix assertions due to malformed switch statements (#3858)
sriramm-nv
2024-04-02
Allow enum values to be used as generic arguments. (#3874)
Yong He
2024-04-01
Allow bit operators on enum types. (#3862)
Yong He
2024-03-28
Fix type union logic in generic type inference. (#3852)
Yong He
2024-03-27
Fix lookup to prevent finding `typedef` itself. (#3848)
Yong He
2024-03-26
Implement GLSL gimageDim & memory qualifiers with optional extension(s); reso...
ArielG-NV
2024-03-23
Allow anonymous struct. (#3822)
Yong He
2024-03-21
Support arrow operator `->` on pointers. (#3812)
Yong He
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-14
Add diagnostic on invalid type constraint. (#3769)
Yong He
2024-03-13
Add wrapper type synthesis logic for constructors. (#3756)
Yong He
2024-03-07
Link-time constant and linkage API improvements. (#3708)
Yong He
[prev]
[next]