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
*
Add an on-screen overdraw counter
Romain Guy
2013-05-03
1
-0
/
+12
*
Pack preloaded framework assets in a texture atlas
Romain Guy
2013-05-02
1
-29
/
+34
*
Restore final canvas state after deferred flush
Chris Craik
2013-03-22
1
-3
/
+4
*
Revert "Clean Paint.mBidiFlags as it is no longer used"
Fabrice Di Meglio
2013-03-15
1
-19
/
+26
*
am 8a47d8ea: Merge "Clean up clipping and deferral logic"
Chris Craik
2013-02-20
1
-0
/
+4
|
\
|
*
Merge "Clean up clipping and deferral logic"
Chris Craik
2013-02-20
1
-0
/
+4
|
|
\
|
|
*
Clean up clipping and deferral logic
Chris Craik
2013-02-19
1
-0
/
+4
*
|
|
am e91efaba: Merge "Expose display list APIs"
Romain Guy
2013-02-19
1
-22
/
+4
|
\
\
\
|
|
/
/
|
*
|
Expose display list APIs
Romain Guy
2013-02-19
1
-22
/
+4
|
|
/
*
|
am 10c0aa24: Merge "Implement support for drawBitmapMesh\'s colors array"
Romain Guy
2013-02-14
1
-3
/
+3
|
\
\
|
|
/
|
*
Merge "Implement support for drawBitmapMesh's colors array"
Romain Guy
2013-02-14
1
-3
/
+3
|
|
\
|
|
*
Implement support for drawBitmapMesh's colors array
Romain Guy
2013-02-13
1
-3
/
+3
|
*
|
Merge "Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog...
Chris Craik
2013-02-13
1
-4
/
+4
|
|
\
\
|
/
/
/
|
*
|
Revert "Merge remote-tracking branch 'goog/master-chromium' into 'goog/master...
Chris Craik
2013-02-13
1
-4
/
+4
|
|
/
*
|
Clean Paint.mBidiFlags as it is no longer used
Fabrice Di Meglio
2013-02-12
1
-26
/
+19
|
/
*
am c5801680: Merge "Tag HardwareRenderers with a name to help debugging"
Romain Guy
2013-01-31
1
-0
/
+8
|
\
|
*
Tag HardwareRenderers with a name to help debugging
Romain Guy
2013-01-31
1
-0
/
+8
*
|
am 61840eb0: Merge "Preliminary Support for region clipping"
Romain Guy
2013-01-15
1
-18
/
+10
|
\
\
|
|
/
|
*
Preliminary Support for region clipping
Romain Guy
2013-01-14
1
-18
/
+10
*
|
am 9acd1b4f: Merge "Add visual profiling feature"
Romain Guy
2013-01-04
1
-0
/
+11
|
\
\
|
|
/
|
*
Add visual profiling feature
Romain Guy
2013-01-04
1
-0
/
+11
*
|
Update framework to support r5967 of Skia.
Derek Sollenberger
2012-12-12
1
-4
/
+4
|
/
*
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
[next]