summaryrefslogtreecommitdiff
path: root/tools/platform/gui.cpp
AgeCommit message (Expand)Author
2024-10-29formatEllie Hermaszewska
2023-12-08WIP: CMake (#3326)Ellie Hermaszewska
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2022-05-04Changed all uses of attachment (in the context of render/depth stencil target...lucy96chen
2022-02-20gfx: defer downstream shader compilation until draw/dispatch. (#2139)Yong He
2022-02-09Various fixes to gfx. (#2120)Yong He
2022-01-10Various fixes to gfx. (#2074)Yong He
2022-01-10Draw call tests for Vulkan (#2073)lucy96chen
2022-01-04gfx: Fix root shader object implementation in debug layer. (#2059)Yong He
2022-01-04Buffer allocation backend. (#2045)ZanderMajercik
2021-11-22gfx: Add more fixed function states and instancing draw calls. (#2023)Yong He
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-06-30[gfx] Add inline ray tracing support. (#1899)Yong He
2021-04-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-03-31`gfx` explicit transient resource management. (#1774)Yong He
2021-03-24Reimplement Vulkan shader objects. (#1764)Yong He
2021-03-11Change representation of initial data for textures (#1747)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-03-08Refactor window library. (#1739)Yong He