index
:
frameworks_base.git
replicant-2.2
replicant-2.3
replicant-4.0
replicant-4.2
replicant-6.0
frameworks/base
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libs
/
hwui
/
FontRenderer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle updates to C++ API.
Tim Murray
2013-08-19
1
-2
/
+3
*
fix kBW_Format glyphs
Victoria Lease
2013-08-12
1
-0
/
+1
*
Handle updates to RS C++ API.
Tim Murray
2013-08-02
1
-6
/
+8
*
Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)
Victoria Lease
2013-07-31
1
-81
/
+216
*
Share Caches' index buffer with FontRenderer
Romain Guy
2013-06-18
1
-37
/
+1
*
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-06-04
1
-2
/
+2
*
am 55b883b0: am 30c990c3: Merge "Draw Operation merging" into jb-mr2-dev
Chris Craik
2013-04-15
1
-6
/
+8
|
\
|
*
Draw Operation merging
Chris Craik
2013-04-15
1
-6
/
+8
*
|
resolved conflicts for merge of 886e1204 to master
Romain Guy
2013-04-12
1
-51
/
+42
|
\
\
|
|
/
|
*
Introduce PixelBuffer API to enable PBOs
Romain Guy
2013-04-11
1
-51
/
+42
*
|
am 21af446c: am a151ef8c: Merge "First OpenGL ES 3.0 based optimization" into...
Romain Guy
2013-04-04
1
-4
/
+31
|
\
\
|
|
/
|
*
First OpenGL ES 3.0 based optimization
Romain Guy
2013-04-04
1
-4
/
+31
*
|
Phase 1 of refactoring SystemServer.
Dan Morrill
2013-04-04
1
-29
/
+39
|
/
*
Optimize text GL setup
Romain Guy
2013-03-20
1
-4
/
+8
*
Reduce number of glDraw calls when drawing text
Romain Guy
2013-03-19
1
-80
/
+41
*
Minimize texture binds when drawing text
Romain Guy
2013-03-19
1
-14
/
+15
*
Move blur code from FontRenderer to utils/Blur.cpp
Romain Guy
2013-03-08
1
-132
/
+8
*
Make glyph copies a little more cache friendly
Romain Guy
2013-03-05
1
-15
/
+17
*
Support 3D rotations when drawing text
Romain Guy
2013-02-28
1
-0
/
+10
*
Avoid double blur
Chris Craik
2013-02-22
1
-3
/
+10
*
am 7a60c43d: Merge "Use free for memory chunks allocated through memalign."
Ben Cheng
2013-02-20
1
-1
/
+1
|
\
|
*
Use free for memory chunks allocated through memalign.
Ben Cheng
2013-02-20
1
-1
/
+1
*
|
am 805a6fe7: Merge "Revert "Revert "Use RenderScript for large text blurs"""
Chris Craik
2013-02-13
1
-12
/
+48
|
\
\
|
|
/
|
*
Revert "Revert "Use RenderScript for large text blurs""
Chris Craik
2013-02-13
1
-12
/
+48
|
*
Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...
Chris Craik
2013-02-13
1
-1
/
+0
*
|
Revert "Use RenderScript for large text blurs"
Chris Craik
2013-02-13
1
-48
/
+12
*
|
Use RenderScript for large text blurs
Chris Craik
2013-02-12
1
-12
/
+48
|
/
*
Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'"
Derek Sollenberger
2013-02-06
1
-0
/
+1
|
\
|
*
resolved conflicts for merge of c88c60be to master-chromium
Romain Guy
2013-01-08
1
-60
/
+18
|
|
\
|
*
|
Update framework to support r5967 of Skia.
Derek Sollenberger
2012-12-12
1
-0
/
+1
*
|
|
Add support for non-antialiased text
Romain Guy
2013-02-05
1
-13
/
+44
|
|
/
|
/
|
*
|
Add plumbing for better text scaling
Romain Guy
2013-01-08
1
-60
/
+18
|
/
*
Another optimization of glyph cache uploads
Sangkyu Lee
2012-11-28
1
-18
/
+31
*
Add stroke support to polygonal shape rendering
Chris Craik
2012-09-26
1
-3
/
+2
*
Optimize glyph cache texture uploads
Chet Haase
2012-09-23
1
-7
/
+10
*
Code cleanup in FontRenderer
Romain Guy
2012-09-04
1
-62
/
+26
*
Small code cleanup in FontRenderer
Romain Guy
2012-09-04
1
-7
/
+19
*
Refactor FontRenderer.cpp
Romain Guy
2012-09-04
1
-579
/
+11
*
Paramaterize and adjust the glyph cache sizes
Chet Haase
2012-08-31
1
-35
/
+31
*
Avoid thrashing the glyph cache during the precache phase
Chet Haase
2012-08-30
1
-15
/
+17
*
Fix glyph cropping bug
Chet Haase
2012-08-17
1
-2
/
+2
*
Remove CacheTextureLine structure from FontRenderer
Chet Haase
2012-08-16
1
-147
/
+73
*
Glyph cache optimization
Chet Haase
2012-08-15
1
-7
/
+4
*
Optimize interactions with glyph cache
Chet Haase
2012-08-14
1
-66
/
+230
*
am 05e97e81: am 0be33f2d: Merge "Add shortcut to avoid potential divide by ze...
Jean-Baptiste Queru
2012-08-08
1
-0
/
+5
|
\
|
*
Add shortcut to avoid potential divide by zero in some case
Chen YANG
2012-07-25
1
-0
/
+5
*
|
Draw an empty border around glyphs to avoid sampling issues
Romain Guy
2012-08-07
1
-13
/
+22
*
|
Merge "Add drop shadow for drawPosText in hwui renderer."
Raph Levien
2012-07-20
1
-5
/
+5
|
\
\
|
*
|
Add drop shadow for drawPosText in hwui renderer.
Raph Levien
2012-07-20
1
-5
/
+5
*
|
|
Fix crash with new LookupGammaFontRenderer
Romain Guy
2012-07-20
1
-2
/
+1
|
/
/
[next]