summaryrefslogtreecommitdiff
path: root/libs/hwui/TextDropShadowCache.h
AgeCommit message (Expand)Author
2017-11-03Format the world (or just HWUI) John Reck
2016-07-21resolve merge conflicts of 5152fd9 to stage-aosp-master Chih-Hung Hsieh
2016-07-21Fix google-explicit-constructor warnings in frameworks/base Chih-Hung Hsieh
2016-02-08Fix TextDropShadowCacheTests and glyph_t everywhere Chris Craik
2016-02-05Move several property queries to Properties class Chris Craik
2015-11-20Initial text support in new reorderer/renderer Chris Craik
2014-12-22Add overrides and switch to nullptr keyword Chris Craik
2014-10-15Clean up physical coupling Tom Hudson
2014-01-03Use const where possible for drawing parameters Chris Craik
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2012-11-30Fix crash in TextDropShadowCache Romain Guy
2012-11-29Use LruCache instead of GenerationCache in libhwui Romain Guy
2012-07-20Add drop shadow for drawPosText in hwui renderer. Raph Levien
2011-09-29TextureView works best when it draws stuff. Romain Guy
2011-06-01Add support to OpenGLRendere to draw BiDi text. Romain Guy
2011-03-07Add support for partial invalidates in WebView Romain Guy
2011-03-01Avoid UTF-8 conversions and string copies whenever possible. Romain Guy
2011-02-24Correctly blend translucent GIF bitmaps. Romain Guy
2011-02-03Fixes cache misses and extra allocations. Romain Guy
2010-12-10Correctly compare strings in UTF-8 instead of UTF-16 Romain Guy
2010-11-02Optimize FBO drawing with regions. Romain Guy
2010-10-08Move GenerationCache to the utils directory. Romain Guy
2010-08-24Use only one GL context per process, share chaches. Romain Guy
2010-08-18Speedup TextView fades (no more layers required.) Romain Guy
2010-08-17Correctly set the viewport in layers. Romain Guy
2010-08-13Add drop shadows. Romain Guy