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