summaryrefslogtreecommitdiff
path: root/tools/gfx/render.cpp
AgeCommit message (Expand)Author
2022-09-26Use d3d12/vk debug layer when gfx debug layer is enabled. (#2411)Yong He
2022-08-20Call `gfx` in slang program. (#2370)Yong He
2022-08-04Split debug-layer into smaller files (#2344)lucy96chen
2022-07-27Split render-cpu into smaller files (#2340)lucy96chen
2022-07-25Split render-cuda.cpp into smaller files (#2334)lucy96chen
2022-06-30Split render-d3d11.cpp into smaller files (#2307)lucy96chen
2022-04-21GFX renaming work part 2: slang-gfx.h renames (#2194)lucy96chen
2022-03-09gfx: restructure render-vk.cpp (#2157)Yong He
2022-03-09gfx: restructure render-d3d12.cpp (#2154)Yong He
2022-01-10Various fixes to gfx. (#2074)Yong He
2021-11-15Add BGRA8 Unorm SRGB to the list of supported formats (#2016)lucy96chen
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-04-29`gfx` DebugCallback and debug layer. (#1822)Yong He
2021-04-01cygwin - disable VK/CUDA (#1777)jsmall-nvidia
2021-03-15Enable `gfx::CUDADevice` on linux. (#1756)Yong He
2021-03-12Add a CPU renderer implementation (#1750)Tim Foley
2021-03-11Add Linux support to `platform` and `gfx`. (#1744)Yong He
2021-03-10Swapchain resize and rename to `IDevice` (#1741)Yong He
2021-02-24Explicit swapchain interface in `gfx`. (#1726)Yong He
2021-02-05Typo in renderer name for DX12 (#1693)jsmall-nvidia
2021-02-04[gfx] Shader-object driven shader compilation. (#1688)Yong He
2021-01-14COM-ify all slang-gfx interfaces. (#1656)Yong He
2020-12-11Implements CUDA renderer in gfx. (#1637)Yong He
2020-01-08Setup of runtime cuda device (#1162)jsmall-nvidia
2019-09-13Refactor render-test to make cross platform (#1053)jsmall-nvidia
2019-08-19WIP: Compute test running on CPU (#1023)jsmall-nvidia
2019-03-25Adapter selection for Renderer (#923)jsmall-nvidia
2018-08-06Add basic support for "Dear IMGUI" (#625)Tim Foley
2018-08-03Major overhaul of Renderer abstraction, to support a new example (#624)Tim Foley