summaryrefslogtreecommitdiffstats
path: root/libs/hwui/DisplayListRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Clip text correctlyRomain Guy2011-12-051-0/+10
* Faster text clippingRomain Guy2011-12-011-6/+9
* Correctly dump DrawPatch operations in display listsRomain Guy2011-10-191-6/+7
* Optimize display listsRomain Guy2011-08-251-2/+10
* Reclaim more memory, more often.Romain Guy2011-07-271-6/+16
* Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.Jeff Brown2011-07-211-6/+5
* Fix parameter order evaluation issue.Romain Guy2011-06-281-4/+13
* Fix another memory leak in OpenGLRendererRomain Guy2011-06-221-6/+25
* Add support to OpenGLRendere to draw BiDi text.Romain Guy2011-06-011-0/+1
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-051-0/+325
* Revert "Add ability for hierarchyviewer to output displaylist info"Chet Haase2011-05-041-325/+0
* Add ability for hierarchyviewer to output displaylist infoChet Haase2011-05-041-0/+325
* Add logging of graphics acceleration info to bugreportsChet Haase2011-04-011-0/+21
* When deleting a path, remove it from the path cache.Romain Guy2011-03-241-1/+3
* Add support for drawPoint() and drawPoints().Romain Guy2011-03-211-0/+14
* Fix paths rendering issues.Romain Guy2011-03-181-17/+0
* Fix rendering artifact in edge fades.Romain Guy2011-03-141-4/+9
* Add support for partial invalidates in WebViewRomain Guy2011-03-071-5/+8
* Fix crash when Paths are GCd in hw accelerated appsChet Haase2011-02-041-0/+17
* Fix leak in reused display listsChet Haase2011-02-031-2/+11