summaryrefslogtreecommitdiff
path: root/source/slang
AgeCommit message (Expand)Author
2024-05-08Support `[__ref]` attribute to make `this` pass by reference. (#4139)Yong He
2024-05-08`slangc` tool experience improvements. (#4140)Yong He
2024-05-08Fix legalization of `kIROp_GetLegalizedSPIRVGlobalParamAddr`. (#4141)Yong He
2024-05-08Fix crash in obfuscation (#4134)kaizhangNV
2024-05-08Fix NonUniformResourceIndex legalization for SPIRV. (#4133)Yong He
2024-05-08capture/replay: interface implementation 1 (#4122)kaizhangNV
2024-05-07Make sure pointer local vars have `AliasedPointer` decoration. (#4132)Yong He
2024-05-07Support Metal math functions (#4118)Jay Kwak
2024-05-06Support groupshared variables for Metal. (#4116)Yong He
2024-05-06Delete `wrap-global-context` pass. (#4114)Yong He
2024-05-03Fix mistake in WaveMatch intrinsic. (#4105)Yong He
2024-05-03Add host shared library target. (#4098)Yong He
2024-05-03Don't bottleneck Wave intrinsics through `WaveMask*` for spirv. (#4099)Yong He
2024-05-03Fix `Ptr::__subscript` to accept any integer index. (#4100)Yong He
2024-05-03Utilize vector operations over scalar if possible (#4092)Jay Kwak
2024-05-02Support generic constraints that are dependent on another generic param. (#4091)Yong He
2024-05-02Fix unzipping logic for inout non-diff parameters and adjust tests (#4090)Sai Praveen Bangaru
2024-05-02Handle case where types can be used as their own `Differential` type. (#4057)Sai Praveen Bangaru
2024-05-02Allow multiple _AttributeTargets for attribute declaration (#4087)kaizhangNV
2024-05-02Fix fmod behavior targetting GLSL and SPIR-V (#4080)Jay Kwak
2024-05-02Implement SPIR-V target for GLSL functions (#4083)Jay Kwak
2024-05-01Delete out-of-date assert. (#4079)Yong He
2024-05-01Fix/replace target intrinsic to target switch part 2 (#4058)Jay Kwak
2024-05-01Copy default target's optionSet to code-gen target's optionSet (#4073)kaizhangNV
2024-05-01Fix compile failures when using debug symbol. (#4069)Yong He
2024-05-01SPIRV: Fix performance issue when handling large arrays. (#4064)Yong He
2024-05-01SPIRV: Fix storage class for unwrapped pointers (#4068)cheneym2
2024-05-01Add ParamDecl as the attribute target (#4067)kaizhangNV
2024-05-01Adds functionality to dump IR to stdout (#4065)Sriram Murali
2024-04-30Avoid classifying methods with `[numthreads]` as entry points for CUDA-relate...Sai Praveen Bangaru
2024-04-30Added diagnostics & built-in type lowering for `[CUDAKernel]` functions (#4042)Sai Praveen Bangaru
2024-04-30Generate vectorized version of byteaddress load/store methods (#4036)Sriram Murali
2024-04-30Change stdlib to not depend on short-circuit (#4056)kaizhangNV
2024-04-30Add option -disable-short-circuit (#4054)kaizhangNV
2024-04-30Metal: Vertex/Fragment builtin and layouts. (#4044)Yong He
2024-04-29Replace __target_intrinsics and __specialize_for_target, part 1 (#4050)Jay Kwak
2024-04-29Do not mangle the name of identifiers when __extern_cpp is added (#4052)kaizhangNV
2024-04-26Fix invoke resolution when dealing with overloded type expressions (#4043)Sai Praveen Bangaru
2024-04-26WIP: Force Inline If RefType (#4005)ArielG-NV
2024-04-25Fix unpackUnorm4x8 and unpackSnorm4x8 (#4033)Jay Kwak
2024-04-25Keep const-ness in generic functions (#4028)Jay Kwak
2024-04-25Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV
2024-04-24Parameter layout and reflection for Metal bindings. (#4022)Yong He
2024-04-24Fix macos CI and clang warnings. (#4019)Yong He
2024-04-24Silent compiler warning about missing override keywords (#4018)Jay Kwak
2024-04-24Avoid DXC warnings for missing bitwise op parantheses (#4004)Jay Kwak
2024-04-23Do not diagnose error when a symbols is defined as 'extern' and 'export' (#4010)kaizhangNV
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-23Fix a bug in the forward derivative of cross product (#4006)Lifan Wu
2024-04-23use memberExpr instead of varExpr (#4008)ArielG-NV