Re: [Pixman] [PATCH] lowlevel-blt-bench: use a8r8g8b8 for CA solid masks

2015-04-16 Thread Ben Avison
When doing component alpha, use a mask format that has all the color channels instead of just a8. In case you're waiting for me... That first sentence doesn't qualify the fact that this is specific to solid masks. Other than that, looks good to me. Not sure whether that qualifies as a Reviewed-

[Pixman] [PATCH] lowlevel-blt-bench: use a8r8g8b8 for CA solid masks

2015-04-16 Thread Pekka Paalanen
From: Pekka Paalanen When doing component alpha, use a mask format that has all the color channels instead of just a8. As Ben Avison explains it: "Lowlevel-blt-bench initialises all its images using memset(0xCC) so an a8 solid image would be converted by _pixman_image_get_solid() to 0xCC00 w

Re: [Pixman] Going to land: Re: [PATCH 0/7] lowlevel-blt-bench test pattern parser

2015-04-16 Thread Pekka Paalanen
On Wed, 15 Apr 2015 12:39:09 +0300 Pekka Paalanen wrote: > On Tue, 14 Apr 2015 17:15:10 +0100 > "Ben Avison" wrote: > > > On Tue, 14 Apr 2015 09:36:38 +0100, > > Pekka Paalanen wrote: > > > > > So, can I take it that you gave your Reviewed-by for the whole series? > > > > Yes. > > Thanks!