Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

2025-01-29 Thread Paz Zcharya
On Wed, Jan 29, 2025 at 11:18:26AM +0100, Louis Chauvet wrote: > And I just noticed that "changes in v2" is in the commit log. It should > not be there. > > To add a changelog, you must put it after ---, so in your case your commit > should be something like: > > drm/vkms: Add support for

Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

2025-01-29 Thread Louis Chauvet
On 28/01/25 - 15:08, Paz Zcharya wrote: > On Tue, Jan 28, 2025 at 11:04:33AM +0100, Louis Chauvet wrote: > > On 27/01/25 - 23:59, Paz Zcharya wrote: > > > Add support for pixel format ABGR, which is the default format > > > on Android devices. This will allow us to use VKMS as the default > > >

Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

2025-01-28 Thread Paz Zcharya
On Tue, Jan 28, 2025 at 11:04:33AM +0100, Louis Chauvet wrote: > On 27/01/25 - 23:59, Paz Zcharya wrote: > > Add support for pixel format ABGR, which is the default format > > on Android devices. This will allow us to use VKMS as the default > > display driver in Android Emulator (Cuttlefish) a

Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

2025-01-28 Thread Louis Chauvet
On 27/01/25 - 23:59, Paz Zcharya wrote: > Add support for pixel format ABGR, which is the default format > on Android devices. This will allow us to use VKMS as the default > display driver in Android Emulator (Cuttlefish) and increase VKMS > adoption. > > Changes in v2: > - Rebased on top of

Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

2024-10-09 Thread Paz Zcharya
On Mon, Oct 07, 2024 at 06:51:16PM +0200, Louis Chauvet wrote: > On 07/10/24 - 14:27, Paz Zcharya wrote: > > Add support for pixel format ABGR, which is the default format > > on Android devices. This will allow us to use VKMS as the default > > display driver in Android Emulator (Cuttlefish) a

Re: [PATCH] drm/vkms: Add support for ABGR8888 pixel format

2024-10-07 Thread Louis Chauvet
On 07/10/24 - 14:27, Paz Zcharya wrote: > Add support for pixel format ABGR, which is the default format > on Android devices. This will allow us to use VKMS as the default > display driver in Android Emulator (Cuttlefish) and increase VKMS > adoption. Hi Paz, Thank you for your contribution!