summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-emit.cpp
Commit message (Expand)AuthorAge
...
* Add validation for destination of atomic operations (#6093)Anders Leino2025-01-22
* Remove unnecessary parameters from Metal entry point signature (#6131)Darren Wihandi2025-01-22
* Implement Quad Control intrinsics (#5981)Darren Wihandi2025-01-17
* Move global variable initialization into entry points for WGSL (#6106)Anders Leino2025-01-16
* Inline global constants that contains opaque handles for legalization. (#6098)Yong He2025-01-15
* Emit errors when seeing a matrix with row/col count of 1 (#6044)Anders Leino2025-01-15
* Initial implementation of SP#015 `DescriptorHandle<T>`. (#6028)Yong He2025-01-10
* [Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...Sai Praveen Bangaru2025-01-09
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* Use disassemble API from SPIRV-Tools (#6001)Jay Kwak2025-01-07
* Fix the logic to determine whether lower generic pass should run. (#5837)Yong He2024-12-11
* Do recursive function checks early during IR linking (#5777)Darren Wihandi2024-12-05
* wgpu: Enable Metal-like legalization for byte addressible buffers (#5681)Anders Leino2024-11-26
* Add datalayout for constant buffers. (#5608)Yong He2024-11-21
* Fix issue with raw default constructors in SPIRV emit (#5556)Sai Praveen Bangaru2024-11-14
* Push buffer load to end of access chain. (#5544)Yong He2024-11-12
* [WGSL] Enable arbitrary arrays in uniform buffers. (#5497)Yong He2024-11-06
* 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
* Add WGSL support for slang-test (#5174)Anders Leino2024-10-07
* Move texture format inference to frontend and add reflection api for it. (#5155)Yong He2024-09-26
* Always run AD cleanup pass. (#5157)Sai Praveen Bangaru2024-09-26
* Implemented Combined-texture for WGSL (#5130)Jay Kwak2024-09-23
* Report AD checkpoint contexts (#5058)venkataram-nv2024-09-18
* Specialize existential return types when possible. (#5044)Yong He2024-09-10
* Initial WGSL support (#5006)Anders Leino2024-09-09
* Initial -embed-spirv support (#4974)cheneym22024-09-05
* Support mixture of precompiled and non-precompiled modules (#4860)cheneym22024-08-29
* Adds a warning for using `[PreferRecompute]` on methods that may contain side...Sai Praveen Bangaru2024-08-27
* Fix Varying Variable Location Assignments With Hull Shaders (#4915)ArielG-NV2024-08-26
* Fixes for Metal ParameterBlock support. (#4752)Yong He2024-07-30
* Move SPIRV global variables into a context variable (#4741)ArielG-NV2024-07-30
* Allow passing sized array to unsized array parameter. (#4744)Yong He2024-07-26
* Overhaul IR lowering of pointer types. (#4710)Yong He2024-07-25
* Add generic descriptor indexing intrinsic (#4389)dubiousconst2822024-07-24
* move autodiff-decoration-stripping-pass so it always runs (#4632)ArielG-NV2024-07-19
* Metal: `Interlocked` (atomic) member function support for buffers (#4655)ArielG-NV2024-07-18
* Allow CPP/CUDA/Metal to lower/legalize buffer-elements to support column_majo...ArielG-NV2024-07-18
* Use slang-glslang.dll for spirv-validation (#4642)Jay Kwak2024-07-17
* SCCP instead of CFG since SCCP removes code of unused branches, not CFG (#4640)ArielG-NV2024-07-16
* use `nullptr' for IRStructKey with `IRDerivativeMemberDecoration` (#4623)ArielG-NV2024-07-12
* Implement non member function atomic texture support (#4544)ArielG-NV2024-07-10
* Remove returned-array-legalization pass for metal (#4478)ArielG-NV2024-06-27
* Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)ArielG-NV2024-06-26
* Remove `IRHLSLExportDecoration` and `IRKeepAliveDecoration` for non-CUDA/Torc...Sai Praveen Bangaru2024-06-13
* Add option to preserve shader parameter declaration in output SPIRV. (#4344)Yong He2024-06-12
* Address glslang ordering requirments for 'derivative_group_*NV' (#4323)ArielG-NV2024-06-10
* Partial implementation of static_assert (#4294)Jay Kwak2024-06-10
* Improve compile time performance. (#3857)Yong He2024-05-29