index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
visual-studio
/
gfx
Age
Commit message (
Expand
)
Author
2021-10-18
GFX: implement mutable shader objects. (#1963)
Yong He
2021-09-29
Fix ARM64 detection for MSVC (#1951)
Chad Engler
2021-07-08
Update VS projects to 2019. (#1901)
Yong He
2021-06-23
Change default VS version to 2017. (#1893)
Yong He
2021-04-29
`gfx` DebugCallback and debug layer. (#1822)
Yong He
2021-04-24
Remove resource `Usage` from `gfx` interface. (#1813)
Yong He
2021-04-05
Transient root shader object. (#1782)
Yong He
2021-03-31
`gfx` explicit transient resource management. (#1774)
Yong He
2021-03-24
Reimplement Vulkan shader objects. (#1764)
Yong He
2021-03-12
Add a CPU renderer implementation (#1750)
Tim Foley
2021-03-10
Swapchain resize and rename to `IDevice` (#1741)
Yong He
2021-03-04
Refactor `gfx` to surface `CommandBuffer` interface. (#1735)
Yong He
2021-02-24
Explicit swapchain interface in `gfx`. (#1726)
Yong He
2021-02-19
Make gfx library visible to external user. (#1719)
Yong He
2021-01-27
Make own a slang session. (#1678)
Yong He
2021-01-17
Make `gfx` compile to a DLL. (#1660)
Yong He
2021-01-14
COM-ify all slang-gfx interfaces. (#1656)
Yong He
2021-01-06
Refactor GUI/Window utils out of gfx library (#1649)
Yong He
2020-12-11
Implements CUDA renderer in gfx. (#1637)
Yong He
2020-12-10
Move ShaderObject to be under renderer interface. (#1633)
Yong He
2020-12-04
Projects in 'build' and Slang API separation (#1624)
jsmall-nvidia