Re: [PATCH 0/6] Refactor the vkms to accept new formats

2021-10-18 Thread Igor Matheus Andrade Torrente
Hi pq, On 10/18/21 4:53 AM, Pekka Paalanen wrote: On Tue, 5 Oct 2021 17:16:31 -0300 Igor Matheus Andrade Torrente wrote: XRGB to ARGB behavior = During the development, I decided to always fill the alpha channel of the output pixel whenever the conversion from a format withou

Re: [PATCH 0/6] Refactor the vkms to accept new formats

2021-10-18 Thread Pekka Paalanen
On Tue, 5 Oct 2021 17:16:31 -0300 Igor Matheus Andrade Torrente wrote: > XRGB to ARGB behavior > = > During the development, I decided to always fill the alpha channel of > the output pixel whenever the conversion from a format without an alpha > channel to ARGB16161616 is necess

[PATCH 0/6] Refactor the vkms to accept new formats

2021-10-05 Thread Igor Matheus Andrade Torrente
Summary === This series of patches refactor some vkms components in order to introduce new formats to the planes and writeback connector. Now in the blend function, the plane's pixels are converted to ARGB16161616 and then blended together. The CRC is calculated based on the ARGB1616161616 bu