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
/
core.meta.slang
Age
Commit message (
Expand
)
Author
2021-09-09
`reinterpret` and 16-bit value packing. (#1933)
Yong He
2021-08-25
Add `createDynamicObject` stdlib function. (#1923)
Yong He
2021-06-25
Fixes related to combined texture/sampler types (#1894)
Theresa Foley
2021-06-10
CUDA layout corner cases/testing (#1881)
jsmall-nvidia
2021-06-08
Fix RWTexture issues on CUDA (#1876)
jsmall-nvidia
2021-05-15
Read half->float RWTexture conversion (#1842)
jsmall-nvidia
2021-05-15
Surface access on CUDA is byte addressed in X (#1841)
jsmall-nvidia
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-04-14
Fix for vector initialization combinations (#1794)
jsmall-nvidia
2021-03-11
stdlib documentation (#1745)
jsmall-nvidia
2021-03-03
Add GLSL/SPIR-V support got GetAttributeAtVertex (#1733)
Tim Foley
2021-02-22
Add basic support for fragment shader interlock (FSI) (#1722)
Tim Foley
2021-02-17
Add `SampleGrad` overload for lod clamp. (#1711)
Yong He
2021-02-12
Initial support for DXR payload access qualifiers (#1705)
Tim Foley
2021-02-12
Support `bit_cast` between complex types. (#1702)
Yong He
2021-02-04
Fix line offset problem (#1690)
jsmall-nvidia
2021-02-02
Downstream compiler line number test (#1682)
jsmall-nvidia
2021-01-07
Add support for [noinline] attribute (#1650)
Tim Foley
2020-09-23
Simplify workflow when using NVAPI (#1556)
Tim Foley
2020-09-04
Allow mixing unspecialized and specialized existential parameters. (#1533)
Yong He
2020-09-02
Add support for (undocumented) HLSL 16-bit bit-cast ops (#1528)
Tim Foley
2020-08-28
Enable lower-generics pass universally. (#1518)
Yong He
2020-08-21
Fix stdlib declarations for texture Gather() (#1510)
Tim Foley
2020-08-04
Fix stdlib declarations of bit-shift ops (#1471)
Tim Foley
2020-07-31
Add [anyValueSize] attribute to interfaces and propagate that in the IR. (#1469)
Yong He
2020-06-30
Initial work on property declarations (#1410)
Tim Foley
2020-06-17
Add != operator for enum types (#1394)
Tim Foley
2020-06-15
Remove implicit conversions to `void` (#1388)
Tim Foley
2020-06-04
First steps toward inheritance for struct types (#1366)
Tim Foley
2020-03-21
CPU Texture GetDimensions support (#1283)
jsmall-nvidia
2020-03-20
Remove RWTextureCube/Array from stdlib (#1285)
jsmall-nvidia
2020-03-20
Diagnostic compare special case for stdlib line number changes (#1286)
jsmall-nvidia
2020-03-16
Define compound intrinsic ops in the standard library (#1273)
Tim Foley
2020-03-11
Add a basc inlining facility for use in the stdlib (#1271)
Tim Foley
2020-03-06
Expand range of definitions that can be moved into stdlib (#1259)
Tim Foley
2020-03-03
Move definitions of simple vector/matrix builtins to stdlib. (#1247)
Tim Foley
2020-03-02
Additional Wave Intrinsic Support (#1252)
jsmall-nvidia
2020-02-26
Support for RWTexture types on CPU and CUDA (#1243)
jsmall-nvidia
2020-02-20
WIP on RWTexture types on CUDA/CPU (#1234)
jsmall-nvidia
2020-02-18
First pass Texture Array support on CUDA/CPU (#1225)
jsmall-nvidia
2020-02-14
Feature/cuda coverage (#1223)
jsmall-nvidia
2020-02-10
Add attributes to enable dual-source blending on Vulkan (#1210)
Tim Foley
2020-02-08
Fixes to make all CPU compute shaders work on CUDA (#1211)
jsmall-nvidia
2020-02-06
Improve checks and diagnostics around redeclarations (#1201)
Tim Foley
2020-01-24
Texture Sample available in CUDA (#1176)
jsmall-nvidia
2019-12-06
Support conversion from int/uint to enum types (#1147)
Tim Foley
2019-12-03
getStringHash on string literals (#1140)
jsmall-nvidia
2019-11-22
Clean up the concept of "pseudo ops" (#1136)
Tim Foley
2019-11-06
Support for [__extern] attribute (#1111)
jsmall-nvidia
2019-08-16
Fix a typo in core.meta.slang which was causing an assert when (#1024)
Robert Stepinski
[next]