index
:
wlroots.git
master
fork of wlroots with action binder support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
render
/
allocator
/
drm_dumb.c
Age
Commit message (
Expand
)
Author
2024-02-15
Define _POSIX_C_SOURCE globally
Simon Ser
2023-08-03
Avoid using memcpy() to copy structs
Simon Ser
2023-07-11
Use wl_container_of() instead of casts
Simon Ser
2023-05-21
render/pixel-format: add support for block-based formats
Simon Ser
2022-11-17
allocator/drm_dumb: use libdrm dumb buffer helpers
Simon Ser
2022-10-01
render/allocator/drm_dumb: drop finish_buffer()
Simon Ser
2022-10-01
render/allocator/drm_dumb: fix error handling
Simon Ser
2022-10-01
render/allocator/drm_dumb: get format info before allocating
Simon Ser
2022-10-01
render/allocator/drm_dumb: check modifier list
Simon Ser
2022-10-01
render/allocator/drm_dumb: advertise LINEAR instead of INVALID modifier
Simon Ser
2022-03-03
buffer: extract interface to separate header
Simon Ser
2021-11-09
render/allocator: make wlr_allocator part of the public API
Simon Zeni
2021-09-10
buffer: add data_ptr access flags
Simon Ser
2021-09-01
render/allocator: re-open GBM FD
Simon Ser
2021-08-25
Move allocator stuff into new directory
Simon Ser