summaryrefslogtreecommitdiff
path: root/libs/hwui/Patch.cpp
AgeCommit message (Expand)Author
2017-11-03Format the world (or just HWUI) John Reck
2015-08-19Remove MathUtils::min/max Chris Craik
2015-07-30Replace most usages of utils/Vector.h John Reck
2015-07-14Clean up unncessary defines Chris Craik
2015-07-07Remove all usage of fmin and fmax Chris Craik
2015-06-30Switch from fminf/fmaxf to std::min/max Chris Craik
2015-03-04Patch cleanup, reenable Patch Glops Chris Craik
2015-03-02Constructor cleanup Chris Craik
2015-01-05Add overrides and switch to nullptr keyword for all files Chris Craik
2014-12-23Cleanup various clang warnings, use unique_ptrs in several places Chris Craik
2014-03-25Solve three memory leaks related to PatchCache Jens Gulin
2014-03-10LP64: Make 9 patches architecture agnostic. Narayan Kamath
2013-07-24Fix 9patches' limitation of 32 empty quads Romain Guy
2013-06-24(Small) 9patch drawing improvements Romain Guy
2013-06-21Batch 9-patches in a single mesh whenever possible Romain Guy
2013-05-02Pack preloaded framework assets in a texture atlas Romain Guy
2013-01-22Object-based DisplayList recording Chris Craik
2013-01-09Cleanup 9patch mesh matching code Romain Guy
2012-10-10Prevent possible divide by 0 Romain Guy
2012-10-10Allow 9patches to shrink Romain Guy
2012-09-10Prevent degenerate 9-patches from drawing out of bounds Romain Guy
2012-08-06Add new debug tool to track hardware layers updates Romain Guy
2011-12-12Optimize state changes Romain Guy
2011-10-20Make sure 9patches are not filtered when not necessary Romain Guy
2011-05-26Correctly implement the CLEAR xfermode. Romain Guy
2011-01-19Fix the fix for 9patches. Romain Guy
2011-01-19Fix 9patches in Launcher Romain Guy
2011-01-18Fix 9patches, again... Romain Guy
2011-01-17Yet another fix for 9patch rendering. Romain Guy
2011-01-16Fix 9patch rendering in ExpandableListView. Romain Guy
2010-12-07Fix 9patch rendering Romain Guy
2010-12-03Don't render degenerate triangles in 9patches. Romain Guy
2010-12-02Correctly index transparent quads when generating 9patch meshes. Romain Guy
2010-11-30Update 9patch structure when rendering with different divs/colors. Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-25Small cleanup. Romain Guy
2010-10-18Small cleanup. Romain Guy
2010-10-18Use VBOs to render most geometries. Romain Guy
2010-10-12Optimize 9patch rendering. Romain Guy
2010-09-17Correctly free memory. Romain Guy
2010-09-16Add support for drawLines(), with anti-aliasing Romain Guy
2010-09-15Fix 9patch rendering. Romain Guy
2010-07-09Refactoring to move vertex computing to the Patch class. Romain Guy