this post was submitted on 28 May 2024
56 points (96.7% liked)

Linux

47361 readers
1106 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
top 7 comments
sorted by: hot top controversial new old
[–] bruhduh@lemmy.world 13 points 3 months ago* (last edited 3 months ago) (1 children)

It would be good actually, gallium nine project could be revived thanks to that, for Linux newbies i add this link to read about that wonderful project that could boost Linux gaming if it took off successfully https://www.maketecheasier.com/install-wine-gallium-nine-linux/ https://github.com/iXit/wine-nine-standalone

[–] leopold@lemmy.kde.social 6 points 3 months ago* (last edited 3 months ago) (2 children)

How? D3D9 only needs HLSL 3. Perhaps you meant adding support for newer D3D versions? D3D10 and D3D11 support are certainly possible, though even still D3D11 only needs HLSL 5. As for D3D12, it would be impossible for the same reason Vulkan on Gallium is impossible; it's too low level.

Anyway, I've used Gallium-Nine with RadeonSI. It works fine. It can even be faster than DXVK, sometimes. Other times, DXVK is faster. They're about on par. Which kinda begs the question, what's the point? Gallium-Nine isn't substantially faster than DXVK and is much less portable, since it requires a Gallium3D driver to work, so it won't work for Nvidia. The Nouveau Gallium3D driver is way too slow to come close to DXVK. Zink + Gallium-Nine probably works, but I also can't see that beating DXVK. That's the reason Gallium-Nine died. Not because they didn't have the latest HLSL, but because DXVK killed interest in the project.

[–] FuckBigTech347@lemmygrad.ml 2 points 3 months ago

Gallium-Nine also tends to be buggy if used with 32-bit software in particular. All the 32-bit games I've tried have problems with it. They usually work fine for the first 30-60 minutes and after that the framerate becomes unstable to the point where the game becomes unplayable. It happens consistently with Gallium-nine but not at all with DXVK.

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

Yes, I've meant adding new version support, my idea is, easier native game development for Linux would be great, and having directx open sourced will be a step in that direction, albeit small but still it is a step in right direction

[–] leopold@lemmy.kde.social 4 points 3 months ago (1 children)

The D3D shader compiler has been open source for many years. This is just a new version of it.

[–] bruhduh@lemmy.world 1 points 3 months ago* (last edited 3 months ago)

Didn't know, thank you for new info

[–] autotldr@lemmings.world 5 points 3 months ago

This is the best summary I could come up with:


Microsoft's open-source DirectX Shader Compiler that is open-source and derived from the LLVM/Clang compiler infrastructure is out with a significant new release as it begins preparing for "HLSL 202x" as a big leap for the High-Level Shader Language.

With today's DirectX Compiler v1.8.2405 release, just the first component of HLSL 202x is being rolled out.

It is intended to serve as a bridge to help transition to the expected behavior of the modernized compiler.

In previous versions, un-suffixed literal types targeted the highest possible precision.

We are eager for feedback about this build positive or negative, related to compile times or correctness."

Downloads -- both the source code and Windows / Linux binaries -- and more information on today's DirectX Compiler v1.8.2405 release can be found via GitHub.


The original article contains 325 words, the summary contains 128 words. Saved 61%. I'm a bot and I'm open source!