summaryrefslogtreecommitdiffstats
path: root/libs/hwui/FontRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move more GL state management to RenderState and its directoryChris Craik2015-01-281-30/+32
* Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-18/+18
* Cleanup various clang warnings, use unique_ptrs in several placesChris Craik2014-12-231-8/+5
* Revert "resolved conflicts for merge of 220c3f4f to master"Andreas Gampe2014-11-221-1/+1
* Frameworks/base: Unused parameters in hwuiAndreas Gampe2014-11-211-1/+1
* Frameworks/base: Wall Werror in libs/hwuiAndreas Gampe2014-11-101-1/+1
* Add hack for custom re-rasterization bucketsChris Craik2014-07-071-2/+2
* Merge "Pass the radius as a float deeper into HWUI allowing RS to generate mo...Derek Sollenberger2014-05-231-11/+13
|\
| * Pass the radius as a float deeper into HWUI allowing RS to generate more accu...Derek Sollenberger2014-05-211-11/+13
* | Inspect SkShader to determine hw shader.Leon Scroggins III2014-05-221-2/+2
|/
* am 3cb74d21: am 5d8343b8: am a85db5ab: Merge "libhwui: Handle the blurImage()...Chris Craik2014-05-051-20/+24
|\
| * libhwui: Handle the blurImage() implement once RS::init failLu, Shenghua2014-04-251-20/+24
| * Handle user-defined cache path for RS.Tim Murray2013-12-181-1/+3
* | Use pre-computed index to draw the shadow.ztenghui2014-02-251-1/+1
* | Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-3/+3
* | Use const where possible for drawing parametersChris Craik2014-01-031-6/+7
* | Handle user-defined cache path for RS.Tim Murray2013-12-131-1/+3
* | Clean up modelView matrix logicChris Craik2013-11-181-1/+2
* | am ab99b39d: am ddc0a63d: Merge "fix emoji clipping in hw draw path" into klp...Victoria Lease2013-09-201-1/+1
|\ \ | |/
| * fix emoji clipping in hw draw pathVictoria Lease2013-09-191-1/+1
* | am 19c727bb: am 895a4375: Merge "Fix FontRenderer bug." into klp-devTim Murray2013-09-101-1/+1
|\ \ | |/
| * Fix FontRenderer bug.Tim Murray2013-09-101-1/+1
* | am 9163b1d9: am 23ae1461: Merge "Add flags word to initialization." into klp-devTim Murray2013-09-091-1/+1
|\ \ | |/
| * Add flags word to initialization.Tim Murray2013-09-091-1/+1
* | am 816f3058: am cf8e6778: Merge "Handle updates to C++ API." into klp-devTim Murray2013-08-201-2/+3
|\ \ | |/
| * Handle updates to C++ API.Tim Murray2013-08-191-2/+3
* | Replace float arrays with readable namesRomain Guy2013-08-151-2/+2
|/
* fix kBW_Format glyphsVictoria Lease2013-08-121-0/+1
* Handle updates to RS C++ API.Tim Murray2013-08-021-6/+8
* Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)Victoria Lease2013-07-311-81/+216
* Share Caches' index buffer with FontRendererRomain Guy2013-06-181-37/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-2/+2
* am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-devChris Craik2013-04-151-6/+8
|\
| * Draw Operation mergingChris Craik2013-04-151-6/+8
* | resolved conflicts for merge of 886e1204 to masterRomain Guy2013-04-121-51/+42
|\ \ | |/
| * Introduce PixelBuffer API to enable PBOsRomain Guy2013-04-111-51/+42
* | am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into...Romain Guy2013-04-041-4/+31
|\ \ | |/
| * First OpenGL ES 3.0 based optimizationRomain Guy2013-04-041-4/+31
* | Phase 1 of refactoring SystemServer.Dan Morrill2013-04-041-29/+39
|/
* Optimize text GL setupRomain Guy2013-03-201-4/+8
* Reduce number of glDraw calls when drawing textRomain Guy2013-03-191-80/+41
* Minimize texture binds when drawing textRomain Guy2013-03-191-14/+15
* Move blur code from FontRenderer to utils/Blur.cppRomain Guy2013-03-081-132/+8
* Make glyph copies a little more cache friendlyRomain Guy2013-03-051-15/+17
* Support 3D rotations when drawing textRomain Guy2013-02-281-0/+10
* Avoid double blurChris Craik2013-02-221-3/+10
* am 7a60c43d: Merge "Use free for memory chunks allocated through memalign."Ben Cheng2013-02-201-1/+1
|\
| * Use free for memory chunks allocated through memalign.Ben Cheng2013-02-201-1/+1
* | am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs"""Chris Craik2013-02-131-12/+48
|\ \ | |/
| * Revert "Revert "Use RenderScript for large text blurs""Chris Craik2013-02-131-12/+48