summaryrefslogtreecommitdiffstats
path: root/tools/platform
Commit message (Expand)AuthorAge
* Add backtraces to examples (#5973)Anders Leino2025-01-07
* Correct include dir for libslang (#5539)Ellie Hermaszewska2024-11-13
* Move switch statement bodies to their own lines (#5493)Ellie Hermaszewska2024-11-05
* formatEllie Hermaszewska2024-10-29
* Feature/capture unit test (#4898)kaizhangNV2024-08-22
* switch to vkCreateMetalSurfaceEXT and create metal layer in swapchain (#3627)Simon Kallweit2024-02-26
* macos/vulkan support (#3418)skallweitNV2023-12-18
* WIP: CMake (#3326)Ellie Hermaszewska2023-12-08
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska2023-04-14
* Add texture tri-linear autodiff example. (#2715)Yong He2023-03-21
* Changed all uses of attachment (in the context of render/depth stencil target...lucy96chen2022-05-04
* gfx: defer downstream shader compilation until draw/dispatch. (#2139)Yong He2022-02-20
* Various fixes to gfx. (#2120)Yong He2022-02-09
* Various fixes to gfx. (#2074)Yong He2022-01-10
* Draw call tests for Vulkan (#2073)lucy96chen2022-01-10
* gfx: Fix root shader object implementation in debug layer. (#2059)Yong He2022-01-04
* Buffer allocation backend. (#2045)ZanderMajercik2022-01-04
* gfx: Add more fixed function states and instancing draw calls. (#2023)Yong He2021-11-22
* Expanded gfx::Format to include additional formats (#1982)lucy96chen2021-10-26
* Fix GitHub release (#1956)Yong He2021-09-30
* [gfx] Add inline ray tracing support. (#1899)Yong He2021-06-30
* Remove resource `Usage` from `gfx` interface. (#1813)Yong He2021-04-24
* Various fixes to make `model-viewer` example almost working. (#1801)Yong He2021-04-20
* Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He2021-04-16
* Improve robustness of gfx lifetime management. (#1788)Yong He2021-04-08
* Transient root shader object. (#1782)Yong He2021-04-05
* `gfx` explicit transient resource management. (#1774)Yong He2021-03-31
* Reimplement Vulkan shader objects. (#1764)Yong He2021-03-24
* Change representation of initial data for textures (#1747)Tim Foley2021-03-11
* Add Linux support to `platform` and `gfx`. (#1744)Yong He2021-03-11
* Swapchain resize and rename to `IDevice` (#1741)Yong He2021-03-10
* Refactor window library. (#1739)Yong He2021-03-08