summaryrefslogtreecommitdiff
path: root/tests/compute
AgeCommit message (Expand)Author
2022-01-25Add support for HLSL unorm/snorm (#2095)Theresa Foley
2021-11-11Fix two test cases that were causing problems (#2011)Theresa Foley
2021-10-26Runs all gfx unit tests through a 'test proxy' (#1981)jsmall-nvidia
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-10-21Passing associated type arguments to existential parameters + packing for `bo...Yong He
2021-10-04Removing exceptions from core/compiler-core (#1953)jsmall-nvidia
2021-09-13Bug 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-03Fix crash: dynamic dispatch of generic interface method. (#1929)Yong He
2021-08-26Add API to control interface specialization. (#1925)Yong He
2021-08-25Add `createDynamicObject` stdlib function. (#1923)Yong He
2021-07-21Work to mitigate SPIR-V bloat (#1914)Theresa Foley
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-07-08Allow render-test to run inline ray tracing tests. (#1903)Yong He
2021-06-09Enable some VK texture tests (#1878)jsmall-nvidia
2021-06-08Fix RWTexture issues on CUDA (#1876)jsmall-nvidia
2021-06-06Fixed issue around 4xFloat16 texture on CUDA (#1874)jsmall-nvidia
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-25Rework shader object specialization control interface. (#1857)Yong He
2021-05-25Allow overriding specialization args via `IShaderObject`. (#1854)Yong He
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-15Read half->float RWTexture conversion (#1842)jsmall-nvidia
2021-05-15Support for HW format conversions for RWTexture on CUDA (#1840)jsmall-nvidia
2021-05-14Fix for KernelContext threading issue for C++ targets (#1843)jsmall-nvidia
2021-05-14CUDA half RWTexture write support/doc improvements (#1839)jsmall-nvidia
2021-05-06Support for reads from RWTexture<half> (#1837)jsmall-nvidia
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-05-04CUDA half comparison support (#1834)jsmall-nvidia
2021-05-04More CUDA Half support (#1833)jsmall-nvidia
2021-04-30Preliminary CUDA half maths (#1827)jsmall-nvidia
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-26Matrix tests and assorted bug tests (#1814)jsmall-nvidia
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-01Refactor D3D12 renderer root signature creation (#1779)Tim Foley
2021-03-30Add a streamlined syntax for TEST_INPUT lines (#1768)Tim Foley
2021-03-25Clean up render-test handling of input (#1766)Tim Foley
2021-03-25Improve Vulkan shader-objects implementation. (#1765)Yong He
2021-03-17Remove old code paths from render-test (#1760)Tim Foley
2021-03-12Add a CPU renderer implementation (#1750)Tim Foley
2021-02-26Shader object specialization work-in-progress (#1728)Tim Foley
2021-02-17More #line improvements (#1713)jsmall-nvidia
2021-02-17Add `SampleGrad` overload for lod clamp. (#1711)Yong He
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-01-15Convert more tests to use shader objects (#1659)Tim Foley
2020-12-11Implements CUDA renderer in gfx. (#1637)Yong He
2020-12-10Move ShaderObject to be under renderer interface. (#1633)Yong He
2020-12-03Add shader object parameter binding to renderer_test. (#1622)Yong He
2020-11-30Enable all dynamic-dispatch tests on D3D/VK. (#1615)Yong He
2020-11-30Re-enable `interface-shader-param` tests. (#1614)Yong He