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

Linux

5081 readers
68 users here now

A community for everything relating to the linux operating system

Also check out !linux_memes@programming.dev

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

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

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

[โ€“] vividspecter@lemm.ee 5 points 4 weeks ago* (last edited 4 weeks 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.