this post was submitted on 05 Jan 2026
293 points (99.3% liked)

Technology

82621 readers
3232 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related news or articles.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] Zykino@programming.dev 33 points 2 months ago

Really? I thought it would be Nvidia! /s

[–] nothingcorporate@lemmy.today 17 points 2 months ago (1 children)

Yeah, but who contributed the most to Black Mesa?

[–] ranzispa@mander.xyz 5 points 2 months ago

Not Valve, they were busy working on HL3.

[–] phirdowak@programming.dev 16 points 2 months ago (1 children)

TIL that Mesa is older than I thought. Initial release in February 1995 apparently. Very cool

[–] wewbull@feddit.uk 5 points 2 months ago

For a long time it was just a software implementation of OpenGL. It's grown into a completely different beast.

Talk about feature creep!

[–] plz1@lemmy.world 15 points 2 months ago

1000+ commits a month is insane throughput. These folks are doing the good work.

[–] Corngood@lemmy.ml 10 points 2 months ago

For something pretty low level and gigantic, Mesa (or at least RADV) is a pleasure to hack on. It has a great config system (meson), compiles super fast, has lots of debug functionality, and can easily be loaded into e.g. a game, without any system level configuration.