Re: [Mesa-dev] [PATCH 0/7] i965: BLORP with format conversions

2013-10-08 Thread Ian Romanick
On 10/07/2013 04:31 PM, Kenneth Graunke wrote:
 This series introduces support for blitting and CopyTexSubImage with
 format conversions via the BLORP engine.  Previously, we fell back to
 the meta paths, which fell back to unpack/pack code, which was pretty
 dire for performance.
 
 In particular, this series makes Legends of Aethereus (an RPG that
 recently appeared on Steam) playable on Ivybridge.  Previously, it
 was so slow that even mouse cursor movement was choppy.

I made a couple minor comments on patches 6 and 7.  You can take them or
leave them.

With Daniel's comment about the commit message of patch 4 resolved, the
series is

Reviewed-by: Ian Romanick ian.d.roman...@intel.com

 ___
 mesa-dev mailing list
 mesa-dev@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/mesa-dev

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH 0/7] i965: BLORP with format conversions

2013-10-07 Thread Kenneth Graunke
This series introduces support for blitting and CopyTexSubImage with
format conversions via the BLORP engine.  Previously, we fell back to
the meta paths, which fell back to unpack/pack code, which was pretty
dire for performance.

In particular, this series makes Legends of Aethereus (an RPG that
recently appeared on Steam) playable on Ivybridge.  Previously, it
was so slow that even mouse cursor movement was choppy.

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev