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
Commit message (
Expand
)
Author
Age
Files
Lines
*
am 845ed8fd: Merge "DisplayDevice: initialize mDisplayToken correctly"
Jesse Hall
2013-01-14
1
-0
/
+1
|
\
|
*
Merge "DisplayDevice: initialize mDisplayToken correctly"
Jesse Hall
2013-01-14
1
-0
/
+1
|
|
\
|
|
*
DisplayDevice: initialize mDisplayToken correctly
Chih-Wei Huang
2013-01-07
1
-0
/
+1
*
|
|
am cbe51356: Merge "Remove support for legacy HWC version encoding"
Jesse Hall
2013-01-14
1
-11
/
+1
|
\
\
\
|
|
/
/
|
*
|
Remove support for legacy HWC version encoding
Jesse Hall
2013-01-10
1
-11
/
+1
|
|
/
*
|
am 98cbec81: am efd614b8: Merge "make transform hint multi-display aware" int...
Mathias Agopian
2012-11-27
4
-23
/
+64
|
\
\
|
*
|
make transform hint multi-display aware
Mathias Agopian
2012-11-21
4
-23
/
+64
*
|
|
am 2004307b: Merge "Create builtin display tokens on demand"
Jesse Hall
2012-11-27
2
-25
/
+29
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Create builtin display tokens on demand
Jesse Hall
2012-11-27
2
-25
/
+29
*
|
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
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
[next]