summaryrefslogtreecommitdiff
path: root/pool-buffer.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: define _POSIX_C_SOURCE globallySimon Ser2024-04-281-1/+0
|
* Use shm_open instead of mkstemp for anon filesManuel Stoeckl2022-11-241-46/+28
|
* Create/destroy a new shm buffer per frameManuel Stoeckl2021-07-191-47/+3
| | | | | | | | | Caching these actually increased memory usage after startup; compositors like Sway tend to release the buffer on receipt (since they have already copied the shm buffer to an OpenGL equivalent) so the shm buffer is no longer needed after being used. Outputs (when not in nested mode) are generally only configured/drawn once, so there is no point in caching data for the future.
* cairo: Replace <cairo/cairo.h> by <cairo.h>Issam E. Maghni2021-05-101-1/+1
| | | | Same as https://github.com/swaywm/sway/pull/6262
* Split swaybg into a standalone projectDrew DeVault2019-04-251-0/+143