Aliaksandr Kalenik
2c0f03f5b6
LibWeb: Delete BlitCornerClipping display list command
...
Contrary to LibGfx, where corner clipping was implemented by sampling
and blitting pixels under corners into a temporary bitmap, Skia allows
us to simply apply a mask. As a result, we no longer need the
BlitCornerClipping command, which has become a no-op.
- SampleUnderCorners is renamed to AddRoundedRectClip
- The optimization that skipped unnecessary blit and sample commands has
been removed. However, this should not result in a performance
regression because Skia seems to perform mask rasterization lazily.
2024-07-30 09:43:43 +02:00
..
2024-07-26 17:29:20 +02:00
2024-07-25 16:58:12 +02:00
2024-07-30 09:41:35 +02:00
2024-07-26 10:22:17 +02:00
2024-07-18 09:43:38 +01:00
2024-07-18 09:43:38 +01:00
2024-07-29 11:17:05 +01:00
2024-07-29 11:17:05 +01:00
2024-07-29 11:19:00 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-25 18:35:57 -06:00
2024-07-25 18:35:57 -06:00
2024-07-18 09:43:38 +01:00
2024-07-18 09:43:38 +01:00
2024-07-26 10:21:32 +02:00
2024-07-21 10:50:05 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-19 09:04:30 +01:00
2024-07-26 14:25:04 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-21 10:50:05 +02:00
2024-07-17 13:11:55 +02:00
2024-07-17 13:11:55 +02:00
2024-07-26 09:30:19 +02:00
2024-07-26 09:30:19 +02:00
2024-07-26 09:30:19 +02:00
2024-07-26 09:15:39 +01:00
2024-07-26 09:15:39 +01:00
2024-07-27 20:23:14 +01:00
2024-07-16 10:59:59 +01:00
2024-07-25 15:05:28 +02:00
2024-07-26 09:15:39 +01:00
2024-07-26 09:15:39 +01:00
2024-07-23 11:12:18 +02:00
2024-07-17 18:19:09 +01:00
2024-07-18 09:43:38 +01:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-30 09:43:43 +02:00
2024-07-25 11:38:59 +01:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 17:29:20 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 09:30:19 +02:00
2024-07-26 09:30:19 +02:00
2024-07-26 09:30:19 +02:00
2024-07-25 14:33:33 +02:00
2024-07-18 09:43:38 +01:00
2024-07-18 09:43:38 +01:00
2024-07-26 14:26:16 +02:00
2024-07-26 14:26:16 +02:00
2024-07-26 10:21:32 +02:00
2024-07-28 21:40:30 +02:00
2024-07-28 21:40:30 +02:00