summaryrefslogtreecommitdiff
path: root/libs/hwui/FontRenderer.cpp
AgeCommit message (Expand)Author
2017-11-03Format the world (or just HWUI) John Reck
2017-08-15Adjust font texture cache based on device density. Seigo Nonaka
2017-08-10Delete all ro.hwui.* props John Reck
2017-02-09Remove build flag ANDROID_ENABLE_RENDERSCRIPT Po-Chien Hsueh
2017-01-04Remove clipRegion from the public API. Derek Sollenberger
2016-10-11Linear blending, step 1 Romain Guy
2016-09-14resolve merge conflicts of 0ec2fd7 to master sergeyv
2016-09-12HWUI: track upload & recent usage in font cache sergeyv
2016-09-08HWUI: calculate used memory in FontCache for gfxinfo sergeyv
2016-07-07Delete old rendering pipeline Chris Craik
2016-04-19Fix shadow radius too large for RS Chris Craik
2016-02-08Fix TextDropShadowCacheTests and glyph_t everywhere Chris Craik
2016-01-20Normalize GL_UNPACK_ALIGNMENT John Reck
2015-12-10Avoid unneeded rect params Chris Craik
2015-12-09Add bitmapmesh, rect, and patch rendering Chris Craik
2015-12-07Merged op dispatch in OpReorderer Chris Craik
2015-11-25Move BakedOpDispatcher to separate file Chris Craik
2015-11-20Initial text support in new reorderer/renderer Chris Craik
2015-10-03am 697e3dd6: am ee144b1e: resolved conflicts for bd57dac5 to stage-aosp-master Stephen Hines
2015-10-02resolved conflicts for bd57dac5 to stage-aosp-master Stephen Hines
2015-10-02Don't unregister Fonts from renderer at destruction Chris Craik
2015-09-22Remove lookup3 gamma code Chris Craik
2015-08-19Remove MathUtils::min/max Chris Craik
2015-08-14Make the value for shadowRadius less than 1.0 work huanhuan.x.wang
2015-08-12Hwui: Remove unused variables Andreas Gampe
2015-07-30Replace most usages of utils/Vector.h John Reck
2015-07-27Hwui: Remove unused variables Andreas Gampe
2015-07-07Remove all usage of fmin and fmax Chris Craik
2015-06-02Handle shader matrix correctly when ignoring canvas transform Chris Craik
2015-04-14Make the value for shadowRadius less than 1.0 work huanhuan.x.wang
2015-04-10am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in fon... John Reck
2015-04-10Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited." John Reck
2015-04-03Delete pre-glop path Chris Craik
2015-03-19Fix clang build Chris Craik
2015-03-18Use glops for text rendering Chris Craik
2015-02-27Cleanup of FontRenderer Chris Craik
2015-02-02Refactoring of Program ownership/lifecycle, and WIP Glop rendering path Chris Craik
2015-01-30Refactor blending and texture gl state Chris Craik
2015-01-28Move more GL state management to RenderState and its directory 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-11-22Revert "resolved conflicts for merge of 220c3f4f to master" Andreas Gampe
2014-11-22Revert "Frameworks/base: Unused parameters in hwui" John Reck
2014-11-21Frameworks/base: Unused parameters in hwui Andreas Gampe
2014-11-10Frameworks/base: Wall Werror in libs/hwui Andreas Gampe
2014-08-29Fix GL_INVALID_OPERATION in font renderer when font cache is limited. chaochen
2014-07-07Add hack for custom re-rasterization buckets Chris Craik
2014-05-23Merge "Pass the radius as a float deeper into HWUI allowing RS to generate mo... Derek Sollenberger
2014-05-22Inspect SkShader to determine hw shader. Leon Scroggins III
2014-05-21Pass the radius as a float deeper into HWUI allowing RS to generate more accu... Derek Sollenberger