summaryrefslogtreecommitdiff
path: root/source/slang/slang-ir.cpp
AgeCommit message (Expand)Author
2024-08-19Remove using SpvStorageClass values casted into AddressSpace values (#4861)Ellie Hermaszewska
2024-08-19Tuple swizzling, concat, comparison and `countof`. (#4856)Yong He
2024-08-18Variadic Generics Part 2: IR lowering and specialization. (#4849)Yong He
2024-08-05Initial support for precompiled DXIL in slang-modules (#4755)cheneym2
2024-07-30Fixes for Metal ParameterBlock support. (#4752)Yong He
2024-07-26Allow passing sized array to unsized array parameter. (#4744)Yong He
2024-07-25Overhaul IR lowering of pointer types. (#4710)Yong He
2024-07-24Add generic descriptor indexing intrinsic (#4389)dubiousconst282
2024-07-10Fixes to Metal Input parameters and Output value input/output semantics (#4536)ArielG-NV
2024-06-26Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)ArielG-NV
2024-06-24Add case to `emitVectorReshape` for when using a `vector<M, N>` type with `T`...ArielG-NV
2024-06-13Metal: misc fixes and enable more tests. (#4374)Yong He
2024-06-01Prevent hoisting of non-hoistable instructions in non-function values with ...Ellie Hermaszewska
2024-06-01Support different SPIRV versions. (#4254)Yong He
2024-05-16RasterizerOrder resource for spirv and metal. (#4175)Yong He
2024-05-16Capabilities System, CapabilitySet Logic Overhaul (#4145)ArielG-NV
2024-05-14Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)Yong He
2024-05-01Fix compile failures when using debug symbol. (#4069)Yong He
2024-05-01Adds functionality to dump IR to stdout (#4065)Sriram Murali
2024-04-25Support derivative functions in compute & capabilities adjustments (#4014)ArielG-NV
2024-04-23Switch to direct-to-spirv backend as default. (#4002)Yong He
2024-04-19Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)sriramm-nv
2024-04-17Support combined texture sampler when targeting HLSL. (#3963)Yong He
2024-04-03Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...ArielG-NV
2024-04-01Support SM6.6 keyword "WaveSize" (#3871)Jay Kwak
2024-04-01Support `[RequirePrelude]` attribute on types. (#3867)Yong He
2024-03-27Fix incorrect SPV stride for unsized array (#3837)kaizhangNV
2024-03-15Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...ArielG-NV
2024-03-13Implement glsl atomic's [non image or memory scope] with optional extension(s...ArielG-NV
2024-03-07Link-time constant and linkage API improvements. (#3708)Yong He
2024-03-04Extend `as` and `is` operator to work on generic types. (#3672)Yong He
2024-02-29[SPIRV Debug] Properly update output arguments after call. (#3648)Yong He
2024-03-01Add support for bitfields (#3639)Ellie Hermaszewska
2024-02-28[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)Yong He
2024-02-26Allow default values for `extern` symbols. (#3632)Yong He
2024-02-08Support pointers in SPIRV. (#3561)Yong He
2024-01-30Correctly apply glsl local size layout to entry points during lowering (#3528)Ellie Hermaszewska
2024-01-18Capability def parsing & codegen + disjoint sets (#3451)Yong He
2023-12-15GLSL SSBO Support (#3400)Ellie Hermaszewska
2023-11-17Add spirv intrinsic definition for `printf`. (#3340)Yong He
2023-11-16Unify stdlib `Texture` types into one generic type. (#3327)Yong He
2023-11-07Add `IRThisTypeWitness` to stand in for witness lookups inside an interface d...Yong He
2023-10-25Support generic interfaces. (#3278)Yong He
2023-10-06Small type system fixes. (#3265)Yong He
2023-10-04SPIRV compiler performance fixes. (#3258)Yong He
2023-10-02Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)Yong He
2023-09-28Support `constref` parameters passing. (#3249)Yong He
2023-09-27Fix `isMovableInst`. (#3243)Yong He
2023-09-27WIP Mesh shaders for SPIR-V (#3226)Ellie Hermaszewska
2023-09-27Various SPIRV fixes. (#3231)Yong He