Ilya114 / Box64Droid

Running x86_64 applications on Android
GNU General Public License v3.0
910 stars 71 forks source link

Hi, can you open source the way you compile turnip driver and setup DXVK ? #44

Closed xDoge26 closed 1 year ago

xDoge26 commented 1 year ago

Keeping it closed source is not cool buddy

Ilya114 commented 1 year ago

It's not closed, but now can't compile T+Z without patches which not exist (I compiled with patches when it's was enough, if you want see it I can send it (Thanks to Herick75, he author of this patches). I don't remember compile command, probably this: meson build -D platforms=x11,wayland -D gallium-drivers=swrast,virgl,zink -D vulkan-drivers=freedreno -D dri3=enabled -D egl=enabled -D gles2=enabled -D glvnd=true -D glx=dri -D libunwind=disabled -D osmesa=true -D shared-glapi=enabled -D microsoft-clc=disabled -D valgrind=disabled --prefix /usr -D gles1=enabled -D freedreno-kmds=kgsl, and meson . build -Dgallium-va=disabled -Dgallium-drivers=zink,swrast -Ddri3=enabled -Dvulkan-drivers= -Dglx=xlib -Dplatforms=x11 -Dbuildtype=release. You can see DXVK installation scripts in /opt/Resources (or Resources64)/DXVK (1.10.3-2.2)/DXVK (1.10.3-2.2).bat

xDoge26 commented 1 year ago

i mean dxvk not turnip zink

xDoge26 commented 1 year ago

You can see DXVK installation scripts in /opt/Resources (or Resources64)/DXVK (1.10.3-2.2)/DXVK (1.10.3-2.2).bat

thats why i want you to open source it so i dont have to waste time asking you