wlroots/include/wlr
Simon Ser 3db1bcbe64 scene: try to import buffers as textures before rendering
The wlroots APIs currently don't allow importing/uploading a buffer
during rendering operations. Scene-graph buffer nodes need to turn
their wlr_buffer into a wlr_texture at some point. It's not always
possible to do so at wlr_scene_buffer creation time because the
scene-graph may have zero outputs at this point, thus no way to
grab a wlr_renderer.

Instead, add scene-graph buffers to a pending list and try to import
them in wlr_scene_output_commit.

References: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3354
2022-02-01 10:01:09 +00:00
..
backend
interfaces
render wlr_texture: remove wlr_texture_from_wl_drm() from header 2021-12-20 20:41:44 +00:00
types scene: try to import buffers as textures before rendering 2022-02-01 10:01:09 +00:00
util
backend.h
config.h.in
meson.build
version.h.in
xcursor.h
xwayland.h