Skip to content

nvk: Expose additional memory types and properties

Faith Ekstrand requested to merge gfxstrand/mesa:nvk/mem-types into main

This MR adds the HOST_CACHED flag to the sysmem type and adds a HOST_VISIBLE+HOST_COHERENT type for VRAM which should gives the client access to write-combine memory.

Merge request reports