Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can you please add d8vk? #2004

Open
stefson opened this issue Jan 15, 2023 · 2 comments · May be fixed by #2244
Open

can you please add d8vk? #2004

stefson opened this issue Jan 15, 2023 · 2 comments · May be fixed by #2244

Comments

@stefson
Copy link

stefson commented Jan 15, 2023

hello everyone,

d8vk is a fork of dxvk, with a focus on directx8 and directx9.

It offers d3d8.dll and d3d9.dll, and is certainly very helpfull for anyone stuck with low performance of d3d8 on modern hardware drivers.

this is the homepage: https://github.com/AlpyneDreams/d8vk

and this is the release page: https://github.com/AlpyneDreams/d8vk/releases

current release is 0.10

I did a quick copy and paste of the dxvk-2.0 code, only thing I don't understand is the helper_dxvk line. And I don't know the real name of the person who publishes this.


w_metadata d8vk0010 dlls \
    title="Vulkan-based D3D8/D3D9 implementation for Linux / Wine (0.10)" \
    publisher=" AlpyneDreams " \
    year="2022" \
    media="download" \
    file1="d8vk-v0.10.tar.gz" \
    installed_file1="${W_SYSTEM32_DLLS_WIN}/d3d8.dll" \
    installed_file2="${W_SYSTEM32_DLLS_WIN}/d3d9.dll" 

load_d8vk0010()
{
    # https://github.com/AlpyneDreams/d8vk/
    w_download "https://github.com/AlpyneDreams/d8vk/releases/download/d8vk-v0.10/d8vk-v0.10.tar.gz" 43e3d1051b31d91541fba1a6c59d0991208869203e66779bfab8a861eb545eb1
    helper_dxvk "${file1}" "7.1" "1.3.204" "dxgi,d3d9,d3d10core,d3d11"
}

@austin987
Copy link
Contributor

helper_dxvk() is used to validate the needed Wine/Vulkan API versions. It looks like d8vk needs similar? https://github.com/doitsujin/dxvk/wiki/Driver-support

I'd suggest looking at extending helper_dxvk() to also allow overriding d3d8 for d8vk.

FYI @bobwya

@sonic2kk
Copy link

I don't think anyone was looking at this yet? If not, I poked around and got an implementation working and hope to get a PR out soon for review :-)

austin987 added a commit to austin987/winetricks that referenced this issue Apr 11, 2023
@TheComputerGuy96 TheComputerGuy96 linked a pull request Jul 10, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants