summaryrefslogtreecommitdiffstats
path: root/libs/hwui/FontRenderer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't unregister Fonts from renderer at destructionChris Craik2015-11-071-8/+0
* Remove all usage of fmin and fmaxChris Craik2015-07-071-8/+8
* Handle shader matrix correctly when ignoring canvas transformChris Craik2015-06-021-5/+8
* am 18ae2a02: am 32eafe9b: am a08f6a66: Merge "Fix GL_INVALID_OPERATION in fon...John Reck2015-04-101-0/+2
|\
| * Merge "Fix GL_INVALID_OPERATION in font renderer when font cache is limited."John Reck2015-04-101-0/+2
| |\
| | * Fix GL_INVALID_OPERATION in font renderer when font cache is limited.chaochen2014-08-291-0/+2
| * | Revert "Frameworks/base: Unused parameters in hwui"John Reck2014-11-221-1/+1
* | | Delete pre-glop pathChris Craik2015-04-031-75/+5
* | | Fix clang buildChris Craik2015-03-191-0/+2
* | | Use glops for text renderingChris Craik2015-03-181-8/+34
* | | Cleanup of FontRendererChris Craik2015-02-271-25/+24
* | | Refactoring of Program ownership/lifecycle, and WIP Glop rendering pathChris Craik2015-02-021-3/+2
* | | Refactor blending and texture gl stateChris Craik2015-01-301-8/+8
* | | 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
|\ \ | |/