Benjamin Otte

Results 7 comments of Benjamin Otte

> 3BandEQ says this (on Wayland, not XWayland): > > ``` > X Error of failed request: BadAccess (attempt to access private resource denied) > Major opcode of failed request:...

> @benjamin-otte is it normal that GTK has a current context Yes. Unsetting a context is expensive, so why do it?

Is that tracked in MPV somewhere? https://github.com/mpv-player/mpv/issues/11031 ?

> Debian having a libvulkan1 (loader) and a libvulkan1-dev (headers) packages makes sense to me as a user. Whether that workflow is a lot of extra steps for package maintainers...

That makes sense. I think it's not the default and the default is what vulkan.pc does? In that case keeping vulkan.pc around and not deprecating it would be better I...

What I'm trying to avoid is sending images to apps that aren't conforming. An example would be drag-and-dropping an image from a conformant browser or image editor into some old...

Being able to access dmabufs would be useful for integrating with toolkit like [GTK, which has recently gained support for video passthrough on Wayland](https://blog.gtk.org/2023/11/15/introducing-graphics-offload/).