microsoft / graphics-driver-samples

This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
Other
378 stars 132 forks source link

PR: Initial work for supporting GPU VA #72

Closed indygit closed 5 years ago

indygit commented 5 years ago

The taregt is to support GPU VA using only system memory The current support is partial for Meta Command and CopyResource.

The major work is finished for GPU VA support in: KMD QueryAdapterInfo, BuildPagingBuffer, SubmitCommandVirtual, etc UMD12 Command Queue/List/Buffer

Support GPU VA in Descriptor Heap, Root Signature and Shader dispatch requires mode work. Support GPU VA with local video memory segment will require some work.