summaryrefslogtreecommitdiffstats
path: root/tools/gfx/cuda/render-cuda.cpp
Commit message (Expand)AuthorAge
...
* Enable `gfx::CUDADevice` on linux. (#1756)Yong He2021-03-15
* Add a CPU renderer implementation (#1750)Tim Foley2021-03-12
* Change representation of initial data for textures (#1747)Tim Foley2021-03-11
* Swapchain resize and rename to `IDevice` (#1741)Yong He2021-03-10
* Refactor `gfx` to surface `CommandBuffer` interface. (#1735)Yong He2021-03-04
* Shader object specialization work-in-progress (#1728)Tim Foley2021-02-26
* Explicit swapchain interface in `gfx`. (#1726)Yong He2021-02-24
* Make gfx library visible to external user. (#1719)Yong He2021-02-19
* Streamline shader object creation (#1717)Tim Foley2021-02-17
* Fixes to get shader-object example working on CUDA (#1708)Tim Foley2021-02-16
* Shader-Object example (#1694)Yong He2021-02-05
* [gfx] Shader-object driven shader compilation. (#1688)Yong He2021-02-04
* Make own a slang session. (#1678)Yong He2021-01-27
* Integrate reflection more deeply into gfx layer (#1677)Tim Foley2021-01-26
* Make `gfx` compile to a DLL. (#1660)Yong He2021-01-17
* Convert more tests to use shader objects (#1659)Tim Foley2021-01-15
* COM-ify all slang-gfx interfaces. (#1656)Yong He2021-01-14
* Make `gfx::Renderer` a COM interface. (#1653)Yong He2021-01-11
* Refactor GUI/Window utils out of gfx library (#1649)Yong He2021-01-06
* Cleanup CUDA renderer. (#1644)Yong He2020-12-15
* Implements CUDA renderer in gfx. (#1637)Yong He2020-12-11