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
..
2010-11-11 15:36:56 -08:00
2011-03-07 18:09:03 -08:00
2011-02-03 16:20:08 -08:00
2011-01-23 16:15:02 -08:00
2011-01-21 21:14:15 -08:00
2011-03-14 18:05:08 -07:00
2011-03-14 18:05:08 -07:00
2010-11-02 16:17:23 -07:00
2011-01-21 21:14:15 -08:00
2010-11-02 16:17:23 -07:00
2011-03-02 14:02:19 -08:00
2011-03-02 14:02:19 -08:00
2011-01-21 21:14:15 -08:00
2010-11-10 11:59:15 -08:00
2011-01-21 21:14:15 -08:00
2010-11-11 15:36:56 -08:00
2011-01-16 12:54:25 -08:00
2011-02-02 20:28:09 -08:00
2011-02-02 20:28:09 -08:00
2011-03-15 16:32:28 -07:00
2011-01-24 18:39:56 -08:00
2011-01-18 11:19:19 -08:00
2011-01-18 11:19:19 -08:00
2011-03-15 16:32:28 -07:00
2011-03-14 18:05:08 -07:00
2011-01-19 12:00:08 -08:00
2011-01-18 14:02:16 -08:00
2010-11-30 12:06:39 -08:00
2010-12-10 12:33:05 -08:00
2011-02-24 19:52:37 -08:00
2011-01-20 11:39:09 -08:00
2010-12-07 20:12:50 -08:00
2010-12-07 20:12:50 -08:00
2010-12-07 20:12:50 -08:00
2011-03-14 18:05:08 -07: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-02-04 12:50:55 -08:00
2011-01-23 16:15:02 -08:00
2011-02-22 16:07:36 -05:00
2010-12-02 10:41:47 -08:00
2010-11-02 16:17:23 -07:00
2011-01-14 18:51:01 -08:00
2011-01-14 18:51:01 -08:00
2011-02-04 00:59:34 -08:00
2011-03-01 11:45:33 -08:00
2011-03-07 18:09:03 -08:00
2010-11-02 16:17:23 -07:00
2011-02-24 17:21:29 -08:00
2010-11-11 15:36:56 -08:00
2010-12-08 19:06:58 -08:00
2010-11-02 16:17:23 -07:00