summaryrefslogtreecommitdiff
path: root/tools/gfx/d3d12/render-d3d12.cpp
AgeCommit message (Expand)Author
2021-06-04Fix D3D11 `uploadBufferResource`. (#1869)Yong He
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-04Cleanup work on D3D12 shader object static specialization (#1830)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-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-04-23Fix `model-viewer` crash when using Vulkan. (#1804)Yong He
2021-04-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-04-01Refactor D3D12 renderer root signature creation (#1779)Tim Foley
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-25Clean up render-test handling of input (#1766)Tim Foley
2021-03-25Improve Vulkan shader-objects implementation. (#1765)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-22`gfx` D3D12 shader objects rewrite. (#1763)Yong He
2021-03-18Remove `DescriptorSet` from D3D11 and GL devices. (#1761)Yong He
2021-03-11Change representation of initial data for textures (#1747)Tim Foley
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-08DX12 & NVAPI fixes (#1695)jsmall-nvidia
2021-02-05Shader-Object example (#1694)Yong He
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-01-27Make own a slang session. (#1678)Yong He
2021-01-26Integrate reflection more deeply into gfx layer (#1677)Tim Foley
2021-01-21Fix D3D12 DescriptorSet::setSampler bug (#1668)Yong He
2021-01-21Add `StructuredBuffer` support in `gfx`. (#1666)Yong He
2021-01-17Make `gfx` compile to a DLL. (#1660)Yong He
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2021-01-11Make `gfx::Renderer` a COM interface. (#1653)Yong He
2021-01-06Refactor GUI/Window utils out of gfx library (#1649)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-08-24NVAPI improvements (#1512)jsmall-nvidia
2020-08-21Vulkan update/NVAPI support (#1511)jsmall-nvidia
2020-08-05Change the policy for entry-point uniform parameters on Vulkan (#1476)Tim Foley
2019-09-13Refactor render-test to make cross platform (#1053)jsmall-nvidia