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

Kenneth Graunke kenneth at whitecape.org
Mon Oct 7 16:31:16 PDT 2013


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.



More information about the mesa-dev mailing list