summaryrefslogtreecommitdiffstats
path: root/libs/hwui/ShapeCache.h
Commit message (Expand)AuthorAgeFilesLines
* Work-around for a Skia rasterization bugRomain Guy2012-04-271-34/+80
* Record possible clip rejects when recording display listsRomain Guy2012-02-171-11/+9
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-1/+1
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-3/+3
* Clip text correctlyRomain Guy2011-12-051-1/+2
* Optimize away unnecessary state changesRomain Guy2011-11-301-2/+2
* Make sure we correctly copy caches keys.Romain Guy2011-08-121-40/+0
* Improve rendering performance on some GPUsRomain Guy2011-07-251-5/+2
* Align paths on pixel boundaries when rasterizing in bitmaps.Romain Guy2011-07-081-1/+1
* Fix rendering issue with paths when the stroke width is 0Romain Guy2011-06-171-5/+6
* When deleting a path, remove it from the path cache.Romain Guy2011-03-241-2/+5
* Fix paths rendering issues.Romain Guy2011-03-181-3/+6
* Skia Merge (revision 808)Derek Sollenberger2011-02-221-1/+1
* Add support for arcs.Romain Guy2011-01-231-0/+60
* Add support for ovals and stroked rectangles.Romain Guy2011-01-231-1/+79
* Log only 1 line per process when using OpenGLRenderer.Romain Guy2011-01-211-2/+2
* Remove unnecessary code.Romain Guy2011-01-201-30/+58
* Add rounded rects and circles support to OpenGLRenderer.Romain Guy2011-01-191-0/+464