Re: [PATCH v2] drm/vkms: Implement all blend mode properties

2023-07-23 Thread Maira Canal
Hi Melissa, On 7/23/23 18:00, Melissa Wen wrote: On 07/23, Maíra Canal wrote: Following the DRM assumption, VKMS currently assumes that the alpha is pre-multiplied. Moreover, it doesn't support the alpha property. So, first, implement the alpha property to VKMS and then, the blend mode propert

Re: [PATCH v2] drm/vkms: Implement all blend mode properties

2023-07-23 Thread Melissa Wen
On 07/23, Maíra Canal wrote: > Following the DRM assumption, VKMS currently assumes that the alpha is > pre-multiplied. Moreover, it doesn't support the alpha property. > > So, first, implement the alpha property to VKMS and then, the blend > mode property. In order to support all possible support

[PATCH v2] drm/vkms: Implement all blend mode properties

2023-07-23 Thread Maíra Canal
Following the DRM assumption, VKMS currently assumes that the alpha is pre-multiplied. Moreover, it doesn't support the alpha property. So, first, implement the alpha property to VKMS and then, the blend mode property. In order to support all possible supported modes, change the pre_mul_blend_chan