summaryrefslogtreecommitdiff
path: root/tools/gfx
AgeCommit message (Expand)Author
2021-10-26Expanded gfx::Format to include additional formats (#1982)lucy96chen
2021-10-21Diagnostic for no type conformance + bug fix. (#1985)Yong He
2021-10-20Re-enable swiftshader. (#1984)Yong He
2021-10-18GFX: implement mutable shader objects. (#1963)Yong He
2021-10-09Disable swiftshader temporarily (#1971)jsmall-nvidia
2021-10-04Modified barrier API to accept multiple resources per call (#1959)Kai Yao
2021-10-04Get native handles for TextureResource and BufferResource (#1960)lucy96chen
2021-10-01Add getNativeHandle() to ICommandQueue and ICommandBuffer (#1952)lucy96chen
2021-09-30VK Resource Barrier (#1955)Kai Yao
2021-09-30Fix GitHub release (#1956)Yong He
2021-09-23Add method to retrieve native handles (#1944)lucy96chen
2021-09-21Support for existing device/instance handles in Vulkan (#1942)lucy96chen
2021-09-15Allow D3D12Device to use an existing device handle (#1940)lucy96chen
2021-09-13Fix a crash in gfx d3d TransientHeap implementation. (#1937)Yong He
2021-09-13Bug fix in 16bit type emit, vk validation error fix. (#1936)Yong He
2021-08-17Add GLSL450 intrinsics to SPIRV direct emit. (#1921)Yong He
2021-08-12Further implementation of SPIRV direct emit. (#1920)Yong He
2021-07-28Experimental DXR1.0 support in gfx. (#1915)Yong He
2021-07-20Minor refactor to gfx D3D12 implementation. (#1913)Yong He
2021-07-19Enable swiftshader in linux CI builds (#1909)Yong He
2021-07-09Enable testing with Swiftshader. (#1906)Yong He
2021-07-09[gfx] Inline raytracing fixes in response to code review. (#1905)Yong He
2021-07-08Allow render-test to run inline ray tracing tests. (#1903)Yong He
2021-07-08Implement 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-18StructTag versioning (#1888)jsmall-nvidia
2021-06-11Properly fill `declref` in `Linkage::getContainerType`. (#1882)Yong He
2021-06-10Support timestamp queries in `gfx`. (#1880)Yong He
2021-06-08Various fixes to CUDA backend. (#1877)Yong He
2021-06-08Fix RWTexture issues on CUDA (#1876)jsmall-nvidia
2021-06-06Fixed issue around 4xFloat16 texture on CUDA (#1874)jsmall-nvidia
2021-06-04Fix D3D11 `uploadBufferResource`. (#1869)Yong He
2021-06-02Various Fixes to gfx, reflection and emit. (#1867)Yong He
2021-05-25Rework shader object specialization control interface. (#1857)Yong He
2021-05-25Allow overriding specialization args via `IShaderObject`. (#1854)Yong He
2021-05-21[gfx] Support StructuredBuffer<IInterface>. (#1851)Yong He
2021-05-06Half texture support (#1836)jsmall-nvidia
2021-05-04Cleanup work on D3D12 shader object static specialization (#1830)Tim Foley
2021-04-30Clean up the way we stride over sub-object ranges for D3D11 and Vulkan (#1829)Tim Foley
2021-04-29Update gfx back-ends to handle static specialization (#1826)Tim Foley
2021-04-29`gfx` DebugCallback and debug layer. (#1822)Yong He
2021-04-24Remove resource `Usage` from `gfx` interface. (#1813)Yong He
2021-04-23Fix `model-viewer` crash when using Vulkan. (#1804)Yong He
2021-04-23Preliminary CUDA Half support (#1808)jsmall-nvidia
2021-04-20Various fixes to make `model-viewer` example almost working. (#1801)Yong He
2021-04-16Update `model-viewer` example and fixing compiler bugs. (#1795)Yong He
2021-04-08Improve robustness of gfx lifetime management. (#1788)Yong He
2021-04-05Transient root shader object. (#1782)Yong He
2021-04-01cygwin - disable VK/CUDA (#1777)jsmall-nvidia