mirror of
https://github.com/yshui/picom.git
synced 2025-10-30 23:46:46 -04:00
API changes & anticipated API change: - Generalize the `dim` parameter of blit to `tint`. Allowing a multiplicative factor for each of the color channels. - New backend interface: `new_image_from_pixels`. Creating an initialized image from pixel data. The current create X pixmap -> bind_pixmap code path is cumbersome for some backends. Most notably it requires an X VisualID for the pixmap. But some pictfmts (e.g. single channel A8) don't have corresponding visuals. Changelog: Internal: Breaking change to backend API, to allow better image creation, and applying tints to windows. Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com> |
||
|---|---|---|
| .. | ||
| animgen.c | ||
| make-a-release.py | ||
| meson.build | ||