summaryrefslogtreecommitdiffstats
path: root/source/slang/slang-ir-translate-glsl-global-var.cpp
Commit message (Expand)AuthorAge
* Add WaveGetLane* support for Metal and WGSL (#6371)Darren Wihandi2025-02-28
* Add support for GLSL interface blocks (#6351)cheneym22025-02-13
* Properly plumbing layout for global varyings. (#6198)Yong He2025-01-27
* Implement specialization constant support in numthreads / local_size (#5963)Julius Ikkala2025-01-14
* Lower varying parameters as pointers instead of SSA values. (#5919)Yong He2025-01-07
* formatEllie Hermaszewska2024-10-29
* Fix bug in `translateGlslGlobalVar()`. (#5181)Yong He2024-09-27
* fix `WorkgroupSize()` compiler failiure (#4505)ArielG-NV2024-06-28
* Fix incorrect drop of decoration when translating glsl global var to entrypoi...Yong He2024-06-12
* Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV2024-04-25
* Properly compile `gl_WorkgroupSize`. (#3925)Yong He2024-04-10
* Implement 8.14-8.19 of OpenGL-GLSL specificationArielG-NV2024-04-03
* Fix missing PerPrimitive decoration in mesh shader output. (#3828)Yong He2024-03-25
* Fix lowering of glsl builtin globals. (#3767)Yong He2024-03-14
* GLSL/SPIRV Fixes. (#3337)Yong He2023-11-16
* Add GLSL Compatibility. (#3321)Yong He2023-11-14