index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
gfx
/
render.cpp
Age
Commit message (
Expand
)
Author
2021-05-06
Half texture support (#1836)
jsmall-nvidia
2021-04-29
`gfx` DebugCallback and debug layer. (#1822)
Yong He
2021-04-01
cygwin - disable VK/CUDA (#1777)
jsmall-nvidia
2021-03-15
Enable `gfx::CUDADevice` on linux. (#1756)
Yong He
2021-03-12
Add a CPU renderer implementation (#1750)
Tim Foley
2021-03-11
Add Linux support to `platform` and `gfx`. (#1744)
Yong He
2021-03-10
Swapchain resize and rename to `IDevice` (#1741)
Yong He
2021-02-24
Explicit swapchain interface in `gfx`. (#1726)
Yong He
2021-02-05
Typo in renderer name for DX12 (#1693)
jsmall-nvidia
2021-02-04
[gfx] Shader-object driven shader compilation. (#1688)
Yong He
2021-01-14
COM-ify all slang-gfx interfaces. (#1656)
Yong He
2020-12-11
Implements CUDA renderer in gfx. (#1637)
Yong He
2020-01-08
Setup of runtime cuda device (#1162)
jsmall-nvidia
2019-09-13
Refactor render-test to make cross platform (#1053)
jsmall-nvidia
2019-08-19
WIP: Compute test running on CPU (#1023)
jsmall-nvidia
2019-03-25
Adapter selection for Renderer (#923)
jsmall-nvidia
2018-08-06
Add basic support for "Dear IMGUI" (#625)
Tim Foley
2018-08-03
Major overhaul of Renderer abstraction, to support a new example (#624)
Tim Foley