summaryrefslogtreecommitdiff
path: root/tools/gfx/renderer-shared.cpp
AgeCommit message (Expand)Author
2021-10-18GFX: implement mutable shader objects. (#1963)Yong He
2021-10-04Get native handles for TextureResource and BufferResource (#1960)lucy96chen
2021-09-23Add method to retrieve native handles (#1944)lucy96chen
2021-07-28Experimental DXR1.0 support in gfx. (#1915)Yong He
2021-07-20Minor refactor to gfx D3D12 implementation. (#1913)Yong He
2021-06-30[gfx] Add inline ray tracing support. (#1899)Yong He
2021-06-10Support timestamp queries in `gfx`. (#1880)Yong He
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
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-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-18Remove `DescriptorSet` from D3D11 and GL devices. (#1761)Yong He
2021-03-10Swapchain resize and rename to `IDevice` (#1741)Yong He
2021-03-04Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He
2021-02-26Shader object specialization work-in-progress (#1728)Tim Foley
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-02-17Streamline shader object creation (#1717)Tim Foley
2021-02-05Shader-Object example (#1694)Yong He
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-01-26Integrate reflection more deeply into gfx layer (#1677)Tim Foley
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He