summaryrefslogtreecommitdiffstats
path: root/tests/language-feature
Commit message (Expand)AuthorAge
...
* Add support for bitfields (#3639)Ellie Hermaszewska2024-03-01
* Language server robustness fix. (#3607)Yong He2024-02-20
* Fix lowering of static consts in a generic function. (#3573)Yong He2024-02-12
* Fix type checking around generic array types. (#3568)Yong He2024-02-11
* Improve Capability System (#3555)Yong He2024-02-06
* Capability type checking. (#3530)Yong He2024-02-02
* FP16 atomics for RWByteAddresBuffer, fp32 atomics for images. (#3536)Yong He2024-02-01
* Fixes for `module` and `include`. (#3519)Yong He2024-01-25
* [SPIRV] Support `globallycoherent` and `[vk::index()]`. (#3488)Yong He2024-01-24
* Diagnose for invalid decl nesting + namespace lookup fixes. (#3397)Yong He2023-12-11
* Handle import, entrypoint and global params in included files. (#3395)Yong He2023-12-08
* Support visibility control and default to `internal`. (#3380)Yong He2023-12-06
* Support `include` for pulling file into the current module. (#3377)Yong He2023-12-05
* Improve generic type argument inference. (#3370)Yong He2023-11-29
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Add mnemonic parsing for `intrinsic_type` modifier. (#3306)Yong He2023-11-01
* Parameter binding and gfx fixes. (#3302)Yong He2023-11-01
* Add `IArray`. (#3281)Yong He2023-10-25
* Support generic interfaces. (#3278)Yong He2023-10-25
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Correctly identify the number of operands to image sampling operands in SPIR-...Ellie Hermaszewska2023-09-12
* Add Mesh and Task shader support to GFX (#3190)Ellie Hermaszewska2023-09-11
* Incur l-value conversion cost during overload resolution. (#3195)Yong He2023-09-07
* SPIR-V image operations (#3163)Ellie Hermaszewska2023-09-05
* Proper lowering of functiosn that returns NonCopyable values. (#3179)Yong He2023-09-03
* Correct parsing spirv with no rhs operands (#3161)Ellie Hermaszewska2023-08-29
* Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He2023-08-28
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* Initial version of spirv_asm block (#3151)Ellie Hermaszewska2023-08-25
* Allow loop counters to be used as constexpr arguments. (#3139)Yong He2023-08-18
* Support nested structs in function bodies. (#3078)Yong He2023-08-09
* Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska2023-07-10
* Pointer layout support (#2930)jsmall-nvidia2023-06-27
* Fix generic param inference through TypeCastIntVal. (#2916)Yong He2023-06-02
* Preserve type cast during AST constant folding. (#2912)Yong He2023-05-31
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12
* MVP for higher order functions (#2849)Ellie Hermaszewska2023-05-11
* Matrix swizzle writes (#2713)Ellie Hermaszewska2023-04-13
* Fix inlining pass. (#2506)Yong He2022-11-10
* Allow multi-level breaks to break out of `switch` statements. (#2451)Yong He2022-10-13
* Support multi-level break + single-return conversion + general inline. (#2436)Yong He2022-10-10
* Support partial inference of generic arguments (#2404)Theresa Foley2022-09-20
* Run simple compute kernel in gfx-smoke test. (#2400)Yong He2022-09-15
* Language feature: pointer sized int types. (#2401)Yong He2022-09-15
* Multi parameter `__subscript` (#2392)Yong He2022-09-05
* Small fix to enable generic typealias. (#2391)Yong He2022-09-01
* Public interface for arithmetic types in stdlib. (#2389)Yong He2022-09-01
* Allow `static const` interface requirements. (#2378)Yong He2022-08-24
* Compiler time evaluation of all int and bool operators. (#2376)Yong He2022-08-24
* Support compile-time constant int val in the form of polynomials. (#2372)Yong He2022-08-22