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
*
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
*
Fix 9patch rendering.
Romain Guy
2010-09-15
1
-12
/
+9
*
Docs updates.
Romain Guy
2010-09-13
1
-1
/
+9
*
Document the implementation of saveLayer().
Romain Guy
2010-09-13
1
-15
/
+50
*
Forgot the return value...
Romain Guy
2010-09-13
1
-1
/
+2
*
Fix rendering issue with layers intersecting the clip rect.
Romain Guy
2010-09-13
1
-1
/
+5
*
Fix text rendering issue with text scaling.
Romain Guy
2010-09-12
1
-12
/
+0
*
Optimize calls to glCopyTexImage2D().
Romain Guy
2010-09-12
1
-8
/
+30
*
Correct implementation of saveLayer().
Romain Guy
2010-09-12
1
-67
/
+81
*
Add support for advanced blend modes with the framebuffer.
Romain Guy
2010-09-09
1
-33
/
+64
*
Do not convert 8888 bitmaps to 565 when doing a copy.
Romain Guy
2010-09-09
1
-0
/
+1
*
Add support for Canvas flags on save.
Romain Guy
2010-09-01
1
-35
/
+42
*
Add hooks for hardware accelerated WebView.
Romain Guy
2010-08-31
1
-0
/
+23
*
Apply gamma correction to font rendering.
Romain Guy
2010-08-27
1
-3
/
+5
*
Use only one GL context per process, share chaches.
Romain Guy
2010-08-24
1
-113
/
+51
*
Add support for textScaleX.
Romain Guy
2010-08-20
1
-0
/
+12
*
Fix drawing issues with layers.
Romain Guy
2010-08-18
1
-13
/
+34
*
Fix the build.
Romain Guy
2010-08-18
1
-4
/
+1
*
Layers were using an extra Snapshot causing extra clipping.
Romain Guy
2010-08-18
1
-35
/
+23
*
Fix save()/restore() issues in the OpenGL renderer.
Romain Guy
2010-08-17
1
-12
/
+19
*
Correctly set the viewport in layers.
Romain Guy
2010-08-17
1
-44
/
+44
*
Cleanup, better code reuse.
Romain Guy
2010-08-16
1
-157
/
+145
*
Add drop shadows.
Romain Guy
2010-08-13
1
-51
/
+113
*
Bunch of fixes.
Romain Guy
2010-08-11
1
-2
/
+10
*
Add support for text underline and strikethru.
Romain Guy
2010-08-10
1
-2
/
+49
*
Fix tons of bugs and add new text rendering support.
Romain Guy
2010-08-10
1
-0
/
+4
*
Enforce maximum texture size.
Romain Guy
2010-08-07
1
-0
/
+5
*
Automatically cleanup textures that don't fit in the cache.
Romain Guy
2010-08-06
1
-1
/
+8
*
Add support for paths.
Romain Guy
2010-08-05
1
-2
/
+78
*
Add support for ColorFilters.
Romain Guy
2010-08-02
1
-3
/
+36
*
Refactor Skia shaders handling.
Romain Guy
2010-07-30
1
-180
/
+47
*
Fix improper clipping after a save()
Romain Guy
2010-07-30
1
-2
/
+3
*
Fix gradients rendering and destructor crashes.
Romain Guy
2010-07-29
1
-22
/
+12
[next]