On Mon Oct 13 16:41:43 2025 +0000, Rémi Bernon wrote:
I see, if it's only an issue for some older driver versions then it's probably fine. (Fwiw I was starting to consider whether D3DKMT resources could manage CPU memory too, through wineserver allocated shared mappings that would be imported as host pointers and mmapped to the 32bit address space)
Actually I see now that it fails on WOW64 with llvmpipe and some local changes, we fail to export fd if memory was allocated from host memory... Hmm