summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-intrinsic-expand.cpp
Commit message (Expand)AuthorAge
* [CUDA] Fix incorrect `kIROp_RaytracingAccelerationStructureType` emitting log...ArielG-NV2025-08-15
* Add intptr_t abs/min/max operations for CPU & CUDA targets (#6160)Julius Ikkala2025-01-24
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Cleanup atomic intrinsics. (#5324)Yong He2024-10-17
* WGSL texture support for depth and multisampled (#5152)Jay Kwak2024-09-25
* Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He2024-05-14
* Add SPIRV intrinsics for texture footprint query. (#3345)Yong He2023-11-21
* Unify stdlib `Texture` types into one generic type. (#3327)Yong He2023-11-16
* [Direct SPIRV]: ray tracing pipeline intrinsics. (#3244)Yong He2023-09-28
* Allow parsing more than 10 intrinsic arguments (#3014)Ellie Hermaszewska2023-07-25
* Add support for texture footprint queries (#2970)Theresa Foley2023-07-10
* Do not fail when emitting GLSL using unorm/snorm textures (#2973)Ellie Hermaszewska2023-07-10
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* More builtin library support in torch backend. (#2760)Yong He2023-03-30
* Arithmetic simplifications and more IR clean up logic. (#2632)Yong He2023-02-07
* Shader Execution Reordering for VK (#2491)jsmall-nvidia2022-11-15
* Language feature: pointer sized int types. (#2401)Yong He2022-09-15
* Fixes related to combined texture/sampler types (#1894)Theresa Foley2021-06-25
* CUDA layout corner cases/testing (#1881)jsmall-nvidia2021-06-10
* Read half->float RWTexture conversion (#1842)jsmall-nvidia2021-05-15
* Surface access on CUDA is byte addressed in X (#1841)jsmall-nvidia2021-05-15
* Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia2021-05-15
* Add an accessor for IRInst opcode (#1707)Tim Foley2021-02-16
* Fix line offset problem (#1690)jsmall-nvidia2021-02-04