KreitinnSoftware / MiceWine-Application

MiceWine is a project that aims to run Windows applications and games on Android smartphones.
36 stars 3 forks source link

Zink for other gpu-s #1

Closed mtkboy1 closed 3 months ago

mtkboy1 commented 3 months ago

Zink will be aded for Mali and PowerVR?

KreitinnSoftware commented 3 months ago

Yes will be

Mateus2022 commented 3 months ago

zink requires pfeatures, android's vulkan does not support them, the only way would be to use an icd library together with libhardware.so and create pfeatures instances with libvulkan.so's icd

@KreitinnSoftware

Mateus2022 commented 3 months ago

More information here: https://docs.mesa3d.org/drivers/zink.html

KreitinnSoftware commented 3 months ago

More information here: https://docs.mesa3d.org/drivers/zink.html I'm actually making tests using wsi-layer