Skip to content

drm-buffer-gbm: Bail out early if FBO allocation fails

Robert Mader requested to merge rmader/mutter:fbo-allocation-bailout into main

A failing allocation is non-fatal here, however if it fails later in a lazy allocation triggered by cogl_framebuffer_create_timestamp_query() we end up crashing. Thus force the allocation early, like we already do in other places.


Required for !2191 (merged)

Merge request reports