Re: Helping Wine use 64 bit Mesa OGL drivers for 32-bit Windows applications
[email protected] Thu, 24 Oct 2024 09:36:34 -0700
| Newsgroups | gmane.comp.emulators.wine.devel,gmane.comp.video.mesa3d.devel |
|---|---|
| Message-ID | <[email protected]> |
> On Oct 24, 2024, at 1:04 AM, Derek Lesho <[email protected]> wrote: > > In my last mail I responded to this approach all the way at the bottom, so it probably got lost: mremap on Linux as it exists now won't work as it only supports private anonymous mappings (in conjunction with MREMAP_DONTUNMAP), which GPU mappings are not. This is seemingly not insurmountable: https://lore.kernel.org/linux-mm/[email protected]/ ~Theodore