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
/
font
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 3c769ec0: am 00fabcbe: am b1708e9b: Merge "Use alpha channel instead of re...
Chris Craik
2014-05-19
1
-1
/
+2
|
\
|
*
am 00fabcbe: am b1708e9b: Merge "Use alpha channel instead of red in drawCach...
Chris Craik
2014-05-19
1
-1
/
+2
|
|
\
|
|
*
am b1708e9b: Merge "Use alpha channel instead of red in drawCachedGlyphBitmap"
Chris Craik
2014-05-19
1
-1
/
+2
|
|
|
\
|
|
|
*
Use alpha channel instead of red in drawCachedGlyphBitmap
Digish Pandya
2014-05-15
1
-1
/
+2
*
|
|
|
am 90eaf92e: am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to c...
Chris Craik
2014-05-09
1
-5
/
+15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am 7e13d1d4: am f6c9c420: Merge "Correct stride for drawing to cached glyph b...
Chris Craik
2014-05-09
1
-5
/
+15
|
|
\
\
\
|
|
|
/
/
|
|
*
|
am f6c9c420: Merge "Correct stride for drawing to cached glyph bitmap"
Chris Craik
2014-05-09
1
-5
/
+15
|
|
|
\
\
|
|
|
|
/
|
|
|
*
Correct stride for drawing to cached glyph bitmap
Digish Pandya
2014-05-09
1
-5
/
+15
|
|
*
|
Merge "resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aosp" into kl...
Leon Scroggins III
2014-03-07
3
-12
/
+15
|
|
|
\
\
|
|
|
|
/
|
|
|
/
|
|
|
|
*
Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-03-06
3
-12
/
+15
|
*
|
|
am df64ac68: ask skia to use flat gamma when rendering fonts from hwui
Victoria Lease
2014-04-22
2
-2
/
+6
|
|
\
\
\
|
|
*
|
|
ask skia to use flat gamma when rendering fonts from hwui
Victoria Lease
2014-04-22
2
-2
/
+6
|
*
|
|
|
am f8d8777d: Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-03-17
3
-12
/
+15
|
|
\
\
\
\
|
|
|
/
/
/
|
|
|
/
/
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Update framework to use M33 Skia. DO NOT MERGE
Leon Scroggins III
2014-03-17
3
-12
/
+15
|
|
|
/
*
|
|
ask skia to use flat gamma when rendering fonts from hwui
Victoria Lease
2014-04-22
2
-2
/
+6
*
|
|
am 2c764b20: am 0ec3ca6e: am 449273e2: Merge "Fix for positioning of glyphs w...
Chris Craik
2014-02-05
1
-3
/
+3
|
\
\
\
|
|
/
/
|
*
|
Fix for positioning of glyphs within a bitmap
Alexander Toresson
2014-01-23
1
-3
/
+3
|
|
/
*
|
Use const where possible for drawing parameters
Chris Craik
2014-01-03
2
-20
/
+21
*
|
pass SkGlyphCache into updateGlyphCache()
Victoria Lease
2013-12-17
2
-8
/
+8
*
|
Deprecate Android-specific SkPaint functions.
Victoria Lease
2013-12-03
2
-6
/
+9
*
|
Clean unused parameters, disable warnings
Chris Craik
2013-10-17
2
-3
/
+3
|
/
*
Take SkBitmap's stride into account when uploading textures
Romain Guy
2013-09-25
2
-6
/
+6
*
fix kBW_Format glyphs
Victoria Lease
2013-08-12
1
-2
/
+4
*
Support RGBA fonts and bitmap fonts (and RGBA bitmap fonts)
Victoria Lease
2013-07-31
3
-9
/
+44
*
Share Caches' index buffer with FontRenderer
Romain Guy
2013-06-18
1
-1
/
+1
*
Take hinting into account when caching fonts
Romain Guy
2013-06-18
2
-0
/
+6
*
Assume a texture is unbound after deleting it
Romain Guy
2013-06-06
1
-1
/
+1
*
Introduce Caches::bindTexture() to reduce glBindTexture calls
Romain Guy
2013-06-04
2
-4
/
+8
*
Introduce PixelBuffer API to enable PBOs
Romain Guy
2013-04-11
3
-40
/
+78
*
First OpenGL ES 3.0 based optimization
Romain Guy
2013-04-04
2
-3
/
+2
*
Reduce number of glDraw calls when drawing text
Romain Guy
2013-03-19
2
-66
/
+129
*
Minimize texture binds when drawing text
Romain Guy
2013-03-19
1
-1
/
+1
*
Less aggressive glyphs precaching
Romain Guy
2013-03-13
1
-7
/
+7
*
Round scale factors to rasterize text
Romain Guy
2013-03-06
1
-2
/
+2
*
Take only the scale params into account to rasterize text
Romain Guy
2013-03-05
2
-27
/
+8
*
Fix math issue when transforming text in perspective
Romain Guy
2013-03-01
2
-22
/
+21
*
Precache glyphs at final raster size
Romain Guy
2013-03-01
1
-1
/
+2
*
Support 3D rotations when drawing text
Romain Guy
2013-02-28
2
-21
/
+63
*
Properly scale text
Romain Guy
2013-02-27
2
-28
/
+46
*
Prevent crash when setting up a stencil-based clip
Romain Guy
2013-02-11
1
-1
/
+4
*
Merge "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master'"
Derek Sollenberger
2013-02-06
2
-0
/
+2
|
\
|
*
Fix build
Romain Guy
2013-01-08
1
-0
/
+1
|
*
resolved conflicts for merge of c88c60be to master-chromium
Romain Guy
2013-01-08
3
-128
/
+150
|
|
\
|
*
|
Update framework to support r5967 of Skia.
Derek Sollenberger
2012-12-12
2
-0
/
+2
*
|
|
Add support for non-antialiased text
Romain Guy
2013-02-05
2
-1
/
+9
|
|
/
|
/
|
*
|
Add plumbing for better text scaling
Romain Guy
2013-01-08
3
-127
/
+150
|
/
*
Fix a couple of rendering issues
Romain Guy
2012-09-28
1
-0
/
+2
*
Merge changes Ib0a0b7d1,Ibec4b2aa into jb-mr1-dev
Romain Guy
2012-09-23
1
-23
/
+21
|
\
|
*
Make sure we never bind to texture #0
Romain Guy
2012-09-23
1
-23
/
+21
*
|
Optimize glyph cache texture uploads
Chet Haase
2012-09-23
2
-0
/
+12
|
/
[next]