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.h
Age
Commit message (
Expand
)
Author
2022-11-30
Support `no_diff` on existential typed params. (#2540)
Yong He
2022-11-29
Allow `no_diff` modifier on parameters (#2538)
Yong He
2022-11-29
Complete removal of DifferentialBottom type. (#2537)
Yong He
2022-11-16
Mesh shader support (#2464)
Ellie Hermaszewska
2022-11-04
Higher order differentiation. (#2487)
Yong He
2022-11-02
Rework differential conformance dictionary checking. (#2483)
Yong He
2022-10-20
Modified the new type system to support generic differentiable types … (#2413)
Sai Praveen Bangaru
2022-08-24
Compiler time evaluation of all int and bool operators. (#2376)
Yong He
2022-08-20
Call `gfx` in slang program. (#2370)
Yong He
2022-08-10
`is` and `as` operator and `Optional<T>`. (#2355)
Yong He
2022-08-05
Added a new differential type system and various improvements (#2343)
Sai Praveen Bangaru
2022-07-12
Support `class` types. (#2321)
Yong He
2022-06-29
Native call marshalling for ComPtr parameters and return values. (#2305)
Yong He
2022-06-23
Preserve specialization cache in IR for specialization pass. (#2293)
Yong He
2022-06-08
Actual global support (#2262)
jsmall-nvidia
2022-06-01
Clean up void returns. (#2260)
Yong He
2022-06-01
New language feature: basic error handling. (#2253)
Yong He
2022-05-27
Added NativeStringType (#2252)
jsmall-nvidia
2022-05-10
Initial support for COM interface in host code. (#2230)
Yong He
2022-05-10
Add support for `spirv_literal` (#2227)
jsmall-nvidia
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-12-07
Output of IR ids as command line option (#2043)
jsmall-nvidia
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-01
Added compiler-core project (#1775)
jsmall-nvidia
2021-02-17
More #line improvements (#1713)
jsmall-nvidia
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-05
Initial implementation of interface conjunctions (#1691)
Tim Foley
2020-11-19
Unify handling of static and dynamic dispatch for interfaces (#1612)
Tim Foley
2020-11-10
Use integer RTTI/witness handles in existential tuples. (#1598)
Yong He
2020-11-06
Specialize witness table lookups. (#1596)
Yong He
2020-10-29
Generate `switch` based dynamic dispatch logic. (#1591)
Yong He
2020-10-20
Bottleneck interface dispatch calls through a single function. (#1584)
Yong He
2020-09-10
Add a pass to support resource return values (#1537)
Tim Foley
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-13
IR support for Tuple types. (#1492)
Yong He
2020-08-05
`AnyValue` based dynamic dispatch code gen (#1477)
Yong He
2020-08-03
First pass support for Sampler Feedback (#1470)
jsmall-nvidia
2020-07-31
Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)
Yong He
2020-07-24
Ensure labels are dumped in `lower-to-ir` (#1459)
Yong He
2020-07-15
Refactor lower-generics pass into separate subpasses. (#1442)
Yong He
2020-07-13
Dynamic code gen for functions returning generic types. (#1439)
Yong He
2020-07-10
Dynamic code gen for generic local variables. (#1434)
Yong He
2020-06-30
Clean up unused code for IR object ownership (#1416)
Tim Foley
2020-06-25
Fixes.
Yong He
2020-06-25
remove ThisPointerDecoration, generate IRInterfaceType in one pass
Yong He
2020-06-25
Remove interfaceType operand from lookup_witness_method inst
Yong He
2020-06-25
Partial fixes to code review comments
Yong He
[prev]
[next]