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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Disable RT-anim for AnimatorSet
John Reck
2014-09-05
2
-0
/
+8
*
|
|
Merge "Fix race condition" into lmp-dev
John Reck
2014-09-05
3
-6
/
+5
|
\
\
\
|
*
|
|
Fix race condition
John Reck
2014-09-05
3
-6
/
+5
|
|
/
/
*
|
|
Merge "Add shadow/clipping properties to HierarchyViewer" into lmp-dev
Chris Craik
2014-09-05
1
-0
/
+4
|
\
\
\
|
*
|
|
Add shadow/clipping properties to HierarchyViewer
Chris Craik
2014-09-05
1
-0
/
+4
|
|
/
/
*
|
|
Additional layer logging, and added mutex
Chris Craik
2014-09-05
2
-0
/
+12
|
/
/
*
|
Merge "Yet more layer tracking logging" into lmp-dev
John Reck
2014-09-05
11
-0
/
+54
|
\
\
|
*
|
Yet more layer tracking logging
John Reck
2014-09-04
11
-0
/
+54
|
|
/
*
|
Merge "Prioritize reveal clipping over Outline clipping" into lmp-dev
Chris Craik
2014-09-04
5
-8
/
+19
|
\
\
|
|
/
|
/
|
|
*
Prioritize reveal clipping over Outline clipping
Chris Craik
2014-09-04
5
-8
/
+19
*
|
Merge "Remove invalid premul step from HWUI's matrix color filter." into lmp-dev
Derek Sollenberger
2014-09-04
1
-2
/
+1
|
\
\
|
*
|
Remove invalid premul step from HWUI's matrix color filter.
Derek Sollenberger
2014-08-18
1
-2
/
+1
*
|
|
Fix some wrong-thread issues around animator management
John Reck
2014-09-03
7
-34
/
+54
*
|
|
Have destroy call freePrefetchedLayers
John Reck
2014-09-03
10
-14
/
+35
*
|
|
Merge "Implement TODO" into lmp-dev
John Reck
2014-09-02
1
-2
/
+1
|
\
\
\
|
*
|
|
Implement TODO
John Reck
2014-09-02
1
-2
/
+1
*
|
|
|
Merge "Fix precision issues for roundrect clipping" into lmp-dev
Chris Craik
2014-09-02
1
-1
/
+1
|
\
\
\
\
|
*
|
|
|
Fix precision issues for roundrect clipping
Chris Craik
2014-08-29
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Fix the (0,0) vector case for extra vertices computation
ztenghui
2014-09-01
1
-0
/
+4
|
|
/
/
|
/
|
|
*
|
|
Merge "Ambient shadow tessellation improvement." into lmp-dev
ztenghui
2014-08-29
5
-274
/
+348
|
\
\
\
|
*
|
|
Ambient shadow tessellation improvement.
ztenghui
2014-08-29
5
-274
/
+348
*
|
|
|
Merge "Listener callbacks ordering fixups" into lmp-dev
John Reck
2014-08-29
1
-0
/
+2
|
\
\
\
\
|
*
|
|
|
Listener callbacks ordering fixups
John Reck
2014-08-29
1
-0
/
+2
*
|
|
|
|
Free prefetched layers on TRIM_MEMORY
John Reck
2014-08-29
1
-0
/
+1
|
/
/
/
/
*
|
|
|
Merge "Track buildLayer calls, destroy if unused" into lmp-dev
John Reck
2014-08-28
5
-2
/
+55
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Track buildLayer calls, destroy if unused
John Reck
2014-08-28
5
-2
/
+55
*
|
|
|
Merge "Update transform isolation to handle command chunks" into lmp-dev
Chris Craik
2014-08-28
5
-57
/
+23
|
\
\
\
\
|
*
|
|
|
Update transform isolation to handle command chunks
Chris Craik
2014-08-27
5
-57
/
+23
*
|
|
|
|
Fix log line
John Reck
2014-08-28
1
-1
/
+1
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Actually end animators on tree destruction
John Reck
2014-08-28
3
-3
/
+27
*
|
|
|
Merge "Animator stuff" into lmp-dev
John Reck
2014-08-28
17
-60
/
+417
|
\
\
\
\
|
*
|
|
|
Animator stuff
John Reck
2014-08-27
17
-60
/
+417
*
|
|
|
|
Crash instead of leaking layers/textures between GL contexts
Chris Craik
2014-08-26
4
-0
/
+17
|
|
/
/
/
|
/
|
|
|
*
|
|
|
Merge "Correctly detect the wrong Z value for the light" into lmp-dev
ztenghui
2014-08-26
2
-2
/
+11
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Correctly detect the wrong Z value for the light
ztenghui
2014-08-26
2
-2
/
+11
*
|
|
|
Merge "DO NOT MERGE Copy shaders" into lmp-dev
John Reck
2014-08-26
1
-4
/
+17
|
\
\
\
\
|
*
|
|
|
DO NOT MERGE Copy shaders
John Reck
2014-08-25
1
-4
/
+17
|
|
/
/
/
*
|
|
|
Create z reordering boundaries around dispatchDraw
Chris Craik
2014-08-25
7
-78
/
+160
|
/
/
/
*
|
|
Merge "Improve the spot shadow computation." into lmp-dev
ztenghui
2014-08-22
7
-34
/
+266
|
\
\
\
|
|
/
/
|
*
|
Improve the spot shadow computation.
ztenghui
2014-08-22
7
-34
/
+266
*
|
|
Merge "Enable scissor for rounded outline clips" into lmp-dev
Chris Craik
2014-08-21
1
-3
/
+5
|
\
\
\
|
*
|
|
Enable scissor for rounded outline clips
Chris Craik
2014-08-21
1
-3
/
+5
|
|
/
/
*
|
|
Merge "Don't run animators in buildLayer" into lmp-dev
John Reck
2014-08-21
3
-2
/
+16
|
\
\
\
|
*
|
|
Don't run animators in buildLayer
John Reck
2014-08-21
3
-2
/
+16
*
|
|
|
Merge "Fix layer shadow transform crash" into lmp-dev
Chris Craik
2014-08-21
3
-9
/
+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix layer shadow transform crash
Chris Craik
2014-08-21
3
-9
/
+8
|
|
/
/
*
|
|
Implement full View.buildLayer
John Reck
2014-08-20
4
-0
/
+37
|
/
/
*
|
Merge "Early reject drawText calls that will not draw" into lmp-dev
Chris Craik
2014-08-19
4
-14
/
+32
|
\
\
|
*
|
Early reject drawText calls that will not draw
Chris Craik
2014-08-19
4
-14
/
+32
|
|
/
*
|
Respect round rect clip when determining op opaqueness
Chris Craik
2014-08-18
1
-0
/
+2
|
/
[prev]
[next]