Spyke

Implementing DRM format modifiers in NVK

The tl;dr for those like me, who don't understand the technical parts:

This week we merged support for the VK_EXT_image_drm_format_modifier extension in NVK, the new open-source Vulkan driver for NVIDIA hardware. We've also back-ported the code to the Mesa 24.1 staging branch so it will be part of the upcoming Mesa 24.1 release.

DRM format modifier support is one of the most important features we've landed in NVK in a while. Though it's not a very interesting feature to most Vulkan applications or game developers, it's very important to the Linux display pipeline. Importantly to users, this is the last piece required to support GameScope. It's also an important piece in making Zink+NVK a robust OpenGL solution.

Implementing DRM format modifiers in NVKhttps://www.collabora.com/news-and-blog/news-and-events/implementing-drm-format-modifiers-in-nvk.htmlOpen linkView original on lemmy.ml

I suspected so and tbh idk why I even made the comment. I guess I'm more unstable than usual at the moment

18
Pentareply
lemmy.world

DRM = Direct Rendering Manager, not Digital Rights Management here

21

Haha, I always think of digital rights management at first too but it's actually talking about direct rending something

4

DRM stands for direct rendering manager. You can't even use your computer without the rendering manager to interface your desktop and applications with your GPU.

3

You reached the end

Implementing DRM format modifiers in NVK | Spyke