Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shm: don’t cache buffers | Daniel Eklöf | 2020-10-06 | 1 | -1/+0 |
| | | | | | | | | 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 commit | Daniel Eklöf | 2020-08-01 | 1 | -0/+25 |
Can display a single PNG image scaled-to-fit on all outputs. |