index
:
frameworks_native.git
replicant-4.2
replicant-6.0
frameworks/native
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
services
/
surfaceflinger
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
fix a typo preventing pre hwc-1.1 devices from booting
Mathias Agopian
2012-09-20
1
-0
/
+1
*
we now correctly set-up connected screens during boot
Mathias Agopian
2012-09-20
5
-42
/
+54
*
We now report hotplug events to the framework
Mathias Agopian
2012-09-20
6
-19
/
+57
*
one more step toward HDMI support
Mathias Agopian
2012-09-20
3
-35
/
+54
*
calculate wether we filter on a per-display basis
Mathias Agopian
2012-09-20
5
-2
/
+12
*
GraphicBufferAlloc class was declared twice
Mathias Agopian
2012-09-20
6
-46
/
+101
*
Merge "Allow 16-bit color EGLConfigs" into jb-mr1-dev
Jesse Hall
2012-09-19
1
-11
/
+27
|
\
|
*
Allow 16-bit color EGLConfigs
Jesse Hall
2012-09-19
1
-11
/
+27
*
|
fix typo in DisplayDevice logs
Mathias Agopian
2012-09-19
1
-1
/
+1
|
/
*
improve logging of external displays
Mathias Agopian
2012-09-18
3
-28
/
+29
*
suppress superfluous log
Mathias Agopian
2012-09-18
1
-2
/
+0
*
Merge "Check that HWC exists before trying to use it" into jb-mr1-dev
Jesse Hall
2012-09-18
1
-3
/
+3
|
\
|
*
Check that HWC exists before trying to use it
Jesse Hall
2012-09-18
1
-3
/
+3
*
|
SurfaceTexture: default to doing GL sync
Jamie Gennis
2012-09-18
1
-1
/
+1
|
/
*
Plumb display name into SurfaceFlinger
Andy McFadden
2012-09-18
4
-6
/
+31
*
fix external displays
Mathias Agopian
2012-09-18
1
-7
/
+14
*
add support hwc 1.1
Mathias Agopian
2012-09-17
11
-89
/
+283
*
refactor things a bit
Mathias Agopian
2012-09-17
4
-62
/
+125
*
Fix transform hints
Andy McFadden
2012-09-16
4
-13
/
+32
*
Fix display projections when translated.
Jeff Brown
2012-09-13
2
-11
/
+14
*
Minor tweaks
Andy McFadden
2012-09-13
3
-8
/
+2
*
Merge "Initialize new HWC 1.2 fields" into jb-mr1-dev
Jesse Hall
2012-09-12
3
-24
/
+34
|
\
|
*
Initialize new HWC 1.2 fields
Jesse Hall
2012-09-12
3
-24
/
+34
[next]