Chet Haase b92d8f7979 Optimize glyph cache texture uploads
Only upload the changed area of the glyph cache, not the entire
bitmap. Note that we can't do the full-on optimization here of copying a sub-rect
of the bitmap because of GL ES 2 limitations, but we can at least copy the
horizontal stripe containing the dirty rect, which can still be a big
savings over uploading the entire bitmap.

Issue #7158326 Bad framerates on MR1 (Mako, Manta, Prime)

Change-Id: Iab38d53202650f757ead4658cf4287bdad2b3cb9
2012-09-23 12:16:02 -07:00
..
2012-09-23 12:16:02 -07:00
2012-08-01 19:18:35 -07:00
2012-09-04 16:44:17 -07:00
2012-08-03 17:43:31 -07:00
2012-07-31 18:55:16 -07:00
2012-09-17 11:21:34 -07:00
2012-09-17 11:21:34 -07:00
2012-09-18 14:10:10 -07:00