wlroots/render/allocator
Simon Ser c659792d7b render/allocator/drm_dumb: fix error handling
In the CREATE_DUMB error code-path, we'd only free() the buffer,
however it's already inserted in the alloc->buffers list at this
point.

Instead, make sure finish_buffer() is safe to call (by populating
drm_fd) and call that function.
2022-10-01 19:45:29 +00:00
..
allocator.c Use wl_signal_emit_mutable 2022-08-18 07:16:16 -04:00
drm_dumb.c render/allocator/drm_dumb: fix error handling 2022-10-01 19:45:29 +00:00
gbm.c render/allocator/gbm: log human-readable format and modifier 2022-09-14 12:13:17 +02:00
meson.build build: fix enabled GBM when allocators=auto and auto_features=disabled 2022-06-29 11:32:06 +02:00
shm.c buffer: extract interface to separate header 2022-03-03 15:39:05 +01:00