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
/
d3d12
/
render-d3d12.cpp
Age
Commit message (
Expand
)
Author
2021-06-04
Fix D3D11 `uploadBufferResource`. (#1869)
Yong He
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
Yong He
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-04
Cleanup work on D3D12 shader object static specialization (#1830)
Tim Foley
2021-04-29
Update gfx back-ends to handle static specialization (#1826)
Tim Foley
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-23
Fix `model-viewer` crash when using Vulkan. (#1804)
Yong He
2021-04-20
Various fixes to make `model-viewer` example almost working. (#1801)
Yong He
2021-04-16
Update `model-viewer` example and fixing compiler bugs. (#1795)
Yong He
2021-04-08
Improve robustness of gfx lifetime management. (#1788)
Yong He
2021-04-05
Transient root shader object. (#1782)
Yong He
2021-04-01
Refactor D3D12 renderer root signature creation (#1779)
Tim Foley
2021-03-31
`gfx` explicit transient resource management. (#1774)
Yong He
2021-03-25
Clean up render-test handling of input (#1766)
Tim Foley
2021-03-25
Improve Vulkan shader-objects implementation. (#1765)
Yong He
2021-03-24
Reimplement Vulkan shader objects. (#1764)
Yong He
2021-03-22
`gfx` D3D12 shader objects rewrite. (#1763)
Yong He
2021-03-18
Remove `DescriptorSet` from D3D11 and GL devices. (#1761)
Yong He
2021-03-11
Change representation of initial data for textures (#1747)
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-08
DX12 & NVAPI fixes (#1695)
jsmall-nvidia
2021-02-05
Shader-Object example (#1694)
Yong He
2021-02-04
[gfx] Shader-object driven shader compilation. (#1688)
Yong He
2021-01-27
Make own a slang session. (#1678)
Yong He
2021-01-26
Integrate reflection more deeply into gfx layer (#1677)
Tim Foley
2021-01-21
Fix D3D12 DescriptorSet::setSampler bug (#1668)
Yong He
2021-01-21
Add `StructuredBuffer` support in `gfx`. (#1666)
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-11
Make `gfx::Renderer` a COM interface. (#1653)
Yong He
2021-01-06
Refactor GUI/Window utils out of gfx library (#1649)
Yong He
2020-12-10
Move ShaderObject to be under renderer interface. (#1633)
Yong He
2020-12-03
Add shader object parameter binding to renderer_test. (#1622)
Yong He
2020-08-24
NVAPI improvements (#1512)
jsmall-nvidia
2020-08-21
Vulkan update/NVAPI support (#1511)
jsmall-nvidia
2020-08-05
Change the policy for entry-point uniform parameters on Vulkan (#1476)
Tim Foley
2019-09-13
Refactor render-test to make cross platform (#1053)
jsmall-nvidia