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
/
GLES20Canvas.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't destroy the same texture twice
Romain Guy
2012-09-25
1
-0
/
+1
*
Update layers in a single batch at the beginning of a frame
Romain Guy
2012-09-21
1
-1
/
+14
*
Fix occasional crash bug with layers
Chet Haase
2012-09-17
1
-1
/
+1
*
Enable changing properties of layer paint
Chet Haase
2012-09-07
1
-7
/
+4
*
Remove unused View.flushLayer() API
Romain Guy
2012-07-11
1
-1
/
+0
*
Update layers' opaque property when needed
Romain Guy
2012-07-11
1
-0
/
+1
*
Track canvas clearing for swap buffers logic.
Chet Haase
2012-06-07
1
-5
/
+6
*
Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)
Romain Guy
2012-05-14
1
-4
/
+25
*
Prevent WebView from crashing when detached from the window
Romain Guy
2012-04-23
1
-0
/
+14
*
Remove USE_DISPLAY_LIST_PROPERTIES flag
Chet Haase
2012-04-23
1
-4
/
+3
*
Allow fine-grained control over functors execution
Romain Guy
2012-04-02
1
-0
/
+7
*
Refactor GLES20Canvas/HardwareRenderer JNI layers
Romain Guy
2012-03-28
1
-43
/
+0
*
Use a status_t return type for GL functors
Romain Guy
2012-03-26
1
-4
/
+4
*
Deferred layer updates
Romain Guy
2012-03-02
1
-0
/
+9
*
Small optimization for the battery status screen
Romain Guy
2012-02-27
1
-8
/
+33
*
Add hooks to implement Canvas.drawTextOnPath() in GL
Romain Guy
2012-02-24
1
-2
/
+26
*
Record possible clip rejects when recording display lists
Romain Guy
2012-02-17
1
-4
/
+5
*
Ensure we always reset graphics modifiers
Romain Guy
2012-02-16
1
-92
/
+148
*
Better error message when drawing with recycled bitmaps
Romain Guy
2012-02-07
1
-0
/
+6
*
Add debug markers to OpenGLRenderer
Romain Guy
2012-01-30
1
-0
/
+6
*
Add stencil buffer to the EGL config
Romain Guy
2012-01-30
1
-2
/
+19
*
Add full support for Canvas.setDrawFilter()
Romain Guy
2012-01-23
1
-0
/
+13
*
Deprecate unused APIs
Romain Guy
2012-01-19
1
-0
/
+12
*
Add basic code required for drawPicture()
Romain Guy
2012-01-18
1
-3
/
+16
*
Don't crash on Canvas.drawPicture()
Romain Guy
2012-01-18
1
-3
/
+3
*
First pass at implementing Canvas.drawPosText() in GL
Romain Guy
2012-01-17
1
-2
/
+26
*
Improve GLES20Canvas clip support
Romain Guy
2012-01-17
1
-6
/
+21
*
Sub display list in TextView
Gilles Debunne
2012-01-12
1
-2
/
+2
*
Discard framebuffer rendering queues when discarding layers
Romain Guy
2011-12-06
1
-0
/
+1
*
am 02e88f23: am 46685db9: Merge "Fix crash in existing applications Bug #5659...
Romain Guy
2011-11-28
1
-2
/
+15
|
\
|
*
Fix crash in existing applications
Romain Guy
2011-11-28
1
-2
/
+15
*
|
am 2cfb873c: am 9d66da8a: Merge "Revert "Discard framebuffer rendering queues...
Dave Burke
2011-11-14
1
-1
/
+0
|
\
\
|
|
/
|
*
Revert "Discard framebuffer rendering queues when discarding layers"
Dave Burke
2011-11-14
1
-1
/
+0
*
|
am a16ee939: am 28587497: Merge "Discard framebuffer rendering queues when di...
Mathias Agopian
2011-11-14
1
-0
/
+1
|
\
\
|
|
/
|
*
Discard framebuffer rendering queues when discarding layers
Romain Guy
2011-11-10
1
-0
/
+1
*
|
am cb0db030: Merge branch \'ics-mr1-plus-aosp\' of ssh://android-git:29418/pl...
Akwasi Boateng
2011-11-11
1
-0
/
+21
|
\
\
|
|
/
|
*
Terminate EGL when an app goes in the background
Romain Guy
2011-11-10
1
-0
/
+21
*
|
Load identity matrix when calling Canvas.setMatrix(null)
Romain Guy
2011-10-28
1
-1
/
+1
|
/
*
Implement saveLayer*() correctly
Romain Guy
2011-08-25
1
-3
/
+18
*
Add an API to set the transform on a TextureView's surface texture.
Romain Guy
2011-08-16
1
-0
/
+1
*
Remove unnecessary private API
Romain Guy
2011-08-11
1
-7
/
+0
*
Reclaim more memory, more often.
Romain Guy
2011-07-27
1
-0
/
+6
*
Destroy layers and flush layers cache when a window is destroyed.
Romain Guy
2011-07-27
1
-2
/
+13
*
Improve layers debugging
Romain Guy
2011-07-26
1
-1
/
+1
*
Decouple GLES20RecordingCanvas lifetime from GLES20DisplayList.
Jeff Brown
2011-07-21
1
-33
/
+18
*
Trim OpenGLRenderer's memory usage whenever possible
Romain Guy
2011-07-18
1
-0
/
+32
*
Use NEAREST filtering for layers whenever possible.
Romain Guy
2011-07-07
1
-3
/
+14
*
Add an API to query maximum bitmap/texture size on Canvas.
Romain Guy
2011-07-07
1
-0
/
+13
*
Add the ability to specify the opacity of a TextureView
Romain Guy
2011-06-22
1
-2
/
+3
*
Properly refcount SurfaceTexture in the JNI layer.
Romain Guy
2011-06-15
1
-1
/
+2
[next]