scene: cache wlr_color_transform objects

This commit is contained in:
Félix Poisot 2026-03-29 13:00:44 +00:00
parent 611e0649c5
commit d98ff4553d
2 changed files with 148 additions and 53 deletions

View file

@ -117,6 +117,8 @@ struct wlr_scene {
bool direct_scanout;
bool calculate_visibility;
bool highlight_transparent_region;
struct wlr_scene_color_transform_cache *color_transform_cache;
} WLR_PRIVATE;
};