Juha-Pekka,
The patch I just sent to the list here:
http://lists.freedesktop.org/archives/mesa-dev/2014-July/063501.html
Should also help with chrome performance. We have had a fast-path inside
the intel driver for some time to do BGRA/RGBA -> BGRA conversions. For
some reason, chrome seems to
On Mon, Jun 30, 2014 at 3:18 AM, Juha-Pekka Heikkila <
juhapekka.heikk...@gmail.com> wrote:
> On 25.06.2014 23:47, Matt Turner wrote:
> > On Wed, Jun 25, 2014 at 5:38 AM, Juha-Pekka Heikkila
> > wrote:
> >> This is my old set which enable using Pixman on Mesa for some texture
> >> conversion fast
On 25.06.2014 23:47, Matt Turner wrote:
> On Wed, Jun 25, 2014 at 5:38 AM, Juha-Pekka Heikkila
> wrote:
>> This is my old set which enable using Pixman on Mesa for some texture
>> conversion fast paths. As is this passes Piglit quick set on my IVB.
>
> Pixman doesn't actually have fast paths for
On Wed, Jun 25, 2014 at 5:38 AM, Juha-Pekka Heikkila
wrote:
> This is my old set which enable using Pixman on Mesa for some texture
> conversion fast paths. As is this passes Piglit quick set on my IVB.
Pixman doesn't actually have fast paths for swizzling, like we're
using in this series. I imag