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-unit-test
/
gfx-test-util.cpp
Age
Commit message (
Expand
)
Author
2025-03-05
Support SPIR-V deferred linking option (#6500)
cheneym2
2024-11-13
Correct include dir for libslang (#5539)
Ellie Hermaszewska
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-08-30
Draft: integrate slang-rhi (#4970)
Simon Kallweit
2024-07-17
Move the file public header files to `include` dir (#4636)
kaizhangNV
2024-02-28
[SPIRV] Add NonSemanticDebugInfo for step-through debugging. (#3644)
Yong He
2024-02-15
Support loading serialized modules. (#3588)
Yong He
2023-04-14
Some small fixes with Windows/DX usage (#2797)
Ellie Hermaszewska
2023-04-02
Fix several silently failing tests (#2767)
Ellie Hermaszewska
2022-12-12
Refactor shader cache (#2558)
skallweitNV
2022-11-29
FileStream-based implementation for updating cache index file (#2485)
lucy96chen
2022-10-19
PersistentShaderCache integration (#2453)
lucy96chen
2022-10-12
Shader caching (#2432)
lucy96chen
2022-08-16
Add gfx interface definition in Slang. (#2364)
Yong He
2022-04-07
Texture views/shapes tests part 1 (#2179)
lucy96chen
2022-02-10
gfx: support d3d12 root parameters (#2122)
Yong He
2022-02-09
Various fixes to gfx. (#2120)
Yong He
2022-01-19
Vulkan implementations for copyTexture, copyTextureToBuffer, and textureSubre...
lucy96chen
2021-12-16
gfx: Add tests for instanced, indexed instanced, and indirect draw calls (#2060)
lucy96chen
2021-12-09
Implement instanced and indirect draw calls (#2053)
lucy96chen
2021-12-09
Remove `PipelineType` from gfx header. (#2051)
Yong He
2021-12-08
D3D12 and Vulkan to CUDA Texture Sharing (#2038)
lucy96chen
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-08
Basic VK buffer barrier test (#1967)
Kai Yao
2021-09-24
Move existing unit tests to a standalone dll. (#1945)
Yong He