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
...
*
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
*
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
Yong He
2024-02-28
*
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-26
*
Support pointers in SPIRV. (#3561)
Yong He
2024-02-08
*
Correctly apply glsl local size layout to entry points during lowering (#3528)
Ellie Hermaszewska
2024-01-30
*
Capability def parsing & codegen + disjoint sets (#3451)
Yong He
2024-01-18
*
GLSL SSBO Support (#3400)
Ellie Hermaszewska
2023-12-15
*
Add spirv intrinsic definition for `printf`. (#3340)
Yong He
2023-11-17
*
Unify stdlib `Texture` types into one generic type. (#3327)
Yong He
2023-11-16
*
Add `IRThisTypeWitness` to stand in for witness lookups inside an interface d...
Yong He
2023-11-07
*
Support generic interfaces. (#3278)
Yong He
2023-10-25
*
Small type system fixes. (#3265)
Yong He
2023-10-06
*
SPIRV compiler performance fixes. (#3258)
Yong He
2023-10-04
*
Add SPIRV intrinsics for ShaderExecutionReordering and RW/Buffer. (#3252)
Yong He
2023-10-02
*
Support `constref` parameters passing. (#3249)
Yong He
2023-09-28
*
Fix `isMovableInst`. (#3243)
Yong He
2023-09-27
*
WIP Mesh shaders for SPIR-V (#3226)
Ellie Hermaszewska
2023-09-27
*
Various SPIRV fixes. (#3231)
Yong He
2023-09-27
*
Various slangpy fixes. (#3227)
Yong He
2023-09-21
*
Do not move movable insts in fuse-satcoop (#3221)
Ellie Hermaszewska
2023-09-21
*
Move force inlining step to before `processAutodiffCalls` (and run in loop) (...
Sai Praveen Bangaru
2023-09-20
*
Direct SPIRV: Rasterization pipeline tests. (#3216)
Yong He
2023-09-20
*
SPIR-V image operations (#3163)
Ellie Hermaszewska
2023-09-05
*
Wave intrinsics. (#3164)
Yong He
2023-08-29
*
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-28
*
Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)
Ellie Hermaszewska
2023-08-28
*
Initial version of spirv_asm block (#3151)
Ellie Hermaszewska
2023-08-25
*
Misc. SPIRV Fixes, Part 2. (#3147)
Yong He
2023-08-24
*
Initial support for differentiating existential types (#3111)
Sai Praveen Bangaru
2023-08-17
*
Create storage types of different layouts for SPIRV emit. (#3116)
Yong He
2023-08-17
*
Add loop inversion pass (#2899)
Ellie Hermaszewska
2023-08-17
*
SPIRV: debug source and debug line. (#3109)
Yong He
2023-08-15
*
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-15
*
Support per field matrix layout (#3101)
Yong He
2023-08-14
*
Casting and vector/scalar correct arithmetic ops for SPIR-V (#3056)
Ellie Hermaszewska
2023-08-07
[prev]
[next]