Re: [Mesa-dev] [PATCH 0/6] Enable Pixman for Mesa

2014-07-17 Thread Jason Ekstrand
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

Re: [Mesa-dev] [PATCH 0/6] Enable Pixman for Mesa

2014-06-30 Thread Jason Ekstrand
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

Re: [Mesa-dev] [PATCH 0/6] Enable Pixman for Mesa

2014-06-30 Thread Juha-Pekka Heikkila
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

Re: [Mesa-dev] [PATCH 0/6] Enable Pixman for Mesa

2014-06-25 Thread Matt Turner
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