diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2023-07-09 17:18:14 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2023-07-09 20:38:19 -0700 |
commit | 907ee4e4e8500957003f16296780da8d921802b1 (patch) | |
tree | 058cc90b905ee5b76b73448d6f8c433bf98cb8c1 /src/modules/blinds | |
parent | fc69ed659402c7dd357d06b6cb1b2598d3f8d3fb (diff) |
modules/spiro: skip color math+packing if textured
The color stuff as-is isn't cheap and doesn't even get used if
there's a texture present, so don't bother with it at all.
This is especially significant since this module isn't threaded,
so it ties up all the cores leaving most of them idle when part
of a composition.
Also since spiro doesn't clamp its coordinates to the fragment
dimensions, only considering the frame dimensions, it must
continue using the "checked" put_pixel variant...
Diffstat (limited to 'src/modules/blinds')
0 files changed, 0 insertions, 0 deletions