jaelpark / chamferwm

A tiling X11 window manager with Vulkan compositor.
https://jaelpark.github.io/chamferwm-docs/
BSD 3-Clause "New" or "Revised" License
249 stars 11 forks source link

VK_EXT_image_drm_format_modifier #25

Open fabienjean opened 3 years ago

fabienjean commented 3 years ago

Hello,

Do you have any information on implementation of VK_EXT_image_drm_format_modifier we use nvidia on linux width proprietary drivers.

thanks

jaelpark commented 3 years ago

Hi! DMA buffer importing with the help of this modifier is in the works. The code is there, but something's wrong and it doesn't work yet. Need some more time to finish it up, hopefully soon.

fabienjean commented 2 years ago

Hi, do you know if VK_EXT_image_drm_format_modifier is now available on linux with proprietary nvidia drivers. I don't see this extension. Thanks