Commit Graph

2 Commits

Author SHA1 Message Date
Matthias Clasen
65274f81da Add GdkDmabufTexture
Add an implementation of GdkDmabufTexture.

For now, this implementation is rather minimal,
since we need a roundtrip through GL to convert
most nottrivial formats.
2023-10-10 19:38:26 -04:00
Matthias Clasen
1a3539c719 Add GdkDmabufTextureBuilder
Add a builder for a new GdkTexture subclass that
wraps dmabuf buffers on Linux. For now, this is
just an API. The implementation will follow in
subsequent commits.
2023-10-10 19:38:26 -04:00