this post was submitted on 19 Sep 2024
125 points (100.0% liked)

Linux

9040 readers
768 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
top 2 comments
sorted by: hot top controversial new old
[โ€“] bjoern_tantau@swg-empire.de 7 points 11 months ago (1 children)

Does that mean my graphics card can support those as long as it supports Vulkan?

[โ€“] vividspecter@lemm.ee 5 points 11 months ago* (last edited 11 months ago)

The drivers for your card needs to support the required extensions, and the hardware needs to support the particular codecs as well. So if you don't have already have encoding/decoding support for the given codec with OGL etc, this won't add it most likely.

The main benefit is that application devs won't need to add multiple hardware decoding/encoding APIs, and can just target Vulkan. Cross platform support in particular is currently a mess due to the different APIs on Windows/Linux/Mac, so this will simplify things greatly. Eventually, driver devs will be able to just support Vulkan too, but that's a long way off.