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
*
Don't apply AA to rects with no rotation/perspective.
Romain Guy
2011-06-09
3
-3
/
+7
*
Measure text with the appropriate text encoding.
Romain Guy
2011-06-03
1
-6
/
+11
*
Add support to OpenGLRendere to draw BiDi text.
Romain Guy
2011-06-01
7
-49
/
+84
*
Fix issue with drawColor(color, Mode.Clear)
Romain Guy
2011-05-27
2
-0
/
+15
*
Prettify memory dump.
Romain Guy
2011-05-27
1
-1
/
+1
*
Fix texture coordinates for sub-bitmap rendering.
Romain Guy
2011-05-26
1
-4
/
+4
*
Correctly implement the CLEAR xfermode.
Romain Guy
2011-05-26
4
-6
/
+38
*
Enable large font rendering with GPU acceleration
Chet Haase
2011-05-19
2
-6
/
+35
*
Updates resulting from the Skia merge (revision 1327)
Derek Sollenberger
2011-05-16
1
-5
/
+4
*
Merge "Prepare OpenGLRenderer to use glyphs from TextLayoutCache"
Fabrice Di Meglio
2011-05-13
2
-0
/
+7
|
\
|
*
Prepare OpenGLRenderer to use glyphs from TextLayoutCache
Fabrice Di Meglio
2011-05-13
2
-0
/
+7
*
|
Antialiasing for rectangles
Chet Haase
2011-05-12
2
-1
/
+81
|
/
*
Minor javadoc enhancements
Chet Haase
2011-05-06
1
-1
/
+1
*
Merge "Fix for scaled AA lines"
Chet Haase
2011-05-06
1
-42
/
+102
|
\
|
*
Fix for scaled AA lines
Chet Haase
2011-05-06
1
-42
/
+102
*
|
Add ability for hierarchyviewer to output displaylist info
Chet Haase
2011-05-05
4
-0
/
+334
|
/
*
Revert "Add ability for hierarchyviewer to output displaylist info"
Chet Haase
2011-05-04
4
-334
/
+0
*
Add ability for hierarchyviewer to output displaylist info
Chet Haase
2011-05-04
4
-0
/
+334
*
Merge "Allows to render with an OpenGL context inside a TextureView."
Romain Guy
2011-05-02
7
-24
/
+45
|
\
|
*
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-05-02
7
-24
/
+45
*
|
Line endcaps for AA lines are now antialiased.
Chet Haase
2011-05-02
6
-65
/
+124
|
/
*
Merge "New widget: TextureView Bug #4343984"
Romain Guy
2011-04-28
8
-13
/
+166
|
\
|
*
New widget: TextureView
Romain Guy
2011-04-28
8
-13
/
+166
*
|
Merge "Fix various hw-accelerated line/point bugs"
Chet Haase
2011-04-27
4
-105
/
+73
|
\
\
|
|
/
|
/
|
|
*
Fix various hw-accelerated line/point bugs
Chet Haase
2011-04-27
4
-105
/
+73
*
|
Correctly compute tex coords for rect layers.
Romain Guy
2011-04-27
3
-16
/
+21
|
/
*
Apply shaders/filters to text drop shadows.
Romain Guy
2011-04-26
2
-6
/
+27
*
Minor cleanup in GLrenderer code
Chet Haase
2011-04-25
1
-2
/
+3
*
Fix bitfield bug with vertex shader selection
Chet Haase
2011-04-22
2
-2
/
+5
*
Enable anti-aliasing for hw-accelerated lines
Chet Haase
2011-04-21
6
-86
/
+294
*
Add logging of graphics acceleration info to bugreports
Chet Haase
2011-04-01
7
-18
/
+233
*
Merge "When deleting a path, remove it from the path cache. Bug #4170585"
Romain Guy
2011-03-24
2
-3
/
+8
|
\
|
*
When deleting a path, remove it from the path cache.
Romain Guy
2011-03-24
2
-3
/
+8
*
|
Merge "Fix bug with accelerated translucent rendering"
Chet Haase
2011-03-24
1
-0
/
+3
|
\
\
|
|
/
|
/
|
|
*
Fix bug with accelerated translucent rendering
Chet Haase
2011-03-24
1
-0
/
+3
*
|
Use the correct API to query system properties.
Romain Guy
2011-03-23
1
-2
/
+2
*
|
Don't crash when omitting paint to drawBitmap() with A8 configs.
Romain Guy
2011-03-23
1
-1
/
+3
*
|
Fix shaders generation on IMG GPUs.
Romain Guy
2011-03-23
1
-2
/
+2
*
|
Take fake bold font property into account.
Romain Guy
2011-03-23
1
-1
/
+1
|
/
*
Add support for drawPoint() and drawPoints().
Romain Guy
2011-03-21
6
-6
/
+120
*
Fix hairline rendering.
Romain Guy
2011-03-18
1
-14
/
+12
*
Correctly apply filters to Alpha8 bitmaps.
Romain Guy
2011-03-18
2
-1
/
+43
*
Fix paths rendering issues.
Romain Guy
2011-03-18
4
-37
/
+10
*
Optimize rect-shaped layers.
Romain Guy
2011-03-18
4
-19
/
+23
*
Send WebView the current transform and whether we're drawing a layer.
Romain Guy
2011-03-17
1
-21
/
+11
*
am 72064c66: am b0204d0a: am c2b91a61: Merge "Modify the GL renderer\'s funct...
Romain Guy
2011-03-16
1
-5
/
+25
|
\
|
*
Modify the GL renderer's functor to pass the clip to WebView
Romain Guy
2011-03-16
1
-5
/
+25
*
|
am f8c4c128: am 0f7d2ec3: am 46fc2517: Merge "Fix performance issue in Launch...
Romain Guy
2011-03-15
3
-0
/
+12
|
\
\
|
|
/
|
*
Fix performance issue in Launcher
Romain Guy
2011-03-15
3
-0
/
+12
*
|
am 5c84a134: am a1bd5a5f: Merge "Fix disappearing edges in lists/scrollviews/...
Romain Guy
2011-03-15
1
-9
/
+13
|
\
\
|
|
/
[next]