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
Age
Commit message (
Expand
)
Author
2021-10-26
Expanded gfx::Format to include additional formats (#1982)
lucy96chen
2021-10-21
Diagnostic for no type conformance + bug fix. (#1985)
Yong He
2021-10-20
Re-enable swiftshader. (#1984)
Yong He
2021-10-18
GFX: implement mutable shader objects. (#1963)
Yong He
2021-10-09
Disable swiftshader temporarily (#1971)
jsmall-nvidia
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-30
Fix GitHub release (#1956)
Yong He
2021-09-23
Add method to retrieve native handles (#1944)
lucy96chen
2021-09-21
Support for existing device/instance handles in Vulkan (#1942)
lucy96chen
2021-09-15
Allow D3D12Device to use an existing device handle (#1940)
lucy96chen
2021-09-13
Fix a crash in gfx d3d TransientHeap implementation. (#1937)
Yong He
2021-09-13
Bug fix in 16bit type emit, vk validation error fix. (#1936)
Yong He
2021-08-17
Add GLSL450 intrinsics to SPIRV direct emit. (#1921)
Yong He
2021-08-12
Further implementation of SPIRV direct emit. (#1920)
Yong He
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-19
Enable swiftshader in linux CI builds (#1909)
Yong He
2021-07-09
Enable testing with Swiftshader. (#1906)
Yong He
2021-07-09
[gfx] Inline raytracing fixes in response to code review. (#1905)
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-18
StructTag versioning (#1888)
jsmall-nvidia
2021-06-11
Properly fill `declref` in `Linkage::getContainerType`. (#1882)
Yong He
2021-06-10
Support timestamp queries in `gfx`. (#1880)
Yong He
2021-06-08
Various fixes to CUDA backend. (#1877)
Yong He
2021-06-08
Fix RWTexture issues on CUDA (#1876)
jsmall-nvidia
2021-06-06
Fixed issue around 4xFloat16 texture on CUDA (#1874)
jsmall-nvidia
2021-06-04
Fix D3D11 `uploadBufferResource`. (#1869)
Yong He
2021-06-02
Various Fixes to gfx, reflection and emit. (#1867)
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
2021-05-21
[gfx] Support StructuredBuffer<IInterface>. (#1851)
Yong He
2021-05-06
Half texture support (#1836)
jsmall-nvidia
2021-05-04
Cleanup work on D3D12 shader object static specialization (#1830)
Tim Foley
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-23
Fix `model-viewer` crash when using Vulkan. (#1804)
Yong He
2021-04-23
Preliminary CUDA Half support (#1808)
jsmall-nvidia
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
cygwin - disable VK/CUDA (#1777)
jsmall-nvidia
[next]