index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-link.cpp
Age
Commit message (
Expand
)
Author
2025-02-12
Allow LHS of `where` to be any type. (#6333)
Yong He
2025-01-17
Fix nullptr in generic specialization (#6066)
Julius Ikkala
2025-01-09
[Auto-diff] Overhaul auto-diff type tracking + Overhaul dynamic dispatch for ...
Sai Praveen Bangaru
2024-11-12
Fix two specialization bugs (#5540)
Anders Leino
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-10-28
Replace the word stdlib or standard-library with core-module for source code ...
Jay Kwak
2024-10-09
Fix bug related to findAndCheckEntrypoint. (#5241)
Yong He
2024-09-09
Initial WGSL support (#5006)
Anders Leino
2024-08-30
Fix redundant decorations in IRParam (#4964)
Jay Kwak
2024-08-29
Support mixture of precompiled and non-precompiled modules (#4860)
cheneym2
2024-08-18
Variadic Generics Part 2: IR lowering and specialization. (#4849)
Yong He
2024-06-12
Add option to preserve shader parameter declaration in output SPIRV. (#4344)
Yong He
2024-06-06
Fix build warnings and treat warnings as error on CI (#4276)
Jay Kwak
2024-05-16
Capabilities System, CapabilitySet Logic Overhaul (#4145)
ArielG-NV
2024-05-02
Support generic constraints that are dependent on another generic param. (#4091)
Yong He
2024-04-19
Add metal downstream compiler + metallib target. (#3990)
Yong He
2024-04-17
Add skeleton for metal backend. (#3971)
Yong He
2024-04-01
Support `[RequirePrelude]` attribute on types. (#3867)
Yong He
2024-03-15
Implement raytracing extension(s); resolves #3560 for GLSL & SPIR-V targets (...
ArielG-NV
2024-03-13
Implement glsl atomic's [non image or memory scope] with optional extension(s...
ArielG-NV
2024-03-08
Enhance link-time type test. (#3724)
Yong He
2024-02-26
Allow default values for `extern` symbols. (#3632)
Yong He
2024-02-23
Add slangc interface to compile and use ir modules. (#3615)
Yong He
2024-02-08
Support pointers in SPIRV. (#3561)
Yong He
2023-12-06
Support visibility control and default to `internal`. (#3380)
Yong He
2023-10-26
Fix generic specialization bug. (#3290)
Yong He
2023-09-21
Various slangpy fixes. (#3227)
Yong He
2023-08-28
Add `target_switch` and `intrinsic_asm` statement. (#3154)
Yong He
2023-08-16
Use ankerl/unordered_dense as a hashmap implementation (#3036)
Ellie Hermaszewska
2023-08-04
Redesign `DeclRef` and systematic `Val` deduplication (#3049)
Yong He
2023-07-11
Add perf benchmark utility. (#2977)
Yong He
2023-07-10
Fix hit object emit for HLSL + FuncType specialization bug fix. (#2976)
Yong He
2023-05-09
Fix function side-effectness prop logic. (#2875)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-03-08
Add support for `[PrimalSubstitute]` and `[PrimalSubstituteOf]`. (#2691)
Yong He
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-01-17
First custom backward-derivative test case working. (#2598)
Yong He
2022-12-07
Lower-to-ir no longer produce `Construct` inst. (#2553)
Yong He
2022-11-22
Refactor Auto-diff passes (#2526)
Sai Praveen Bangaru
2022-11-16
Clean up type checking of higher order expressions. (#2519)
Yong He
2022-11-09
Add `[ForwardDerivativeOf]` attribute. (#2501)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-10-27
More renaming in jvp pass. (#2475)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-09-15
Run simple compute kernel in gfx-smoke test. (#2400)
Yong He
2022-08-10
Artifact and ICastable (#2351)
jsmall-nvidia
2022-08-03
Improvements around Artifact (#2346)
jsmall-nvidia
2022-06-30
Added `[__custom_jvp(func)]` attribute, and modified the derivative pass to o...
Sai Praveen Bangaru
[next]