picom/src/backend
Maxim Solovyov 925fef083e
backend: xrender: prefix backend-specific function names with xrender_
and sort the xrender_ops structure in the order backend operations are
declared in the backend_operations structure.

this makes the xrender backend's code consistent with the other
backends' code and reduces the risk of collisions because some backend
operation names are quite simple (e.g. init, deinit, fill, etc.).
2024-02-27 03:09:35 +03:00
..
dummy backend: give images a type 2024-02-15 13:48:47 +00:00
gl backend: gl: implement root_change interface for glx & egl 2024-02-20 18:37:18 +01:00
xrender backend: xrender: prefix backend-specific function names with xrender_ 2024-02-27 03:09:35 +03:00
backend.c win: remove the SHADOW_* window flags 2024-02-17 16:55:20 +00:00
backend.h backend: update documentation for root_change 2024-02-19 10:25:38 +00:00
backend_common.c backend: give images a type 2024-02-15 13:48:47 +00:00
backend_common.h backend: give images a type 2024-02-15 13:48:47 +00:00
driver.c backend: fix clang warning 2024-01-29 23:57:11 +00:00
driver.h driver: choose sgi_video_sync scheduler for NVIDIA 2023-12-19 23:27:15 +00:00
meson.build backends: add egl backend 2022-09-29 08:03:12 +01:00