Re: [PATCH v6 10/17] drm/vkms: Re-introduce line-per-line composition algorithm

2024-04-22 Thread Pekka Paalanen
On Tue, 09 Apr 2024 15:25:28 +0200 Louis Chauvet wrote: > Re-introduce a line-by-line composition algorithm for each pixel format. > This allows more performance by not requiring an indirection per pixel > read. This patch is focused on readability of the code. > > Line-by-line composition was i

[PATCH v6 10/17] drm/vkms: Re-introduce line-per-line composition algorithm

2024-04-09 Thread Louis Chauvet
Re-introduce a line-by-line composition algorithm for each pixel format. This allows more performance by not requiring an indirection per pixel read. This patch is focused on readability of the code. Line-by-line composition was introduced by [1] but rewritten back to pixel-by-pixel algorithm in [