iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

Native Windows version #59

Closed donizettilorenzo closed 4 years ago

donizettilorenzo commented 4 years ago

Isn't it possible to have Gallium Nine as D3D9 to OpenGL wrapper on Windows too ?

dhewg commented 4 years ago

Nope, Gallium Nine maps D3D9 to mesa's internal gallium API, and not to OpenGL. There's D9VK, which maps D3D9 to Vulkan, and I think that works on Windows too?

donizettilorenzo commented 4 years ago

Of course D9VK is working!

Venemo commented 4 years ago

Mesa has Windows builds so it should be (theoretically) possible to use it.