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
/
d3d11
/
render-d3d11.cpp
Age
Commit message (
Expand
)
Author
2021-06-04
Fix D3D11 `uploadBufferResource`. (#1869)
Yong He
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-04-30
Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)
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-20
Various fixes to make `model-viewer` example almost working. (#1801)
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-03-24
Reimplement Vulkan shader objects. (#1764)
Yong He
2021-03-18
Remove `DescriptorSet` from D3D11 and GL devices. (#1761)
Yong He
2021-03-17
Remove old code paths from render-test (#1760)
Tim Foley
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-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
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