summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2022-02-01GFX: Add API interception mechanism for pipeline creation. (#2115)Yong He
2022-01-27Set numerous fields in VKDevice::createGraphicsPipelineState using the inform...lucy96chen
2022-01-25gfx: Allow null entries in shader table. (#2096)Yong He
2022-01-25Add implementations for resolveResource() to D3D12 and Vulkan backends (#2094)lucy96chen
2022-01-21GFX: seperated ShaderTable. (#2090)Yong He
2022-01-19Vulkan implementations for copyTexture, copyTextureToBuffer, and textureSubre...lucy96chen
2022-01-19More fixes to GFX d3d12. (#2084)Yong He
2022-01-19Fixes to GFX. (#2083)Yong He
2022-01-14Various fixes to GFX, nested parameter block test for d3d12. (#2081)Yong He
2022-01-10Various fixes to gfx. (#2074)Yong He
2022-01-10Enable running tests in parallel. (#2078)Yong He
2022-01-10Draw call tests for Vulkan (#2073)lucy96chen
2022-01-08Fix random d3d12 crash related to readTextureResource(). (#2075)Yong He
2022-01-06Fix cuda texture creation bug (#2076)Yong He
2022-01-04gfx: Fix root shader object implementation in debug layer. (#2059)Yong He
2022-01-04Buffer allocation backend. (#2045)ZanderMajercik
2021-12-16gfx: Add tests for instanced, indexed instanced, and indirect draw calls (#2060)lucy96chen
2021-12-13Fixes to `uploadTextureData`. (#2058)Yong He
2021-12-13gfx: Implement `setSamplePositions`. (#2056)Yong He
2021-12-13gfx: use uint32_t in draw calls and implement current size query. (#2055)Yong He
2021-12-13gfx: Implement remaining resource commands on D3D12. (#2054)Yong He
2021-12-09Implement instanced and indirect draw calls (#2053)lucy96chen
2021-12-09Remove `PipelineType` from gfx header. (#2051)Yong He
2021-12-09gfx: Implement `claerResourceView`. (#2052)Yong He
2021-12-08gfx Fence implementation improvements. (#2049)Yong He
2021-12-08D3D12 and Vulkan to CUDA Texture Sharing (#2038)lucy96chen
2021-12-07gfx: D3D12 and VK Fence implementation. (#2048)Yong He
2021-12-07Check g++ version compatibility (#2044)jsmall-nvidia
2021-12-07Output of IR ids as command line option (#2043)jsmall-nvidia
2021-12-07Support array args for JSON-RPC (#2046)jsmall-nvidia
2021-12-06Fix shader-toy example. (#2047)Yong He
2021-12-06gfx Mutable Root shader object implementation. (#2042)Yong He
2021-12-03Split out ExecutableLocation (#2041)jsmall-nvidia
2021-11-30Auto flush for streams for stdin/out in slang-test (#2035)jsmall-nvidia
2021-11-30Use test-server on CI (#2034)jsmall-nvidia
2021-11-24JSON-RPC make id explicit (#2030)jsmall-nvidia
2021-11-24Fix for slang-test memory leak (#2029)jsmall-nvidia
2021-11-24PersistentJSONValue (#2028)jsmall-nvidia
2021-11-24Remove test-proxy (#2027)jsmall-nvidia
2021-11-23JSON-RPC test server (#2026)jsmall-nvidia
2021-11-22gfx: Add more fixed function states and instancing draw calls. (#2023)Yong He
2021-11-19Improvements to JSON/RTTI (#2022)jsmall-nvidia
2021-11-18RTTI/JSON (#2021)jsmall-nvidia
2021-11-18gfx: add coverage for more resource commands. (#2020)Yong He
2021-11-17gfx ShaderObject interface update, getTextureAllocationInfo() (#2019)Yong He
2021-11-16gfx: setSamplePositions and clearResourceView. (#2018)Yong He
2021-11-16Support around JSON-RPC (#2014)jsmall-nvidia
2021-11-15Add BGRA8 Unorm SRGB to the list of supported formats (#2016)lucy96chen
2021-11-15Http protocol support (#2012)jsmall-nvidia
2021-11-15Update gfx interface. (#2015)Yong He