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-05-23 12:35:42 +02:00
2023-05-26 05:21:08 +02:00
2023-05-04 16:11:07 +02:00
2023-05-31 22:38:36 +02:00
2023-05-23 12:35:42 +02:00
2023-04-27 07:24:53 +02:00
2023-06-01 06:25:00 +02:00
2023-05-24 08:12:14 +02:00
2023-04-30 05:57:20 +02:00
2023-05-23 12:35:42 +02:00
2023-04-30 05:49:46 +02:00
2023-05-23 12:35:42 +02:00
2023-06-01 06:25:00 +02:00
2023-05-28 13:24:37 +02:00
2023-05-28 13:24:37 +02:00
2023-04-30 05:57:20 +02:00
2023-04-30 05:57:20 +02:00
2023-06-01 06:25:00 +02:00
2023-06-01 06:25:00 +02:00
2023-05-07 01:05:09 +02:00
2023-05-02 17:15:48 +01:00
2023-06-01 12:23:24 +02:00
2023-06-01 06:25:00 +02:00
2023-06-01 06:25:00 +02:00
2023-04-27 07:24:53 +02:00
2023-05-23 12:35:42 +02:00
2023-04-09 18:42:45 +02:00
2023-05-23 12:35:42 +02:00
2023-04-30 05:49:46 +02:00
2023-04-30 05:49:46 +02:00
2023-04-30 05:48:14 +02:00