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
*
Improve gradients
Romain Guy
2012-07-31
6
-108
/
+228
*
Rename drawGeneralText to drawText
Romain Guy
2012-07-27
4
-11
/
+11
*
Hardware implementation of glyph positioning (bug 5443796)
Raph Levien
2012-07-23
4
-66
/
+80
*
Make gradients look slightly better
Romain Guy
2012-07-20
1
-2
/
+2
*
Merge "Add drop shadow for drawPosText in hwui renderer."
Raph Levien
2012-07-20
6
-48
/
+90
|
\
|
*
Add drop shadow for drawPosText in hwui renderer.
Raph Levien
2012-07-20
6
-48
/
+90
*
|
Clamp gradient textures to max GL texture size
Romain Guy
2012-07-20
3
-11
/
+25
*
|
Fix crash with new LookupGammaFontRenderer
Romain Guy
2012-07-20
3
-5
/
+4
*
|
Optimize gradient textures
Romain Guy
2012-07-18
1
-1
/
+1
*
|
Remove vendor specific precision qualifier
Romain Guy
2012-07-18
2
-36
/
+17
*
|
Note to self
Romain Guy
2012-07-18
1
-0
/
+2
*
|
Clip lines, AA rects and points correctly
Romain Guy
2012-07-18
1
-34
/
+43
*
|
Tweak text gamma correction
Romain Guy
2012-07-18
2
-7
/
+6
*
|
Add a new method for text gamma correction
Romain Guy
2012-07-18
4
-33
/
+115
|
/
*
Correctly pre-clip paths when recording display lists
Romain Guy
2012-07-17
1
-2
/
+5
*
Don't clear the dirty clip flag if it's not applied
Romain Guy
2012-07-17
7
-16
/
+59
*
Add shader-based text gamma correction
Romain Guy
2012-07-16
7
-12
/
+117
*
Add makefile flags for perf
Romain Guy
2012-07-16
1
-0
/
+2
*
Don't copy paints for 9patches
Romain Guy
2012-07-16
3
-46
/
+78
*
Refactor GammaFontRenderer
Romain Guy
2012-07-13
7
-37
/
+153
*
Merge "Improve rendering speed by disabling scissor tests"
Romain Guy
2012-07-13
5
-14
/
+45
|
\
|
*
Improve rendering speed by disabling scissor tests
Romain Guy
2012-07-13
5
-14
/
+45
*
|
Merge "Text shadow alpha handling incorrect"
Romain Guy
2012-07-13
2
-16
/
+5
|
\
\
|
|
/
|
*
Text shadow alpha handling incorrect
Romain Guy
2012-07-13
2
-16
/
+5
*
|
Merge "Remove obsolete optimization"
Romain Guy
2012-07-12
3
-8
/
+4
|
\
\
|
|
/
|
*
Remove obsolete optimization
Romain Guy
2012-07-12
3
-8
/
+4
*
|
Remove unused View.flushLayer() API
Romain Guy
2012-07-11
1
-1
/
+2
|
/
*
Textured text calls could be invisible
Romain Guy
2012-06-11
2
-0
/
+5
*
Track canvas clearing for swap buffers logic.
Chet Haase
2012-06-07
6
-11
/
+15
*
Revert "Add more temporary logging for investigating detachFunctor"
Chris Craik
2012-06-06
1
-5
/
+2
*
Add more temporary logging for investigating detachFunctor
Chris Craik
2012-06-05
1
-2
/
+5
*
Skip eglSwapBuffers() call when we do not draw to GL
Chet Haase
2012-05-31
4
-147
/
+202
*
Merge "Avoid crash if onDetachedFromWindow called after destroy" into jb-dev
Chris Craik
2012-05-22
1
-2
/
+1
|
\
|
*
Avoid crash if onDetachedFromWindow called after destroy
Chris Craik
2012-05-22
1
-2
/
+1
*
|
Merge "Add temporary functor lifetime logging" into jb-dev
Chris Craik
2012-05-22
1
-1
/
+2
|
\
\
|
|
/
|
*
Add temporary functor lifetime logging
Chris Craik
2012-05-22
1
-1
/
+2
*
|
Merge "Ensure we always set the proper blending mode Bug #6527305" into jb-dev
Romain Guy
2012-05-22
3
-10
/
+24
|
\
\
|
|
/
|
/
|
|
*
Ensure we always set the proper blending mode
Romain Guy
2012-05-22
3
-10
/
+24
*
|
Don't clear the functor at every draw
Chris Craik
2012-05-22
1
-1
/
+2
|
/
*
Sanitize display list properties
Romain Guy
2012-05-18
3
-14
/
+11
*
Avoid unnecessary copy when invoking drawBitmap(int[])
Romain Guy
2012-05-15
5
-35
/
+55
*
Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)
Romain Guy
2012-05-14
6
-9
/
+91
*
Forget the name of a texture after freeing
Romain Guy
2012-05-14
2
-6
/
+10
*
Fix two memory leaks
Romain Guy
2012-05-14
2
-17
/
+30
*
Properly pre-cache latin glyphs
Romain Guy
2012-05-14
2
-14
/
+17
*
Add call sites for OpenGL's debug label extension
Romain Guy
2012-05-12
3
-22
/
+53
*
Merge "Revert "Add temporary functor lifetime logging"" into jb-dev
Chris Craik
2012-05-08
1
-1
/
+0
|
\
|
*
Revert "Add temporary functor lifetime logging"
Chris Craik
2012-05-08
1
-1
/
+0
*
|
Merge "Fix issue where scale-animating text would jump temporarily a few pixe...
Chet Haase
2012-05-07
2
-8
/
+5
|
\
\
|
*
|
Fix issue where scale-animating text would jump temporarily a few pixels
Chet Haase
2012-05-07
2
-8
/
+5
[next]