mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-05 04:06:11 -05:00
scene: don't rebuild color transforms each frame
This commit is contained in:
parent
3d3d5fb1b7
commit
7101a69804
2 changed files with 68 additions and 56 deletions
|
|
@ -258,7 +258,7 @@ struct wlr_scene_output {
|
|||
|
||||
struct wlr_color_transform *prev_gamma_lut_color_transform;
|
||||
struct wlr_color_transform *prev_supplied_color_transform;
|
||||
struct wlr_color_transform *prev_combined_color_transform;
|
||||
struct wlr_color_transform *combined_color_transform;
|
||||
|
||||
struct wl_listener output_commit;
|
||||
struct wl_listener output_damage;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue