summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Rect.h
Commit message (Expand)AuthorAgeFilesLines
* Switch from fminf/fmaxf to std::min/maxChris Craik2015-06-301-16/+17
* Patch cleanup, reenable Patch GlopsChris Craik2015-03-041-0/+7
* Clipping performance improvementsRob Tsuk2015-01-141-0/+12
* Add overrides and switch to nullptr keywordChris Craik2014-12-221-1/+1
* Fix behavior of stencil clipping within clearLayerRegionsChris Craik2014-07-291-1/+1
* Build layer damage bounds for shadowsChris Craik2014-07-231-0/+7
* Tessellate on worker threadsChris Craik2014-06-101-0/+7
* Round rect outline clippingChris Craik2014-05-151-1/+1
* Add logging utility methodsChris Craik2014-05-081-2/+6
* Clip TouchFeedbackDrawable effect to receiver OutlineChris Craik2014-04-231-0/+2
* Early rejection on shadows which are outside of the clip bound.ztenghui2014-03-201-0/+8
* Fix Clang warnings/errorsChris Craik2014-01-021-8/+8
* Clean up quick rejection, especially surrounding points + lines.Chris Craik2013-11-221-0/+7
* Conservatively estimate geometry boundsChris Craik2013-09-171-9/+31
* Fix quickReject's handling of AA ramp geometryChris Craik2013-08-021-0/+14
* Fix various draw ops that may incorrectly not scissorChris Craik2013-06-131-1/+1
* Overdraw avoidance and merging of clipped opsChris Craik2013-06-121-0/+4
* 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