Files
ladybird/Userland/Libraries/LibGfx
Jelle Raaijmakers 5d0da8c096 LibGfx: Optimize Painter::blit_filtered()
For some reason, we were decoding the source color twice for every pixel
in the inner-most loop of `blit_filtered`. This makes sure we only
decode the source color once, and rearranges the code to improve
readability.

For my synthetic font rendering benchmark, this improves glyph rendering
performance by ~9%.
2023-06-01 12:23:24 +02:00
..
2023-04-30 05:57:20 +02:00
2023-04-30 05:57:20 +02:00
2023-04-30 05:57:20 +02:00
2023-04-09 18:42:45 +02:00