summaryrefslogtreecommitdiffstats
path: root/source/slang/core.meta.slang
Commit message (Expand)AuthorAge
...
* Atomics+Wave ops intrinsics fixes. (#3542)Yong He2024-02-02
* Add ConstBufferPointer::subscript. (#3415)Yong He2023-12-15
* GLSL SSBO Support (#3400)Ellie Hermaszewska2023-12-15
* Define `Texture::Sample` for float element types only. (#3403)Yong He2023-12-12
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* Add GLSL Compatibility. (#3321)Yong He2023-11-14
* Cleanup builtin arithmetic interfaces. (#3317)Yong He2023-11-10
* Add `IArray`. (#3281)Yong He2023-10-25
* Add `requirePrelude()` intrinsic function. (#3250)Yong He2023-09-29
* Support `constref` parameters passing. (#3249)Yong He2023-09-28
* Various slangpy fixes. (#3227)Yong He2023-09-21
* Direct SPIRV: Rasterization pipeline tests. (#3216)Yong He2023-09-20
* Added `[AutoPyBindCUDA]` for automatic kernel binding + `[PyExport]` for expo...Sai Praveen Bangaru2023-09-19
* SPIR-V image operations (#3163)Ellie Hermaszewska2023-09-05
* Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He2023-08-28
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Support per field matrix layout (#3101)Yong He2023-08-14
* Fix `Texture2D.Load()` with offset. (#3094)Yong He2023-08-10
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Refactor `dmul(This, Differential)` to `dmul<T:Real>(T, Differential)` (#3029)Sai Praveen Bangaru2023-07-26
* Add glsl intrinsics for CalculateLevelOfDetail (#3023)Ellie Hermaszewska2023-07-26
* Add GatherCmp* for texture objects (#3024)Ellie Hermaszewska2023-07-26
* Add sampleCount parameter for read-only textures. (#3011)Yong He2023-07-21
* Add `sampleCount` parameter for MS textures. (#3001)Yong He2023-07-19
* Add glsl intrinsic for SampleCmpLevelZero with offset and correct existing in...Ellie Hermaszewska2023-07-10
* Refactor "meta" decls for stdlib texture types (#2932)Theresa Foley2023-07-03
* Add support for vk::image_format attribute (#2945)jsmall-nvidia2023-06-28
* Add [Differentiable(n)] syntax to specify max order. (#2883)Yong He2023-05-14
* Add finalized keywords for autodiff. (#2882)Yong He2023-05-12
* Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska2023-05-12
* Fix function side-effectness prop logic. (#2875)Yong He2023-05-09
* Various dxc/fxc compatibility fixes. (#2863)Yong He2023-05-02
* Embed stdlib documentation to AST. (#2851)Yong He2023-04-27
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* Support recomputing phi params in bwd prop func. (#2841)Yong He2023-04-25
* Add warning for returning without initializing out parameter (#2807)Ellie Hermaszewska2023-04-21
* WIP: "deprecated" attribute (#2698)Ellie Hermaszewska2023-04-17
* Warn on float-to-double coercion for arguments. (#2802)Yong He2023-04-13
* Cleaner impl of unary stdlib derivative functions. (#2785)Yong He2023-04-10
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26
* Switch to short circuiting semantics for scalar `?:` operator. (#2733)Yong He2023-03-24
* Add support for emitting cuda kernel and host functions. (#2712)Yong He2023-03-17
* Rework differentiability dataflow check. (#2711)Yong He2023-03-17
* Fix Phi simplification bug. (#2710)Yong He2023-03-16
* Add `[CudaDeviceExport]` to allow exporting CUDA device functions. (#2708)Yong He2023-03-16
* Detect and deduplicate read-only resource access. (#2680)Yong He2023-02-27
* More control flow simplifications. (#2673)Yong He2023-02-24
* Overhaul global inst deduplication and cpp/cuda backend. (#2654)Yong He2023-02-16
* Add Loop Unrolling Pass. (#2644)Yong He2023-02-13
* Reverse-mode Loop Support (#2635)Sai Praveen Bangaru2023-02-09