Romain Guy 6217a71cd2 Fix performance issue in Launcher
Bug #3515248

The problem is caused by the fast path when compositing layers on screen.
The fast path draws a single quad using glDrawArrays() whereas the general
path draws an arbitrary mesh using glDrawElements(). It looks like there's
an issue in the driver since glDrawArrays() is significantly slower than
glDrawElements() for a quad (6 vertices!)

This change just gets rid of the fast path.

Change-Id: Ib2361253ec67f44a988270f76c183422f12ce537
2011-03-15 16:32:28 -07:00
..
2011-01-23 16:15:02 -08:00
2010-11-02 16:17:23 -07:00
2011-01-18 11:19:19 -08:00
2011-01-18 11:19:19 -08:00
2011-01-19 12:00:08 -08:00
2011-01-18 14:02:16 -08:00
2011-01-20 11:39:09 -08:00
2011-03-15 16:32:28 -07:00
2010-11-02 16:17:23 -07:00
2011-02-22 16:07:36 -05:00
2011-01-23 16:15:02 -08:00
2011-02-22 16:07:36 -05:00
2010-11-02 16:17:23 -07:00
2010-11-02 16:17:23 -07:00