aboutsummaryrefslogtreecommitdiff
path: root/shm.c
Commit message (Collapse)AuthorAgeFilesLines
* shm: fix copy-paste typo in memfd name; this is wbg, not fuzzelDaniel Eklöf2021-04-181-1/+1
|
* shm: use XRGB8888 instead of ARGB8888Daniel Eklöf2020-11-301-3/+3
|
* shm: don’t cache buffersDaniel Eklöf2020-10-061-80/+17
| | | | | | | | wbg typically only renders a buffer once. If we *do* need to re-render, it’s because something changed: the scaling factor, or a new monitor came online etc. Thus, there’s no point in caching buffers; it just uses up memory.
* Initial commitDaniel Eklöf2020-08-011-0/+192
Can display a single PNG image scaled-to-fit on all outputs.