Thanks for the review. I've pushed the Mesa patch and I'll have a look
at adding more formats to the Piglit test.
Regards,
- Neil
Kenneth Graunke writes:
> On Tuesday, July 01, 2014 04:04:56 PM Neil Roberts wrote:
>> > FWIW, I relaxed the format restrictions in
>> > brw_blorp_copytexsubimage, s
On Tuesday, July 01, 2014 04:04:56 PM Neil Roberts wrote:
> > FWIW, I relaxed the format restrictions in
> > brw_blorp_copytexsubimage, so it can handle general format
> > conversions as well (i.e. RGBA_FLOAT16 -> RGBA_UNORM). There's
> > no reason we couldn't do that for BlitFramebuffer as wel
> FWIW, I relaxed the format restrictions in
> brw_blorp_copytexsubimage, so it can handle general format
> conversions as well (i.e. RGBA_FLOAT16 -> RGBA_UNORM). There's
> no reason we couldn't do that for BlitFramebuffer as well, I just
> forgot to do it (and then we decided to make it a newb
On Monday, June 23, 2014 07:02:59 PM Neil Roberts wrote:
> Previously the blorp blitter would only be used if the format is identical
or
> there is only a difference between whether there is an alpha component or
not.
> This patch makes it also allow the blorp blitter if the only difference is
t
On Mon, Jun 23, 2014 at 12:06 PM, Neil Roberts wrote:
> Matt Turner writes:
>
>> We typically write
>>
>> Bugzilla: https:///
>>
>> Reviewed-by: Matt Turner
>>
>> Do you have commit access?
>
> Thanks for the review. I do have commit access so I've pushed the patch
> with the suggested chang
Matt Turner writes:
> We typically write
>
> Bugzilla: https:///
>
> Reviewed-by: Matt Turner
>
> Do you have commit access?
Thanks for the review. I do have commit access so I've pushed the patch
with the suggested change to the commit message.
I've also started to try and look at why tha
On Mon, Jun 23, 2014 at 11:02 AM, Neil Roberts wrote:
> Previously the blorp blitter would only be used if the format is identical or
> there is only a difference between whether there is an alpha component or not.
> This patch makes it also allow the blorp blitter if the only difference is the
>
Previously the blorp blitter would only be used if the format is identical or
there is only a difference between whether there is an alpha component or not.
This patch makes it also allow the blorp blitter if the only difference is the
ordering of the RGB components (ie, RGB or BGR).
This is parti