index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir.cpp
Commit message (
Expand
)
Author
Age
*
format
Ellie Hermaszewska
2024-10-29
*
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-28
*
Assorted auto-diff enhancements for increased performance & more streamlined ...
Sai Praveen Bangaru
2024-10-28
*
Use DebugDeclare instead of DebugValue. (#5404)
Yong He
2024-10-24
*
Fix spirv codegen for pointer to empty structs. (#5355)
Yong He
2024-10-21
*
Cleanup atomic intrinsics. (#5324)
Yong He
2024-10-17
*
Move C interface from slang.h to slang-deprecated.h (#5301)
Ellie Hermaszewska
2024-10-15
*
Fix spirv lowering logic around pointer to unsized array. (#5243)
Yong He
2024-10-09
*
Fix the broken CI (#5216)
Jay Kwak
2024-10-02
*
Initial `Atomic<T>` type implementation. (#5125)
Yong He
2024-09-20
*
Support `IDifferentiablePtrType` (#5031)
Sai Praveen Bangaru
2024-09-19
*
Report AD checkpoint contexts (#5058)
venkataram-nv
2024-09-18
*
Initial -embed-spirv support (#4974)
cheneym2
2024-09-05
*
Support `where` clause and type equality constraint. (#4986)
Yong He
2024-09-05
*
Metal: Mesh Shaders (#4280)
Dynamitos
2024-08-28
*
Make tuple types work in autodiff. (#4923)
Yong He
2024-08-28
*
Make variadic generics work with interfaces and forward autodiff. (#4905)
Yong He
2024-08-23
*
Remove using SpvStorageClass values casted into AddressSpace values (#4861)
Ellie Hermaszewska
2024-08-19
*
Tuple swizzling, concat, comparison and `countof`. (#4856)
Yong He
2024-08-19
*
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-08-18
*
Initial support for precompiled DXIL in slang-modules (#4755)
cheneym2
2024-08-05
*
Fixes for Metal ParameterBlock support. (#4752)
Yong He
2024-07-30
*
Allow passing sized array to unsized array parameter. (#4744)
Yong He
2024-07-26
*
Overhaul IR lowering of pointer types. (#4710)
Yong He
2024-07-25
*
Add generic descriptor indexing intrinsic (#4389)
dubiousconst282
2024-07-24
*
Fixes to Metal Input parameters and Output value input/output semantics (#4536)
ArielG-NV
2024-07-10
*
Expand upon existing `ImageSubscript` support (Metal, GLSL, SPIRV) (#4408)
ArielG-NV
2024-06-26
*
Add case to `emitVectorReshape` for when using a `vector<M, N>` type with `T`...
ArielG-NV
2024-06-24
*
Metal: misc fixes and enable more tests. (#4374)
Yong He
2024-06-13
*
Prevent hoisting of non-hoistable instructions in non-function values with ...
Ellie Hermaszewska
2024-06-01
*
Support different SPIRV versions. (#4254)
Yong He
2024-06-01
*
RasterizerOrder resource for spirv and metal. (#4175)
Yong He
2024-05-16
*
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-16
*
Remove use of `G0` and `__target_intrinsic` in stdlib. (#4170)
Yong He
2024-05-14
*
Fix compile failures when using debug symbol. (#4069)
Yong He
2024-05-01
*
Adds functionality to dump IR to stdout (#4065)
Sriram Murali
2024-05-01
*
Support derivative functions in compute & capabilities adjustments (#4014)
ArielG-NV
2024-04-25
*
Switch to direct-to-spirv backend as default. (#4002)
Yong He
2024-04-23
*
Enable NonUniformResourceIndex support for glsl, hlsl and spirv (#3899)
sriramm-nv
2024-04-19
*
Support combined texture sampler when targeting HLSL. (#3963)
Yong He
2024-04-17
*
Refactor memory qualifier decorators to be a bit-flag set, resolves #3841 (#3...
ArielG-NV
2024-04-03
*
Support SM6.6 keyword "WaveSize" (#3871)
Jay Kwak
2024-04-01
*
Support `[RequirePrelude]` attribute on types. (#3867)
Yong He
2024-04-01
*
Fix incorrect SPV stride for unsized array (#3837)
kaizhangNV
2024-03-27
*
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-15
*
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-03-13
*
Link-time constant and linkage API improvements. (#3708)
Yong He
2024-03-07
*
Extend `as` and `is` operator to work on generic types. (#3672)
Yong He
2024-03-04
*
[SPIRV Debug] Properly update output arguments after call. (#3648)
Yong He
2024-02-29
*
Add support for bitfields (#3639)
Ellie Hermaszewska
2024-03-01
[next]