summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Rect.h
Commit message (Expand)AuthorAgeFilesLines
* Merge scaled bitmaps with translated bitmapsRomain Guy2013-05-211-2/+2
* DisplayList draw operation reorderingChris Craik2013-02-151-0/+7
* Object-based DisplayList recordingChris Craik2013-01-221-11/+8
* Improve rendering speed by disabling scissor testsRomain Guy2012-07-131-2/+2
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-1/+1
* Generate even fewer GL commandsRomain Guy2011-12-141-1/+9
* <Insert something improper about OpenGL>Romain Guy2011-12-131-0/+8
* Further reduce the number of GL commands sent to the driverRomain Guy2011-12-131-13/+15
* fix the float Rect in OpenGLRenderer to handle NANsMathias Agopian2011-09-191-36/+26
* Optimize FBO drawing with regions.Romain Guy2010-11-021-12/+35
* Fix rendering issue with layers.Romain Guy2010-10-221-4/+4
* Fix layer rendering glitch.Romain Guy2010-10-131-4/+4
* Add support for drawLines(), with anti-aliasingRomain Guy2010-09-161-1/+1
* Snap layer bounds to pixel boundaries.Romain Guy2010-09-161-0/+7
* Add support for Canvas flags on save.Romain Guy2010-09-011-2/+2
* Improve clip support (add intersect, union and replace.)Romain Guy2010-07-161-0/+19
* Reduced the complexity of layers composition.Romain Guy2010-06-271-0/+2
* Convert tabs to spaces.Romain Guy2010-06-251-105/+105
* Add colored rectangles implementation in OpenGLRenderer.Romain Guy2010-06-241-3/+17
* Add implementations for clipRect(), save() and restore().Romain Guy2010-06-231-0/+125