summaryrefslogtreecommitdiff
path: root/libs/hwui/FontRenderer.cpp
AgeCommit message (Expand)Author
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-08-12Hwui: 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
2014-05-05am 3cb74d21: am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage()... Chris Craik
2014-04-25libhwui: Handle the blurImage() implement once RS::init fail Lu, Shenghua
2014-02-25Use pre-computed index to draw the shadow. ztenghui
2014-02-07Removing SkiaColorFilter and inspecting the native object directly. Derek Sollenberger
2014-01-03Use const where possible for drawing parameters Chris Craik
2013-12-18Handle user-defined cache path for RS. Tim Murray
2013-12-13Handle user-defined cache path for RS. Tim Murray
2013-11-18Clean up modelView matrix logic Chris Craik
2013-09-20am ab99b39d: am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp... Victoria Lease
2013-09-19fix emoji clipping in hw draw path Victoria Lease
2013-09-10am 19c727bb: am 895a4375: Merge "Fix FontRenderer bug." into klp-dev Tim Murray
2013-09-10Fix FontRenderer bug. Tim Murray
2013-09-09am 9163b1d9: am 23ae1461: Merge "Add flags word to initialization." into klp-dev Tim Murray
2013-09-09Add flags word to initialization. Tim Murray
2013-08-20am 816f3058: am cf8e6778: Merge "Handle updates to C++ API." into klp-dev Tim Murray
2013-08-19Handle updates to C++ API. Tim Murray
2013-08-15Replace float arrays with readable names Romain Guy
2013-08-12fix kBW_Format glyphs Victoria Lease
2013-08-02Handle updates to RS C++ API. Tim Murray
2013-07-31Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts) Victoria Lease
2013-06-18Share Caches' index buffer with FontRenderer Romain Guy
2013-06-04Introduce Caches::bindTexture() to reduce glBindTexture calls Romain Guy
2013-04-15am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-dev Chris Craik
2013-04-15Draw Operation merging Chris Craik