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
/
core
/
java
/
android
/
view
/
HardwareRenderer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't allow screen invalidations to go outside bounds of screen
Michael Jurka
2012-02-23
1
-0
/
+2
*
Fix flashing wifi dialog after rotating back from landscape.
Chet Haase
2011-11-28
1
-0
/
+12
*
Notify views when EGL resources are about to be destroyed
Romain Guy
2011-11-21
1
-22
/
+51
*
Add new ManagedEGLContext class to help apps participate in memory trimming.
Dianne Hackborn
2011-11-16
1
-34
/
+56
*
Merge "Terminate EGL when an app goes in the background" into ics-mr1
Romain Guy
2011-11-10
1
-10
/
+61
|
\
|
*
Terminate EGL when an app goes in the background
Romain Guy
2011-11-10
1
-10
/
+61
*
|
Initialize egl_cache with an app writeable file
Romain Guy
2011-11-10
1
-0
/
+19
|
/
*
Fix issue #5384631: hw windows not resizing correctly
Chet Haase
2011-10-06
1
-0
/
+29
*
Fix issue #5150899: Call activity takes 15MB we never get back.
Dianne Hackborn
2011-09-02
1
-1
/
+11
*
Dispatch onDetachedFromWindow before destroying everything
Romain Guy
2011-09-01
1
-5
/
+4
*
Prevent crash in VPN settings
Romain Guy
2011-08-26
1
-4
/
+5
*
Add OpenGL backend to ImageWallpaper
Romain Guy
2011-08-24
1
-52
/
+8
*
Prevent NPE in HardwareRenderer
Romain Guy
2011-08-16
1
-1
/
+3
*
<blink/> is not an acceptable default behavior.
Romain Guy
2011-08-12
1
-2
/
+8
*
Destroy the EGL surface when the ViewRootImpl surface is invalid
Romain Guy
2011-08-03
1
-21
/
+23
*
Don't recreate the EGL surface if the surface is not ready
Romain Guy
2011-08-03
1
-9
/
+15
*
Properly cancel pending buffers on window size change
Romain Guy
2011-08-02
1
-7
/
+20
*
Prevent crash with NPE in HardwareRenderer
Romain Guy
2011-08-02
1
-5
/
+6
*
Trim HardwareRenderer memory more frequently.
Romain Guy
2011-07-29
1
-0
/
+2
*
Various work on out of memory managment.
Dianne Hackborn
2011-07-29
1
-3
/
+3
*
Reclaim more memory, more often.
Romain Guy
2011-07-27
1
-1
/
+3
*
Destroy layers and flush layers cache when a window is destroyed.
Romain Guy
2011-07-27
1
-22
/
+46
*
Make sure we have a current EGL context when invoking EGL
Romain Guy
2011-07-26
1
-20
/
+34
*
Add debug flag to print out the EGL configuration used by libhwui
Romain Guy
2011-07-25
1
-5
/
+4
*
Add ELG config debugging to HardwareRenderer
Romain Guy
2011-07-25
1
-40
/
+96
*
Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.
Jeff Brown
2011-07-21
1
-3
/
+3
*
Let HardwareRenderer support multiple threads.
Romain Guy
2011-07-19
1
-45
/
+51
*
Trim OpenGLRenderer's memory usage whenever possible
Romain Guy
2011-07-18
1
-0
/
+24
*
Revert "Don't preload HardwareRenderer, its static initialization is process ...
Romain Guy
2011-07-12
1
-42
/
+40
*
Don't preload HardwareRenderer, its static initialization is process dependant.
Romain Guy
2011-07-12
1
-40
/
+42
*
Always make GL calls with a valid EGL context.
Romain Guy
2011-07-11
1
-9
/
+34
*
Always redraw the UI on orientation change
Romain Guy
2011-07-08
1
-19
/
+36
*
Use NEAREST filtering for layers whenever possible.
Romain Guy
2011-07-07
1
-0
/
+26
*
Code cleanup
Romain Guy
2011-06-24
1
-58
/
+12
*
Add the ability to specify the opacity of a TextureView
Romain Guy
2011-06-22
1
-6
/
+9
*
Properly refcount SurfaceTexture in the JNI layer.
Romain Guy
2011-06-15
1
-8
/
+5
*
Add TextureView.getBitmap()
Romain Guy
2011-06-14
1
-2
/
+18
*
Take advantage of EGL_BUFFER_PRESERVED on IMG.
Romain Guy
2011-06-02
1
-1
/
+13
*
Use OpenGL to render transition bitmaps.
Romain Guy
2011-05-25
1
-3
/
+2
*
Rename ViewRoot to ViewAncestor.
Joe Onorato
2011-05-04
1
-2
/
+2
*
Merge "Allows to render with an OpenGL context inside a TextureView."
Romain Guy
2011-05-02
1
-5
/
+4
|
\
|
*
Allows to render with an OpenGL context inside a TextureView.
Romain Guy
2011-05-02
1
-5
/
+4
*
|
Remove unnecessary code.
Romain Guy
2011-05-02
1
-144
/
+38
|
/
*
New widget: TextureView
Romain Guy
2011-04-28
1
-2
/
+50
*
Coalesce input events that arrive faster than 333Hz.
Jeff Brown
2011-04-07
1
-1
/
+14
*
Use the correct API to query system properties.
Romain Guy
2011-03-23
1
-2
/
+3
*
Fix rendering artifact in edge fades.
Romain Guy
2011-03-14
1
-1
/
+2
*
Prevents NPE when a View was detached
Romain Guy
2011-03-08
1
-1
/
+1
*
Add support for partial invalidates in WebView
Romain Guy
2011-03-07
1
-5
/
+12
*
Fix issue #3485923: Gmail crash
Dianne Hackborn
2011-03-02
1
-8
/
+8
[next]