index
:
frameworks_native.git
master
replicant-6.0
frameworks/native
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
Commit message (
Expand
)
Author
Age
Files
Lines
*
make transform hint multi-display aware
Mathias Agopian
2012-11-21
4
-23
/
+64
*
workaround: don't reset compositionType to HWC_FRAMEBUFFER [DO NOT MERGE]
Mathias Agopian
2012-11-19
1
-1
/
+1
*
Reset compositionType to HWC_FRAMEBUFFER before calling prepare()
Mathias Agopian
2012-11-14
3
-1
/
+5
*
fix transitions from hwc to GLES composition
android-sdk-support_r11
Mathias Agopian
2012-11-05
1
-4
/
+4
*
partially implement external display clipping
Mathias Agopian
2012-10-25
1
-0
/
+25
*
prevent a client from crashing surfaceflinger
Mathias Agopian
2012-10-22
1
-2
/
+17
*
Merge "SurfaceFlinger: add support for secure displays" into jb-mr1-dev
Jamie Gennis
2012-10-22
7
-42
/
+65
|
\
|
*
SurfaceFlinger: add support for secure displays
Jamie Gennis
2012-10-22
7
-42
/
+65
*
|
Fix emulator vsync
Andy McFadden
2012-10-19
1
-5
/
+12
|
/
*
SurfaceFlinger: change the animation timeout
Jamie Gennis
2012-10-17
1
-3
/
+5
*
fix a corruption in blank/unblank
Mathias Agopian
2012-10-15
2
-32
/
+39
*
Merge "SurfaceFlinger: add animation transactions" into jb-mr1-dev
Jamie Gennis
2012-10-15
2
-7
/
+28
|
\
|
*
SurfaceFlinger: add animation transactions
Jamie Gennis
2012-10-15
2
-7
/
+28
*
|
Always set vertex alpha when drawing screenshot layers
Jesse Hall
2012-10-15
1
-1
/
+2
|
/
*
Merge "SurfaceFlinger: make the num FBs a board config" into jb-mr1-dev
Jamie Gennis
2012-10-12
3
-3
/
+9
|
\
|
*
SurfaceFlinger: make the num FBs a board config
Jamie Gennis
2012-10-12
3
-3
/
+9
*
|
Assume LayerScreenshot has pre-multiplied alpha
Jesse Hall
2012-10-10
1
-4
/
+4
|
/
*
Fix HDMI unblank behavior
Andy McFadden
2012-10-10
2
-2
/
+4
*
Merge "fix typo that prevented proper loging of EGL error code" into jb-mr1-dev
Mathias Agopian
2012-10-09
1
-1
/
+1
|
\
|
*
fix typo that prevented proper loging of EGL error code
Mathias Agopian
2012-10-09
1
-1
/
+1
*
|
don't automatically unblank external displays
Mathias Agopian
2012-10-09
1
-6
/
+0
|
/
*
fix dumpsys Layer name when using multiple displays
Mathias Agopian
2012-10-08
4
-5
/
+16
*
fix SurfaceFlinger DDMS debugging
Mathias Agopian
2012-10-07
2
-3
/
+4
*
Tone down a fatal assert
Andy McFadden
2012-10-04
1
-2
/
+5
*
Ignore display state changes for disconnected displays
Jesse Hall
2012-10-04
1
-1
/
+5
*
make sure we don't call into the HWC HAL when not needed
Mathias Agopian
2012-10-04
5
-24
/
+47
*
Fix crashes after HDMI disconnect
Andy McFadden
2012-10-04
3
-0
/
+25
*
Add Fence::waitForever which logs a warning timeout, and use it
Jesse Hall
2012-10-02
1
-1
/
+1
*
Revert "improve sensor fusion" -- DO NOT MERGE
Mathias Agopian
2012-10-01
1
-56
/
+9
*
SurfaceFlinger: reset the FB_TGT acquire fence
Jamie Gennis
2012-10-01
1
-0
/
+1
*
save/restore viewport properly when taking screenshot
Mathias Agopian
2012-09-30
2
-1
/
+4
*
reset GL viewport and project when caputring the screen
Mathias Agopian
2012-09-28
3
-7
/
+15
*
Pass display arg to blank/unblank
Andy McFadden
2012-09-28
4
-37
/
+74
*
SurfaceFlinger: don't always set HWC_GEOM_CHGD
Jamie Gennis
2012-09-27
1
-21
/
+35
*
Merge "Recompute visible regions more vigorously" into jb-mr1-dev
Andy McFadden
2012-09-26
1
-3
/
+3
|
\
|
*
Recompute visible regions more vigorously
Andy McFadden
2012-09-26
1
-3
/
+3
*
|
Stop using transparent region for computing visible regions
Jesse Hall
2012-09-26
3
-10
/
+35
|
/
*
Merge "add support for EGL_FRAMEBUFFER_TARGET_ANDROID" into jb-mr1-dev
Mathias Agopian
2012-09-25
2
-24
/
+95
|
\
|
*
add support for EGL_FRAMEBUFFER_TARGET_ANDROID
Mathias Agopian
2012-09-25
2
-24
/
+95
*
|
only abort when errors happen on the main display
Mathias Agopian
2012-09-25
1
-5
/
+8
|
/
*
fix a crasher when running out of memory
Mathias Agopian
2012-09-25
1
-1
/
+1
*
When "show visible regions" is enabled we were missing a call to HWC
Mathias Agopian
2012-09-25
1
-0
/
+6
*
Show build config in dumpsys SurfaceFlinger
Andy McFadden
2012-09-25
2
-0
/
+32
*
fix Layer croping in SurfaceFlinger
Mathias Agopian
2012-09-24
1
-12
/
+11
*
don't call eglMakeCurrent() before calling HWC commit() on HWC 1.1
Mathias Agopian
2012-09-24
1
-4
/
+7
*
handle EGL errors
Mathias Agopian
2012-09-24
1
-3
/
+10
*
add/remove displays properly on hotplug events
Mathias Agopian
2012-09-21
4
-6
/
+26
*
Display events now always carry the display id they happened on
Mathias Agopian
2012-09-21
2
-27
/
+56
*
fix an issue where hotplug events were not dispatched
Mathias Agopian
2012-09-21
2
-15
/
+31
*
return an error, as expected, when querying a disconnected display
Mathias Agopian
2012-09-20
1
-0
/
+4
[next]