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
/
debug-layer.cpp
Age
Commit message (
Expand
)
Author
2022-04-21
GFX renaming work part 2: slang-gfx.h renames (#2194)
lucy96chen
2022-03-11
gfx: Add `ITransientResourceHeap::finish()` to avoid `Signal` after every que...
Yong He
2022-03-08
Expose API-specific row alignment values (#2151)
lucy96chen
2022-02-28
Use GLSL scalar layout for constant buffers. (#2147)
Yong He
2022-02-25
Add isOccluded() and setFullScreenMode() to ISwapchain (#2145)
lucy96chen
2022-02-23
gfx: d3d12 performance optimizations. (#2140)
Yong He
2022-02-19
Optimize d3d12 mutable shader object implementation. (#2138)
Yong He
2022-02-16
Various gfx fixes. (#2132)
Yong He
2022-02-10
gfx: Add `resolveQuery` command. (#2125)
Yong He
2022-02-09
Various fixes to gfx. (#2120)
Yong He
2022-02-03
Add gfx interop to allow more direct D3D12 usage scenarios. (#2117)
Yong He
2022-01-25
Add implementations for resolveResource() to D3D12 and Vulkan backends (#2094)
lucy96chen
2022-01-21
GFX: seperated ShaderTable. (#2090)
Yong He
2022-01-19
Vulkan implementations for copyTexture, copyTextureToBuffer, and textureSubre...
lucy96chen
2022-01-19
More fixes to GFX d3d12. (#2084)
Yong He
2022-01-14
Various fixes to GFX, nested parameter block test for d3d12. (#2081)
Yong He
2022-01-10
Various fixes to gfx. (#2074)
Yong He
2022-01-10
Draw call tests for Vulkan (#2073)
lucy96chen
2022-01-04
gfx: Fix root shader object implementation in debug layer. (#2059)
Yong He
2022-01-04
Buffer allocation backend. (#2045)
ZanderMajercik
2021-12-13
Fixes to `uploadTextureData`. (#2058)
Yong He
2021-12-13
gfx: use uint32_t in draw calls and implement current size query. (#2055)
Yong He
2021-12-09
gfx: Implement `claerResourceView`. (#2052)
Yong He
2021-12-08
gfx Fence implementation improvements. (#2049)
Yong He
2021-12-08
D3D12 and Vulkan to CUDA Texture Sharing (#2038)
lucy96chen
2021-12-07
gfx: D3D12 and VK Fence implementation. (#2048)
Yong He
2021-12-06
gfx Mutable Root shader object implementation. (#2042)
Yong He
2021-11-22
gfx: Add more fixed function states and instancing draw calls. (#2023)
Yong He
2021-11-18
gfx: add coverage for more resource commands. (#2020)
Yong He
2021-11-17
gfx ShaderObject interface update, getTextureAllocationInfo() (#2019)
Yong He
2021-11-16
gfx: setSamplePositions and clearResourceView. (#2018)
Yong He
2021-11-15
Update gfx interface. (#2015)
Yong He
2021-11-09
Allow buffers to be shared between D3D12 and CUDA (#2005)
lucy96chen
2021-11-04
Add interface for new gfx features. (#2003)
Yong He
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-10-18
GFX: implement mutable shader objects. (#1963)
Yong He
2021-10-04
Modified barrier API to accept multiple resources per call (#1959)
Kai Yao
2021-10-04
Get native handles for TextureResource and BufferResource (#1960)
lucy96chen
2021-10-01
Add getNativeHandle() to ICommandQueue and ICommandBuffer (#1952)
lucy96chen
2021-09-30
VK Resource Barrier (#1955)
Kai Yao
2021-09-23
Add method to retrieve native handles (#1944)
lucy96chen
2021-07-28
Experimental DXR1.0 support in gfx. (#1915)
Yong He
2021-07-20
Minor refactor to gfx D3D12 implementation. (#1913)
Yong He
2021-07-08
Allow render-test to run inline ray tracing tests. (#1903)
Yong He
2021-07-08
Implement gfx inline ray tracing on D3D12. (#1902)
Yong He
2021-06-30
[gfx] Add inline ray tracing support. (#1899)
Yong He
2021-06-23
[gfx] Add `IBufferResource::getDeviceAddress()`. (#1892)
Yong He
2021-06-10
Support timestamp queries in `gfx`. (#1880)
Yong He
2021-05-25
Rework shader object specialization control interface. (#1857)
Yong He
2021-05-25
Allow overriding specialization args via `IShaderObject`. (#1854)
Yong He
[next]