index
:
frameworks_base.git
master
replicant-6.0
frameworks base
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
jni
/
android_view_GLES20Canvas.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Take into account the texture layer's transform for clipping
Romain Guy
2012-10-17
1
-1
/
+0
*
Don't destroy the same texture twice
Romain Guy
2012-09-25
1
-0
/
+6
*
Add a property to disable libhwui's scissor optimization
Romain Guy
2012-09-24
1
-2
/
+6
*
Update layers in a single batch at the beginning of a frame
Romain Guy
2012-09-21
1
-0
/
+12
*
Fix occasional crash bug with layers
Chet Haase
2012-09-17
1
-8
/
+10
*
Enable changing properties of layer paint
Chet Haase
2012-09-07
1
-0
/
+16
*
Revert "Revert "Add more support for transformed clip rects and paths""
Romain Guy
2012-08-31
1
-1
/
+2
*
Revert "Add more support for transformed clip rects and paths"
Mathias Agopian
2012-08-31
1
-2
/
+1
*
Add more support for transformed clip rects and paths
Romain Guy
2012-08-31
1
-1
/
+2
*
It seems that apparently useless public APIs are actually useful
Romain Guy
2012-08-08
1
-0
/
+12
*
Cleanup of libhwui
Romain Guy
2012-08-07
1
-12
/
+0
*
Rename drawGeneralText to drawText
Romain Guy
2012-07-27
1
-2
/
+2
*
Hardware implementation of glyph positioning (bug 5443796)
Raph Levien
2012-07-23
1
-2
/
+8
*
Remove unused View.flushLayer() API
Romain Guy
2012-07-11
1
-5
/
+0
*
Update layers' opaque property when needed
Romain Guy
2012-07-11
1
-0
/
+8
*
Track canvas clearing for swap buffers logic.
Chet Haase
2012-06-07
1
-6
/
+6
*
drop frame in case of error in updateTexImage
Mathias Agopian
2012-05-18
1
-4
/
+5
*
Avoid unnecessary copy when invoking drawBitmap(int[])
Romain Guy
2012-05-15
1
-6
/
+13
*
Remove all Dalvik allocations from Cavnas.drawBitmap(int[], ...)
Romain Guy
2012-05-14
1
-2
/
+21
*
Prevent WebView from crashing when detached from the window
Romain Guy
2012-04-23
1
-5
/
+17
*
Remove USE_DISPLAY_LIST_PROPERTIES flag
Chet Haase
2012-04-23
1
-3
/
+3
*
Allow fine-grained control over functors execution
Romain Guy
2012-04-02
1
-2
/
+19
*
Refactor GLES20Canvas/HardwareRenderer JNI layers
Romain Guy
2012-03-28
1
-52
/
+5
*
Use a status_t return type for GL functors
Romain Guy
2012-03-26
1
-9
/
+13
*
Delete display list objects and resources on the UI thread
Romain Guy
2012-03-05
1
-1
/
+1
*
Deferred layer updates
Romain Guy
2012-03-02
1
-1
/
+9
*
Add hooks to implement Canvas.drawTextOnPath() in GL
Romain Guy
2012-02-24
1
-0
/
+36
*
frameworks/base refactoring.
Mathias Agopian
2012-02-17
1
-1
/
+1
*
Record possible clip rejects when recording display lists
Romain Guy
2012-02-17
1
-3
/
+3
*
Add debug markers to OpenGLRenderer
Romain Guy
2012-01-30
1
-2
/
+15
*
Add stencil buffer to the EGL config
Romain Guy
2012-01-30
1
-0
/
+10
*
Code cleaning: centralize use of #if USE_TEXT_LAYOUT_CACHE
Fabrice Di Meglio
2012-01-27
1
-31
/
+6
*
Add full support for Canvas.setDrawFilter()
Romain Guy
2012-01-23
1
-0
/
+17
*
Full support for Canvas.drawPosText
Romain Guy
2012-01-18
1
-2
/
+2
*
First pass at implementing Canvas.drawPosText() in GL
Romain Guy
2012-01-17
1
-0
/
+52
*
Free optimization
Romain Guy
2012-01-17
1
-0
/
+1
*
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
Steve Block
2012-01-08
1
-2
/
+2
*
Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGE
Steve Block
2012-01-03
1
-1
/
+1
*
Clean TextLayout code and remove RTL_USE_HARFBUZZ
Fabrice Di Meglio
2011-12-08
1
-34
/
+13
*
Discard framebuffer rendering queues when discarding layers
Romain Guy
2011-12-06
1
-0
/
+5
*
Disable GLES20Canvas on emu w/o native GL
Jesse Hall
2011-12-02
1
-1
/
+10
*
Revert "Discard framebuffer rendering queues when discarding layers"
Dave Burke
2011-11-14
1
-5
/
+0
*
Discard framebuffer rendering queues when discarding layers
Romain Guy
2011-11-10
1
-0
/
+5
*
Terminate EGL when an app goes in the background
Romain Guy
2011-11-10
1
-0
/
+14
*
Fix bug #5371117 Regression : The Hebrew / Arabic text behavior in ICS latest...
Fabrice Di Meglio
2011-10-07
1
-12
/
+8
*
Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits
Fabrice Di Meglio
2011-09-21
1
-12
/
+16
*
Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...
Fabrice Di Meglio
2011-09-18
1
-20
/
+12
*
Fix bug #5332081 TextLayoutCache needs to be able to have more cache hits
Fabrice Di Meglio
2011-09-16
1
-12
/
+20
*
Fix bug #5274332 TextLayoutCache is having multiple instances
Fabrice Di Meglio
2011-09-07
1
-2
/
+2
*
Implement saveLayer*() correctly
Romain Guy
2011-08-25
1
-0
/
+16
[next]