summaryrefslogtreecommitdiff
path: root/tools/gfx/d3d
AgeCommit message (Expand)Author
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-04-08Improve robustness of gfx lifetime management. (#1788)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-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-02-19Make gfx library visible to external user. (#1719)Yong He
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)Yong He
2020-03-02Renamed UnownedStringSlice::size to getLength to make match String. (#1254)jsmall-nvidia
2019-09-13Refactor render-test to make cross platform (#1053)jsmall-nvidia