Re: [Mesa-dev] [PATCH 2/3] i915: Blit RGBX<->RGBA drawpixels

2015-06-08 Thread Chris Wilson
On Sun, Jun 07, 2015 at 02:21:27AM -0700, Kenneth Graunke wrote: > On Sunday, June 07, 2015 11:29:16 AM Alexander Monakov wrote: > > On Sun, Jun 7, 2015 at 11:06 AM, Kenneth Graunke > > wrote: > > > On Friday, June 05, 2015 03:14:30 PM Chris Wilson wrote: > > >> The blitter already has code to ac

Re: [Mesa-dev] [PATCH 2/3] i915: Blit RGBX<->RGBA drawpixels

2015-06-07 Thread Kenneth Graunke
On Sunday, June 07, 2015 11:29:16 AM Alexander Monakov wrote: > On Sun, Jun 7, 2015 at 11:06 AM, Kenneth Graunke > wrote: > > On Friday, June 05, 2015 03:14:30 PM Chris Wilson wrote: > >> The blitter already has code to accommodate filling in the alpha channel > >> for BGRX destination formats, s

Re: [Mesa-dev] [PATCH 2/3] i915: Blit RGBX<->RGBA drawpixels

2015-06-07 Thread Alexander Monakov
On Sun, Jun 7, 2015 at 11:06 AM, Kenneth Graunke wrote: > On Friday, June 05, 2015 03:14:30 PM Chris Wilson wrote: >> The blitter already has code to accommodate filling in the alpha channel >> for BGRX destination formats, so expand this to also allow filling the >> alpha channgel in RGBX formats

Re: [Mesa-dev] [PATCH 2/3] i915: Blit RGBX<->RGBA drawpixels

2015-06-07 Thread Kenneth Graunke
On Friday, June 05, 2015 03:14:30 PM Chris Wilson wrote: > The blitter already has code to accommodate filling in the alpha channel > for BGRX destination formats, so expand this to also allow filling the > alpha channgel in RGBX formats. > > More importantly for the next patch is moving the test

Re: [Mesa-dev] [PATCH 2/3] i915: Blit RGBX<->RGBA drawpixels

2015-06-06 Thread Chris Wilson
On Sat, Jun 06, 2015 at 12:58:05PM +0300, Alexander Monakov wrote: > On Fri, Jun 5, 2015 at 5:14 PM, Chris Wilson wrote: > > The blitter already has code to accommodate filling in the alpha channel > > for BGRX destination formats, so expand this to also allow filling the > > alpha channgel in RGB

Re: [Mesa-dev] [PATCH 2/3] i915: Blit RGBX<->RGBA drawpixels

2015-06-06 Thread Alexander Monakov
On Fri, Jun 5, 2015 at 5:14 PM, Chris Wilson wrote: > The blitter already has code to accommodate filling in the alpha channel > for BGRX destination formats, so expand this to also allow filling the > alpha channgel in RGBX formats. > > More importantly for the next patch is moving the test into