summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add tile dimensions into snapshot and use it for setting tile rectSreedhar Telukuntla2013-07-231-0/+3
* Handle offscreen animations correctlyChet Haase2012-10-231-9/+10
* Defer layer rendering to avoid stallsRomain Guy2012-10-181-1/+1
* Fix texture corruptionChet Haase2012-09-301-31/+32
* Fix a couple of rendering issuesRomain Guy2012-09-281-9/+11
* Plug memory leak that happens when reusing display listsRomain Guy2012-09-271-6/+8
* Don't use the QCOM_tiled_rendering extension with functorsRomain Guy2012-09-271-1/+9
* Fix occasional crash bug with layersChet Haase2012-09-171-1/+18
* Discard framebuffer commands when we redraw the entire bufferRomain Guy2012-09-111-0/+4
* Merge "Enable changing properties of layer paint" into jb-mr1-devChet Haase2012-09-071-3/+13
|\
| * Enable changing properties of layer paintChet Haase2012-09-071-3/+13
* | Reduce the number of locks acquired by display listsRomain Guy2012-09-071-40/+53
|/
* Optimize interactions with glyph cacheChet Haase2012-08-141-3/+11
* Avoid crash when dumping display listsRomain Guy2012-08-031-2/+5
* Rename drawGeneralText to drawTextRomain Guy2012-07-271-6/+6
* Hardware implementation of glyph positioning (bug 5443796)Raph Levien2012-07-231-55/+59
* Correctly pre-clip paths when recording display listsRomain Guy2012-07-171-2/+5
* Don't clear the dirty clip flag if it's not appliedRomain Guy2012-07-171-1/+8
* Don't copy paints for 9patchesRomain Guy2012-07-161-4/+13
* Track canvas clearing for swap buffers logic.Chet Haase2012-06-071-1/+2
* Skip eglSwapBuffers() call when we do not draw to GLChet Haase2012-05-311-46/+69
* Ensure we always set the proper blending modeRomain Guy2012-05-221-1/+2
* Avoid unnecessary copy when invoking drawBitmap(int[])Romain Guy2012-05-151-11/+32
* Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)Romain Guy2012-05-141-0/+31
* Fix hang/crash in native path codeChet Haase2012-05-031-0/+16
* Fix launcher invisibility bugChet Haase2012-05-011-2/+2
* Remove USE_DISPLAY_LIST_PROPERTIES flagChet Haase2012-04-231-149/+131
* Fix layer blending bugChet Haase2012-04-121-1/+4
* Optimization of alpha with DisplayList propertiesChet Haase2012-04-031-11/+17
* Re-enable DisplayList properties.Chet Haase2012-04-021-24/+52
* Re-enabling DisplayList propertiesChet Haase2012-03-271-45/+14
* Use a status_t return type for GL functorsRomain Guy2012-03-261-10/+12
* Optimizing DisplayList propertiesChet Haase2012-03-161-26/+26
* Correctly compute the number of bytes written by each op.Romain Guy2012-03-131-1/+1
* Fix garbage deref with DisplayList property structuresChet Haase2012-03-131-4/+3
* Merge "Follow the include style used elsewhere in the library"Romain Guy2012-03-131-1/+1
|\
| * Follow the include style used elsewhere in the libraryRomain Guy2012-03-131-1/+1
* | Fix garbage deref in DisplayList structuresChet Haase2012-03-131-11/+13
|/
* Handle view properties at the native levelChet Haase2012-03-121-46/+299
* Turn down the number of glGetError() calls.Romain Guy2012-03-121-1/+0
* Delete display list objects and resources on the UI threadRomain Guy2012-03-051-0/+7
* Remove stray logRomain Guy2012-03-011-1/+0
* Add hooks to implement Canvas.drawTextOnPath() in GLRomain Guy2012-02-241-1/+39
* Record possible clip rejects when recording display listsRomain Guy2012-02-171-51/+113
* Add debug markers to OpenGLRendererRomain Guy2012-01-301-3/+10
* Add full support for Canvas.setDrawFilter()Romain Guy2012-01-231-34/+69
* First pass at implementing Canvas.drawPosText() in GLRomain Guy2012-01-171-0/+32
* Merge "Fix bug #5753006 Garbled Labels in Maps"Fabrice Di Meglio2012-01-051-3/+1
|\
| * Fix bug #5753006 Garbled Labels in MapsFabrice Di Meglio2012-01-051-3/+1
* | Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-39/+39
|/