this post was submitted on 02 Jan 2024
843 points (98.1% liked)

Linux

47548 readers
501 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] leopold@lemmy.kde.social 1 points 9 months ago (1 children)

I wonder if native D3D would really help at all. Most OpenGL drivers in Mesa are really Gallium drivers. Gallium is a low level internal Mesa API uses to implement support for higher level APIs, including OpenGL and Direct3D 9. Vulkan support isn't implemented on top of Gallium, because Vulkan is apparently lower level than Gallium is. These drivers are still pretty damn fast, despite having to go through and intermediate API. If Gallium is fast enough for OpenGL drivers, I don't see why the lower level Vulkan can't be fast enough for Direct3D drivers. As far as I'm aware, the performance difference between DXVK/VKD3D and Direct3D drivers on Windows is already negligible.

[–] Clbull@lemmy.world 1 points 9 months ago* (last edited 9 months ago) (1 children)

I thought the performance hit was quite substantial, like 20% to 30% lower frame rates from using dxvk. Maybe things have improved?

Native Vulkan support is of course the holy grail but so few games support it. The only few I can think of are Valve games.

Not even World of Warcraft supports Vulkan, and they've supported OpenGL for so long.

[–] leopold@lemmy.kde.social 1 points 9 months ago

It's definitely not 20%-30% behind. I'd say the difference is usually 10% or less. Sometimes DXVK is even a little ahead. Does depend on the game and drivers, tho.