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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restore final canvas state after deferred flush
Chris Craik
2013-03-22
1
-1
/
+6
*
Merge "Isolate tiling clip state from snapshot" into jb-mr2-dev
Chris Craik
2013-03-21
5
-10
/
+23
|
\
|
*
Isolate tiling clip state from snapshot
Chris Craik
2013-03-21
5
-10
/
+23
*
|
Stop worker threads on memory trim & fix bad pointer access
Romain Guy
2013-03-20
6
-8
/
+86
|
/
*
Merge "Optimize text GL setup" into jb-mr2-dev
Romain Guy
2013-03-21
4
-60
/
+83
|
\
|
*
Optimize text GL setup
Romain Guy
2013-03-20
4
-60
/
+83
*
|
Merge "Use snapshot alpha in all layer drawing" into jb-mr2-dev
Chris Craik
2013-03-21
1
-4
/
+5
|
\
\
|
*
|
Use snapshot alpha in all layer drawing
Chris Craik
2013-03-20
1
-4
/
+5
|
|
/
*
|
Update snapshot upon saveLayer deferral
Chris Craik
2013-03-20
6
-49
/
+90
|
/
*
Merge "Use snapshot alpha for layers" into jb-mr2-dev
Chris Craik
2013-03-20
8
-133
/
+71
|
\
|
*
Use snapshot alpha for layers
Chris Craik
2013-03-15
8
-133
/
+71
*
|
Merge "Reduce number of glDraw calls when drawing text" into jb-mr2-dev
Romain Guy
2013-03-20
4
-179
/
+170
|
\
\
|
*
|
Reduce number of glDraw calls when drawing text
Romain Guy
2013-03-19
4
-179
/
+170
*
|
|
Merge "Minimize texture binds when drawing text" into jb-mr2-dev
Romain Guy
2013-03-19
4
-19
/
+44
|
\
\
\
|
|
/
/
|
*
|
Minimize texture binds when drawing text
Romain Guy
2013-03-19
4
-19
/
+44
*
|
|
Merge "Apply ComposeShader's local matrix to children" into jb-mr2-dev
Romain Guy
2013-03-19
1
-2
/
+8
|
\
\
\
|
|
/
/
|
*
|
Apply ComposeShader's local matrix to children
Romain Guy
2013-03-18
1
-2
/
+8
*
|
|
Merge "Merge all shapes/paths caches to PathCache" into jb-mr2-dev
Romain Guy
2013-03-19
13
-1075
/
+661
|
\
\
\
|
|
/
/
|
*
|
Merge all shapes/paths caches to PathCache
Romain Guy
2013-03-18
13
-1075
/
+661
*
|
|
Work around saveLayer clipping/transform deferring issues
Chris Craik
2013-03-18
1
-1
/
+1
|
/
/
*
|
Reset draw modifiers after flushing
Chris Craik
2013-03-15
3
-5
/
+10
*
|
Merge "Fully deferred displaylist replay" into jb-mr2-dev
Chris Craik
2013-03-15
10
-358
/
+732
|
\
\
|
|
/
|
*
Fully deferred displaylist replay
Chris Craik
2013-03-15
10
-358
/
+732
*
|
Less aggressive glyphs precaching
Romain Guy
2013-03-13
3
-10
/
+22
*
|
Prevent infinite loop when trimming the path cache
Romain Guy
2013-03-13
2
-3
/
+6
|
/
*
Add TaskManager API
Romain Guy
2013-03-12
10
-105
/
+436
*
Merge "Precache paths from a worker thread" into jb-mr2-dev
Romain Guy
2013-03-12
10
-83
/
+481
|
\
|
*
Precache paths from a worker thread
Romain Guy
2013-03-11
10
-83
/
+481
*
|
DO NOT MERGE - Full backup/restore now handles OBBs sensibly
Christopher Tate
2013-03-08
1
-1
/
+1
|
/
*
Move blur code from FontRenderer to utils/Blur.cpp
Romain Guy
2013-03-08
4
-132
/
+198
*
Don't apply scale to glyphs when a perspective is set.
Romain Guy
2013-03-07
1
-10
/
+1
*
Round scale factors to rasterize text
Romain Guy
2013-03-06
2
-4
/
+3
*
Take only the scale params into account to rasterize text
Romain Guy
2013-03-05
9
-72
/
+81
*
Make glyph copies a little more cache friendly
Romain Guy
2013-03-05
1
-15
/
+17
*
Fix colored rects clipping and code cleanup
Romain Guy
2013-03-05
4
-90
/
+119
*
Take text scale/skew into account only when rendering into a layer
Romain Guy
2013-03-04
1
-3
/
+20
*
Merge "Fix math issue when transforming text in perspective" into jb-mr2-dev
Romain Guy
2013-03-02
2
-22
/
+21
|
\
|
*
Fix math issue when transforming text in perspective
Romain Guy
2013-03-01
2
-22
/
+21
*
|
Merge "Precache glyphs at final raster size" into jb-mr2-dev
Romain Guy
2013-03-02
9
-54
/
+77
|
\
\
|
|
/
|
*
Precache glyphs at final raster size
Romain Guy
2013-03-01
9
-54
/
+77
*
|
Merge "Add shader program selection shortcut" into jb-mr2-dev
Chris Craik
2013-03-01
3
-11
/
+7
|
\
\
|
|
/
|
/
|
|
*
Add shader program selection shortcut
Chris Craik
2013-03-01
3
-11
/
+7
*
|
Merge "Support 3D rotations when drawing text" into jb-mr2-dev
Romain Guy
2013-03-01
5
-35
/
+92
|
\
\
|
*
|
Support 3D rotations when drawing text
Romain Guy
2013-02-28
5
-35
/
+92
|
|
/
*
|
Account for text alignment in Op bounds calculation
Chris Craik
2013-02-28
1
-1
/
+12
|
/
*
Merge "Properly scale text" into jb-mr2-dev
Romain Guy
2013-02-28
6
-58
/
+72
|
\
|
*
Properly scale text
Romain Guy
2013-02-27
6
-58
/
+72
*
|
Merge "Correct sub-hairline tessellation threshold" into jb-mr2-dev
Chris Craik
2013-02-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Correct sub-hairline tessellation threshold
Chris Craik
2013-02-27
1
-1
/
+1
*
|
Merge "Fix T-junctions in layers' generated meshes" into jb-mr2-dev
Chris Craik
2013-02-27
2
-9
/
+18
|
\
\
[next]