index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
compute
Age
Commit message (
Expand
)
Author
2023-08-23
Lower all ByteAddressBuffer uses for SPIRV. (#3143)
Yong He
2023-08-21
Compile append and consume structured buffers to glsl. (#3142)
Yong He
2023-08-15
Fix bug with overload resolution under nested generics (#3107)
Sai Praveen Bangaru
2023-08-15
SPIR-V WIP (#3064)
Ellie Hermaszewska
2023-08-14
Support per field matrix layout (#3101)
Yong He
2023-07-12
Use scratchData on `IRInst` to replace HashSets. (#2978)
Yong He
2023-07-05
Initial sizeof/alignof implementation. (#2954)
jsmall-nvidia
2023-06-01
Be lenient on same-size unsigend->signed conversion. (#2913)
Yong He
2023-04-29
Minor tidyings around d3d usage (#2854)
Ellie Hermaszewska
2023-04-21
Add warning for returning without initializing out parameter (#2807)
Ellie Hermaszewska
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2023-04-11
Implement FileCheck tests for several test commands (#2747)
Ellie Hermaszewska
2023-04-04
Diagnose on using assignment as predicate expr. (#2774)
Yong He
2023-04-02
Fix several silently failing tests (#2767)
Ellie Hermaszewska
2023-02-16
Overhaul global inst deduplication and cpp/cuda backend. (#2654)
Yong He
2023-02-07
Arithmetic simplifications and more IR clean up logic. (#2632)
Yong He
2023-01-23
Full address insts elimination for backward autodiff. (#2604)
Yong He
2022-09-28
Improvements around diagnostic controls (#2414)
jsmall-nvidia
2022-08-17
Warning on lossy implicit casts. (#2367)
Yong He
2022-06-25
Specialize generic/existential calls within generic functions. (#2294)
Yong He
2022-06-08
Improved bounds checking for C++/CUDA (#2263)
jsmall-nvidia
2022-05-10
Use IR pass to eliminate phi nodes (#2226)
Theresa Foley
2022-01-25
Add support for HLSL unorm/snorm (#2095)
Theresa Foley
2021-11-11
Fix two test cases that were causing problems (#2011)
Theresa Foley
2021-10-26
Runs all gfx unit tests through a 'test proxy' (#1981)
jsmall-nvidia
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-10-21
Passing associated type arguments to existential parameters + packing for `bo...
Yong He
2021-10-04
Removing exceptions from core/compiler-core (#1953)
jsmall-nvidia
2021-09-13
Bug fix in 16bit type emit, vk validation error fix. (#1936)
Yong He
2021-09-09
`reinterpret` and 16-bit value packing. (#1933)
Yong He
2021-09-03
Fix crash: dynamic dispatch of generic interface method. (#1929)
Yong He
2021-08-26
Add API to control interface specialization. (#1925)
Yong He
2021-08-25
Add `createDynamicObject` stdlib function. (#1923)
Yong He
2021-07-21
Work to mitigate SPIR-V bloat (#1914)
Theresa Foley
2021-07-09
Enable testing with Swiftshader. (#1906)
Yong He
2021-07-08
Allow render-test to run inline ray tracing tests. (#1903)
Yong He
2021-06-09
Enable some VK texture tests (#1878)
jsmall-nvidia
2021-06-08
Fix RWTexture issues on CUDA (#1876)
jsmall-nvidia
2021-06-06
Fixed issue around 4xFloat16 texture on CUDA (#1874)
jsmall-nvidia
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-25
Rework shader object specialization control interface. (#1857)
Yong He
2021-05-25
Allow overriding specialization args via `IShaderObject`. (#1854)
Yong He
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-15
Read half->float RWTexture conversion (#1842)
jsmall-nvidia
2021-05-15
Support for HW format conversions for RWTexture on CUDA (#1840)
jsmall-nvidia
2021-05-14
Fix for KernelContext threading issue for C++ targets (#1843)
jsmall-nvidia
2021-05-14
CUDA half RWTexture write support/doc improvements (#1839)
jsmall-nvidia
2021-05-06
Support for reads from RWTexture<half> (#1837)
jsmall-nvidia
2021-05-06
Half texture support (#1836)
jsmall-nvidia
2021-05-04
CUDA half comparison support (#1834)
jsmall-nvidia
[next]