geoff

u/geoff@midwest.social
9 posts · 39 comments

Recent posts

Recent comments

on No graphics API · c/programming · 4 pts · 252d

Pretty much! As in, same goal as Vulkan, but realizing that Vulkan and friends were released ten years ago, and GPUs have changed a lot since then.

I don’t know, but I do know that many games perform even better on Linux these days.

As a software engineer, I will tell you that to put game-specific optimizations in drivers seems like a horrifying practice that should never have become commonplace, and probably leads to piles of hacks and unmanageable complexity. I have doubts as to whether Mesa and/or the Linux kernel would accept such a thing in open-source drivers.

In the long run, we’re probably better off with clean, maintainable code. I’d rather have that than a few extra FPS any day.

Intermediate Linux user + 6 months of Gentoo = advanced Linux user.

I’m not kidding. You can do this with other distros, but it will get you used to parts of the software engineering process you might not otherwise be exposed to. That was my experience at least.