1
0
Fork 0
mirror of https://github.com/yshui/picom.git synced 2025-10-30 23:46:46 -04:00
picom/tools
Yuxuan Shui 0c0b97ad0d
api/backend: bump backend version to 2.0 for v14 release
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>
2025-08-18 04:06:23 +01:00
..
animgen.c tools/animgen: support more sophisticated preset parameters 2024-08-06 01:18:33 +01:00
make-a-release.py api/backend: bump backend version to 2.0 for v14 release 2025-08-18 04:06:23 +01:00
meson.build tools: add animgen 2024-08-06 01:15:44 +01:00