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-expr.cpp
Commit message (
Expand
)
Author
Age
*
Allow non-static const to be considered compile-time constant. (#3645)
Yong He
2024-02-28
*
Fix parsing of literals in stdlib. (#3610)
Yong He
2024-02-21
*
Support loading serialized modules. (#3588)
Yong He
2024-02-15
*
Support link-time constants. (#3564)
Yong He
2024-02-09
*
Support pointers in SPIRV. (#3561)
Yong He
2024-02-08
*
Capability type checking. (#3530)
Yong He
2024-02-02
*
Add ConstBufferPointer::subscript. (#3415)
Yong He
2023-12-15
*
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-15
*
Polish language server and documentation. (#3410)
Yong He
2023-12-13
*
Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)
Yong He
2023-12-11
*
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-06
*
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-16
*
Add GLSL Compatibility. (#3321)
Yong He
2023-11-14
*
Cleanup builtin arithmetic interfaces. (#3317)
Yong He
2023-11-10
*
Fix ICE when lowering an associatedtype declref from an derived interface. (#...
Yong He
2023-11-06
*
Add `IArray`. (#3281)
Yong He
2023-10-25
*
Small type system fixes. (#3265)
Yong He
2023-10-06
*
Various AD Fixes (#3263)
Sai Praveen Bangaru
2023-10-05
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
Direct SPIRV for RayTracing Inline. (#3201)
Yong He
2023-09-12
*
Fix attribute highlighting + language server crash. (#3198)
Yong He
2023-09-08
*
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-05
*
Proper lowering of functiosn that returns NonCopyable values. (#3179)
Yong He
2023-09-03
*
Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)
Yong He
2023-08-31
*
Bottleneck `TypeCastIntVal` creation through ASTBuilder (#3171)
Sai Praveen Bangaru
2023-08-31
*
Wave intrinsics. (#3164)
Yong He
2023-08-29
*
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-28
*
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
*
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-17
*
Allow member lookup through modified type. (#3091)
Yong He
2023-08-10
*
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-08-04
*
Fix data-flow analysis not propagating diff property through differentiable c...
Sai Praveen Bangaru
2023-07-21
*
Simplify Lookup and improve compiler performance. (#2996)
Yong He
2023-07-18
*
Create and cache flattened inheritance lists (#2740)
Theresa Foley
2023-07-12
*
Extend `no_diff` to support subscript operations on resources and array varia...
Sai Praveen Bangaru
2023-07-12
*
Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)
Yong He
2023-07-07
*
Fix erroneous error claiming variable is being used before its declaration (#...
Ellie Hermaszewska
2023-07-06
*
Bottleneck DeclRef creation through ASTBuilder. (#2689)
Yong He
2023-07-05
*
Disable l-value coercion for ref types (#2960)
jsmall-nvidia
2023-07-05
*
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-07-05
*
Fix for operator assignment issue (#2951)
jsmall-nvidia
2023-06-30
*
Preserve type cast during AST constant folding. (#2912)
Yong He
2023-05-31
*
MVP for higher order functions (#2849)
Ellie Hermaszewska
2023-05-11
*
Use Index for FuncType param count (#2853)
Ellie Hermaszewska
2023-04-28
*
Fix most of the disabled warnings on gcc/clang (#2839)
Ellie Hermaszewska
2023-04-26
*
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-04-25
*
WIP: "deprecated" attribute (#2698)
Ellie Hermaszewska
2023-04-17
*
Warn on float-to-double coercion for arguments. (#2802)
Yong He
2023-04-13
*
Fix IRArrayType emit logic. (#2754)
Yong He
2023-03-29
[next]