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-decl.cpp
Age
Commit message (
Expand
)
Author
2024-02-09
Support link-time constants. (#3564)
Yong He
2024-02-06
Improve Capability System (#3555)
Yong He
2024-02-02
Capability type checking. (#3530)
Yong He
2024-01-25
Fixes for `module` and `include`. (#3519)
Yong He
2023-12-15
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-11
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-08
Handle import, entrypoint and global params in included files. (#3395)
Yong He
2023-12-06
Change default visibility of interface members and update docs. (#3381)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-12-05
Support `include` for pulling file into the current module. (#3377)
Yong He
2023-11-29
Improve generic type argument inference. (#3370)
Yong He
2023-11-28
Misc language server fixes. (#3357)
Yong He
2023-11-14
Add GLSL Compatibility. (#3321)
Yong He
2023-11-06
Fix ICE when lowering an associatedtype declref from an derived interface. (#...
Yong He
2023-11-03
Add SubgroupQuad intrinsics for glsl/spirv. (#3310)
Yong He
2023-11-03
Add more diagnostics on invalid custom derivative use. (#3309)
Yong He
2023-10-26
Add more diagnostics around use of custom derivatives. (#3291)
Yong He
2023-10-25
Add `IArray`. (#3281)
Yong He
2023-10-25
Support generic interfaces. (#3278)
Yong He
2023-10-02
More direct-SPIRV fixes. (#3257)
Yong He
2023-09-28
Support `constref` parameters passing. (#3249)
Yong He
2023-09-07
Fix compiler crashing when `[BackwardDerivativeOf(fn)]` refers to an unresolv...
Sai Praveen Bangaru
2023-09-07
Fix erroneous diagnostic when checking a generic differentiable mutable metho...
winmad
2023-09-01
Fix GLSL code gen around RayQuery and HitObject types. (#3173)
Yong He
2023-08-17
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-15
squash warnings (#3113)
Ellie Hermaszewska
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-08-07
Fix `Val` deduplication bug. (#3050)
Yong He
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-27
Fix push constant on global variables. (#3034)
Yong He
2023-07-26
Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)
Sai Praveen Bangaru
2023-07-19
Add `sampleCount` parameter for MS textures. (#3001)
Yong He
2023-07-18
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-12
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-07
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-06
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-05
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-06-29
Issue diagnostic for incorrect parameter types & directionality when defining...
Sai Praveen Bangaru
2023-05-30
Fix derivative signature bug in checkDerivativeAttribute. (#2905)
Yong He
2023-05-30
Disallow duplicate enumerator names in the same enum (#2904)
Ellie Hermaszewska
2023-05-03
Improve intellisense for attribute arguments. (#2864)
Yong He
2023-05-02
gfx: fix vulkan validation errors. (#2861)
Yong He
2023-04-28
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-26
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
Autodiff support for dynamically dispatched generic method. (#2846)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-13
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-04-07
Fix crash on overloaded custom derivative function (#2782)
Sai Praveen Bangaru
2023-04-04
Fix crash on encountering undefined identifier when checking derivative attri...
Sai Praveen Bangaru
[next]