summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-07-09[gfx] Inline raytracing fixes in response to code review. (#1905)Yong He
2021-07-08Allow render-test to run inline ray tracing tests. (#1903)Yong He
2021-07-08Implement gfx inline ray tracing on D3D12. (#1902)Yong He
2021-06-30[gfx] Add inline ray tracing support. (#1899)Yong He
2021-06-25Fixes related to combined texture/sampler types (#1894)Theresa Foley
2021-06-24Remove StructTag and associated systems (#1895)jsmall-nvidia
2021-06-23[gfx] Add `IBufferResource::getDeviceAddress()`. (#1892)Yong He
2021-06-18StructTag versioning (#1888)jsmall-nvidia
2021-06-11Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He
2021-06-10CUDA layout corner cases/testing (#1881)jsmall-nvidia
2021-06-10Support timestamp queries in `gfx`. (#1880)Yong He
2021-06-08Various fixes to CUDA backend. (#1877)Yong He
2021-06-08Fix RWTexture issues on CUDA (#1876)jsmall-nvidia
2021-06-06Fixed issue around 4xFloat16 texture on CUDA (#1874)jsmall-nvidia
2021-06-04Fix D3D11 `uploadBufferResource`. (#1869)Yong He
2021-06-04Escape `\` in slang-embed. (#1870)Yong He
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-06-02JSONBuilder (#1865)jsmall-nvidia
2021-06-01JSONValue / Container (#1864)jsmall-nvidia
2021-05-27JSON Parser and Writer (#1859)jsmall-nvidia
2021-05-25JSON Lexing and string encoding/decoding (#1858)jsmall-nvidia
2021-05-25Rework shader object specialization control interface. (#1857)Yong He
2021-05-25Allow overriding specialization args via `IShaderObject`. (#1854)Yong He
2021-05-22Improvements in -X support (#1852)jsmall-nvidia
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-21Downstream option handling (#1850)jsmall-nvidia
2021-05-21Overhaul the preprocessor (#1849)T. Foley
2021-05-19Glslang as DownstreamCompiler (#1846)jsmall-nvidia
2021-05-14DXC as DownstreamCompiler (#1845)jsmall-nvidia
2021-05-14FXC as DownstreamCompiler (#1844)jsmall-nvidia
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-05-04Cleanup work on D3D12 shader object static specialization (#1830)Tim Foley
2021-04-30Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)Tim Foley
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-29`gfx` DebugCallback and debug layer. (#1822)Yong He
2021-04-29Simplify CommandLine by removing Escaping (#1825)jsmall-nvidia
2021-04-29Support for escaped paths in tools (#1823)jsmall-nvidia
2021-04-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-04-23Fix `model-viewer` crash when using Vulkan. (#1804)Yong He
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-22C++ extractor improvements (#1803)jsmall-nvidia
2021-04-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He
2021-04-19Splitting up C++ extractor (#1800)jsmall-nvidia
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-14C++ Extractor reorganize (#1793)jsmall-nvidia
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-04-01cygwin - disable VK/CUDA (#1777)jsmall-nvidia
2021-04-01Refactor D3D12 renderer root signature creation (#1779)Tim Foley