Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: use wl_output_release() instead of wl_output_destroy() | Daniel Eklöf | 2020-11-13 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | main: open file once, in main, and log an error when we fail | Daniel Eklöf | 2020-10-01 | 1 | -5/+13 |
| | |||||
* | pixman: use ‘best’ filter when scaling image | Daniel Eklöf | 2020-10-01 | 1 | -0/+1 |
| | |||||
* | main: use fprintf() for usage errors | Daniel Eklöf | 2020-09-27 | 1 | -2/+3 |
| | |||||
* | dbg: disable debug logging by default | Daniel Eklöf | 2020-09-27 | 1 | -1/+1 |
| | |||||
* | make both libpng and libjpeg optional | Daniel Eklöf | 2020-09-20 | 1 | -3/+15 |
| | |||||
* | jpeg: initial support for JPEG images, using libjpeg | Daniel Eklöf | 2020-09-20 | 1 | -1/+4 |
| | |||||
* | main: render: use scaled width/height when compositing image | Daniel Eklöf | 2020-09-20 | 1 | -3/+5 |
| | |||||
* | Initial commit | Daniel Eklöf | 2020-08-01 | 1 | -0/+421 |
Can display a single PNG image scaled-to-fit on all outputs. |