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
/
OpenGLRenderer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for 3 new blend modes when blending with framebuffer:
Romain Guy
2011-09-08
1
-34
/
+32
*
Add reminder in the code to fix T-junctions
Romain Guy
2011-09-07
1
-0
/
+2
*
Optimize display lists
Romain Guy
2011-08-25
1
-1
/
+1
*
Enable linear filter when scaling bitmaps
Romain Guy
2011-08-24
1
-1
/
+2
*
Don't use bilinear filtering on unscaled bitmaps
Romain Guy
2011-08-22
1
-4
/
+4
*
Add an API to set the transform on a TextureView's surface texture.
Romain Guy
2011-08-16
1
-0
/
+10
*
Remove unnecessary private API
Romain Guy
2011-08-11
1
-7
/
+0
*
Correctly apply linear filter to drawBitmap(Rect, Rect)
Romain Guy
2011-07-28
1
-1
/
+7
*
Improve rendering performance on some GPUs
Romain Guy
2011-07-25
1
-23
/
+17
*
Reduce the fade area to save bandwidth.
Romain Guy
2011-07-19
1
-1
/
+1
*
Correctly position layers.
Romain Guy
2011-07-08
1
-4
/
+4
*
Use NEAREST filtering mode for TextureView.getBitmap().
Romain Guy
2011-07-07
1
-2
/
+6
*
Use NEAREST filtering for layers whenever possible.
Romain Guy
2011-07-07
1
-57
/
+99
*
Add the ability to specify the opacity of a TextureView
Romain Guy
2011-06-22
1
-1
/
+1
*
Add error checking to LayerRenderer::copyLayer
Romain Guy
2011-06-17
1
-1
/
+0
*
Batch glCopyTexImage() calls to get about 15 fps back on SGX.
Romain Guy
2011-06-13
1
-9
/
+57
*
Don't apply AA to rects with no rotation/perspective.
Romain Guy
2011-06-09
1
-3
/
+2
*
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
1
-12
/
+10
*
Fix issue with drawColor(color, Mode.Clear)
Romain Guy
2011-05-27
1
-0
/
+14
*
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
1
-2
/
+2
*
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
1
-0
/
+5
|
\
|
*
Prepare OpenGLRenderer to use glyphs from TextLayoutCache
Fabrice Di Meglio
2011-05-13
1
-0
/
+5
*
|
Antialiasing for rectangles
Chet Haase
2011-05-12
1
-1
/
+78
|
/
*
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
1
-0
/
+6
|
/
*
Revert "Add ability for hierarchyviewer to output displaylist info"
Chet Haase
2011-05-04
1
-6
/
+0
*
Add ability for hierarchyviewer to output displaylist info
Chet Haase
2011-05-04
1
-0
/
+6
*
Merge "Allows to render with an OpenGL context inside a TextureView."
Romain Guy
2011-05-02
1
-4
/
+17
|
\
|
*
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-05-02
1
-4
/
+17
*
|
Line endcaps for AA lines are now antialiased.
Chet Haase
2011-05-02
1
-32
/
+60
|
/
*
Merge "New widget: TextureView Bug #4343984"
Romain Guy
2011-04-28
1
-6
/
+51
|
\
|
*
New widget: TextureView
Romain Guy
2011-04-28
1
-6
/
+51
*
|
Merge "Fix various hw-accelerated line/point bugs"
Chet Haase
2011-04-27
1
-89
/
+63
|
\
\
|
|
/
|
/
|
|
*
Fix various hw-accelerated line/point bugs
Chet Haase
2011-04-27
1
-89
/
+63
*
|
Correctly compute tex coords for rect layers.
Romain Guy
2011-04-27
1
-3
/
+3
|
/
*
Apply shaders/filters to text drop shadows.
Romain Guy
2011-04-26
1
-6
/
+18
*
Fix bitfield bug with vertex shader selection
Chet Haase
2011-04-22
1
-1
/
+4
*
Enable anti-aliasing for hw-accelerated lines
Chet Haase
2011-04-21
1
-84
/
+205
*
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
*
|
Don't crash when omitting paint to drawBitmap() with A8 configs.
Romain Guy
2011-03-23
1
-1
/
+3
|
/
*
Add support for drawPoint() and drawPoints().
Romain Guy
2011-03-21
1
-0
/
+52
*
Fix hairline rendering.
Romain Guy
2011-03-18
1
-14
/
+12
*
Correctly apply filters to Alpha8 bitmaps.
Romain Guy
2011-03-18
1
-1
/
+41
*
Optimize rect-shaped layers.
Romain Guy
2011-03-18
1
-13
/
+4
[next]