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
*
Free resources only from the GL context thread.
Romain Guy
2010-11-11
1
-0
/
+2
*
Reduce number of GL calls when drawing with shaders.
Romain Guy
2010-11-11
1
-1
/
+3
*
Add new runtime debug flags.
Romain Guy
2010-11-10
1
-0
/
+4
*
Move all debug flags in a single place.
Romain Guy
2010-11-10
1
-0
/
+3
*
Fix GL rendering of translucent surfaces
Chet Haase
2010-11-09
1
-5
/
+2
*
Support nested display lists.
Romain Guy
2010-11-08
1
-0
/
+9
*
Lines would not set the scissor before drawing.
Romain Guy
2010-11-04
1
-12
/
+19
*
Fix rendering bug with saveLayerAlpha/drawColor.
Romain Guy
2010-11-03
1
-17
/
+19
*
Fix rendering issue with layers.
Romain Guy
2010-11-03
1
-4
/
+5
*
Optimize FBO drawing with regions.
Romain Guy
2010-11-02
1
-89
/
+316
*
Remove unnecessary GL calls.
Romain Guy
2010-10-26
1
-44
/
+44
*
Don't change texture unit when not needed.
Romain Guy
2010-10-25
1
-2
/
+5
*
Don't change textures wrap modes on every draw.
Romain Guy
2010-10-25
1
-10
/
+29
*
Fix rendering issue with layers.
Romain Guy
2010-10-22
1
-14
/
+20
*
Don't use two different variables to refer to mSnapshot.
Romain Guy
2010-10-22
1
-1
/
+1
*
Don't perform glCopyTextImage with coordinates outside the buffer.
Romain Guy
2010-10-22
1
-0
/
+8
*
Optimizing display lists by referencing pointers to resources instead of copy...
Chet Haase
2010-10-21
1
-9
/
+9
*
Solve rendering issue with embedded WebViews.
Romain Guy
2010-10-19
1
-8
/
+5
*
Use VBOs to render most geometries.
Romain Guy
2010-10-18
1
-44
/
+46
*
Don't draw entirely transparent 9patch meshes.
Romain Guy
2010-10-15
1
-5
/
+7
*
Fix text rendering artifact.
Romain Guy
2010-10-15
1
-0
/
+7
*
Fix clipping issue in StackView.
Romain Guy
2010-10-15
1
-3
/
+6
*
Fix text rendering issue.
Romain Guy
2010-10-14
1
-3
/
+9
*
Fix layer rendering glitch.
Romain Guy
2010-10-13
1
-2
/
+1
*
Don't draw TextView's alpha layers when not needed.
Romain Guy
2010-10-13
1
-0
/
+1
*
Return identity matrix when rendering in an FBO.
Romain Guy
2010-10-13
1
-1
/
+4
*
Add a getNativeMatrix() API.
Romain Guy
2010-10-13
1
-0
/
+4
*
Optimize layer clears.
Romain Guy
2010-10-12
1
-4
/
+3
*
Tweak layers caching for better performance in Launcher.
Romain Guy
2010-10-12
1
-0
/
+2
*
Optimize 9patch rendering.
Romain Guy
2010-10-12
1
-3
/
+3
*
Don't recreate a new texture every time we draw a layer.
Romain Guy
2010-10-12
1
-13
/
+8
*
Don't draw fully transparent views/primitives.
Romain Guy
2010-10-11
1
-2
/
+24
*
Optimize GLSL shaders.
Romain Guy
2010-10-11
1
-3
/
+11
*
Don't update 9patches on every frame.
Romain Guy
2010-10-08
1
-3
/
+2
*
Better cache for layers, reduce memory usage and increase framerate.
Romain Guy
2010-10-08
1
-9
/
+9
*
Don't clear the framebuffer when not needed.
Romain Guy
2010-10-06
1
-4
/
+9
*
Optimize saveLayer() when the clip flag is set.
Romain Guy
2010-10-05
1
-39
/
+121
*
Remove logs to reduce logcat spam.
Romain Guy
2010-10-04
1
-3
/
+0
*
Apply bilinear filtering on text only when necessary.
Romain Guy
2010-10-04
1
-2
/
+4
*
Fix INVALID_OPERATION error with layers rendering.
Romain Guy
2010-10-01
1
-11
/
+18
*
Adding display lists to the GL renderer (checkpoint.)
Romain Guy
2010-09-26
1
-4
/
+5
*
Add debug mode to measure performance.
Romain Guy
2010-09-24
1
-0
/
+3
*
Correctly initialize/refresh layers.
Romain Guy
2010-09-22
1
-2
/
+9
*
Draw text decorations with lines instead of rectangles.
Romain Guy
2010-09-22
1
-9
/
+20
*
Fix OpenGL errors in various places.
Romain Guy
2010-09-22
1
-6
/
+11
*
Fix positioning of 1 pixel wide lines (esp. non AA lines.)
Romain Guy
2010-09-17
1
-1
/
+1
*
Add support for non AA lines.
Romain Guy
2010-09-17
1
-10
/
+32
*
Add support for drawLines(), with anti-aliasing
Romain Guy
2010-09-16
1
-4
/
+61
*
Snap layer bounds to pixel boundaries.
Romain Guy
2010-09-16
1
-0
/
+2
*
Better error handling in the OpenGL renderer.
Romain Guy
2010-09-16
1
-1
/
+15
[next]