summaryrefslogtreecommitdiff
path: root/libs/hwui/Rect.h
AgeCommit message (Expand)Author
2019-01-09Merge "Fix/suppress hwui google-explicit-constructor warnings" am: dcfef16295...Chih-Hung Hsieh
2019-01-09Fix/suppress hwui google-explicit-constructor warningsChih-Hung Hsieh
2018-12-03Remove ; from closing namespaces in libs/hwuiChris Blume
2017-11-03Format the world (or just HWUI)John Reck
2016-07-21resolve merge conflicts of 3fb651b to nyc-mr1-dev-plus-aospChih-Hung Hsieh
2016-07-21resolve merge conflicts of 5152fd9 to stage-aosp-masterChih-Hung Hsieh
2016-07-21Fix google-explicit-constructor warnings in frameworks/baseChih-Hung Hsieh
2016-06-29Handle post-record-time clipPath scalingChris Craik
2016-03-09Partial revert of 261725fdb2962271c222a049fcdf57bbdc8363c7Chris Craik
2016-02-23Support op dumping in new pipelineChris Craik
2015-12-07Merged op dispatch in OpReordererChris Craik
2015-11-20Initial text support in new reorderer/rendererChris Craik
2015-11-17Add temporary layer alpha fallback to OpReordererChris Craik
2015-10-05Remove confusing behavior of Rect::intersect() and renameChris Craik
2015-06-30Switch from fminf/fmaxf to std::min/maxChris Craik
2015-03-04Patch cleanup, reenable Patch GlopsChris Craik
2015-01-14Clipping performance improvementsRob Tsuk
2014-12-22Add overrides and switch to nullptr keywordChris Craik
2014-07-29Fix behavior of stencil clipping within clearLayerRegionsChris Craik
2014-07-23Build layer damage bounds for shadowsChris Craik
2014-06-10Tessellate on worker threadsChris Craik
2014-05-15Round rect outline clippingChris Craik
2014-05-08Add logging utility methodsChris Craik
2014-04-23Clip TouchFeedbackDrawable effect to receiver OutlineChris Craik
2014-03-20Early rejection on shadows which are outside of the clip bound.ztenghui
2014-01-02Fix Clang warnings/errorsChris Craik
2013-11-22Clean up quick rejection, especially surrounding points + lines.Chris Craik
2013-09-17Conservatively estimate geometry boundsChris Craik
2013-08-02Fix quickReject's handling of AA ramp geometryChris Craik
2013-06-13Fix various draw ops that may incorrectly not scissorChris Craik
2013-06-12Overdraw avoidance and merging of clipped opsChris Craik
2013-05-21Merge scaled bitmaps with translated bitmapsRomain Guy
2013-02-15DisplayList draw operation reorderingChris Craik
2013-01-22Object-based DisplayList recordingChris Craik
2012-07-13Improve rendering speed by disabling scissor testsRomain Guy
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
2011-12-14Generate even fewer GL commandsRomain Guy
2011-12-13<Insert something improper about OpenGL>Romain Guy
2011-12-13Further reduce the number of GL commands sent to the driverRomain Guy
2011-09-19fix the float Rect in OpenGLRenderer to handle NANsMathias Agopian
2010-11-02Optimize FBO drawing with regions.Romain Guy
2010-10-22Fix rendering issue with layers.Romain Guy
2010-10-13Fix layer rendering glitch.Romain Guy
2010-09-16Add support for drawLines(), with anti-aliasingRomain Guy
2010-09-16Snap layer bounds to pixel boundaries.Romain Guy
2010-09-01Add support for Canvas flags on save.Romain Guy
2010-07-16Improve clip support (add intersect, union and replace.)Romain Guy
2010-06-27Reduced the complexity of layers composition.Romain Guy
2010-06-25Convert tabs to spaces.Romain Guy
2010-06-24Add colored rectangles implementation in OpenGLRenderer.Romain Guy