mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-31 22:25:21 -04:00
Fixed rendering bug: Delay calling gbm_surface_release_buffer until it
has been scanned out.
This commit is contained in:
parent
cd6a40d816
commit
63c3faa006
2 changed files with 12 additions and 2 deletions
|
|
@ -47,6 +47,8 @@ struct wlr_output_state {
|
|||
|
||||
struct wlr_drm_renderer *renderer;
|
||||
struct gbm_surface *gbm;
|
||||
struct gbm_bo *bo_last;
|
||||
struct gbm_bo *bo_current;
|
||||
EGLSurface *egl;
|
||||
|
||||
bool pageflip_pending;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue