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
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
2023-03-23
Fix various autodiff crashes related to interface usage. (#2730)
Yong He
2023-03-23
AD: Fix type checking for higher-order custom derivatives definitions (#2729)
Sai Praveen Bangaru
2023-03-21
[TreatAsDifferentiable] functions. (#2720)
Yong He
2023-03-21
Fix associated type resolution bug. (#2719)
Yong He
2023-03-21
Fix IntVal type check. (#2718)
Yong He
2023-03-21
Add texture tri-linear autodiff example. (#2715)
Yong He
2023-03-16
Fix Phi simplification bug. (#2710)
Yong He
2023-03-13
Support high order diff pattern: `bwd_diff(fwd_diff(f))`. (#2695)
Yong He
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-03-07
Reuse higher-order `ResolveInvoke` logic to resolve func refs in `[*Derivativ...
Yong He
2023-02-24
Support dynamic dispatch a backward differentiable function. (#2678)
Yong He
2023-02-24
Fix differential type registration through non-differentiable type. (#2677)
Yong He
2023-02-17
Fixed crash when lowering IR for no_diff struct member. (#2658)
Yong He
2023-02-14
Preliminary debugBreak support (#2647)
jsmall-nvidia
2023-02-10
Fix checking of `[BackwardDerivativeOf]` attribute. (#2640)
Yong He
2023-01-30
Make ArrayExpressionType a DeclRefType and define its autodiff extension in s...
Yong He
[next]