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
/
SurfaceFlinger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
surfaceflinger: fix display id selection
Jamie Gennis
2012-08-24
1
-1
/
+20
*
Revert "Added display initialization method"
Andy McFadden
2012-08-24
1
-35
/
+9
*
Added display initialization method
Andy McFadden
2012-08-24
1
-9
/
+35
*
HWComposer now has its own concept of display IDs
Mathias Agopian
2012-08-23
1
-32
/
+41
*
Revert "Added display initialization method"
Ramanan Rajeswaran
2012-08-22
1
-35
/
+9
*
Added display initialization method
Andy McFadden
2012-08-21
1
-9
/
+35
*
refactor compositing code to avoid multiple eglMakeCurrent() calls
Mathias Agopian
2012-08-16
1
-150
/
+141
*
reimplement wifi display hack with new external display SF framework
Mathias Agopian
2012-08-16
1
-74
/
+55
*
display states can't share the dirty flags
Mathias Agopian
2012-08-16
1
-2
/
+6
*
binder interfaces can't be compared directly
Mathias Agopian
2012-08-16
1
-1
/
+1
*
oopsie, missed a spot when fixing b/6970310
Mathias Agopian
2012-08-15
1
-1
/
+1
*
we were mistakenly optimizing out SF's main transactions in some cases
Mathias Agopian
2012-08-15
1
-27
/
+30
*
Fix layer removal transaction.
Jeff Brown
2012-08-15
1
-2
/
+2
*
Don't crash when recovering from WM death
Jesse Hall
2012-08-14
1
-0
/
+2
*
make sure to repaint the screen when unblank()ing
Mathias Agopian
2012-08-13
1
-0
/
+2
*
xdpi / ydpi were reported as 0
Mathias Agopian
2012-08-13
1
-10
/
+45
*
make multi-display more real
Mathias Agopian
2012-08-10
1
-101
/
+191
*
screenshots could stop working after camera was used
Mathias Agopian
2012-08-10
1
-3
/
+6
*
libgui includes refactoring
Mathias Agopian
2012-08-10
1
-23
/
+20
*
Add a display parameter to HWComposer where needed
Mathias Agopian
2012-08-10
1
-27
/
+31
*
now able to set the layer stack on a DisplayDevice
Mathias Agopian
2012-08-10
1
-1
/
+1
*
surfaceflinger: refactor FrambufferSurface
Jamie Gennis
2012-08-06
1
-7
/
+10
*
turn DisplayDevice into a reference-counted object
Mathias Agopian
2012-08-05
1
-91
/
+89
*
remove a dependency of DisplayDevice on the refresh rate
Mathias Agopian
2012-08-04
1
-6
/
+14
*
break SF dependencies on libdvm and libandroid_runtime
Mathias Agopian
2012-08-04
1
-6
/
+2
*
screen-off animation won't be handled by SF anymore
Mathias Agopian
2012-08-03
1
-473
/
+0
*
We now have a real list of displays.
Mathias Agopian
2012-08-02
1
-36
/
+77
*
don't filter when capturing a screenshot unless needed
Mathias Agopian
2012-08-02
1
-3
/
+6
*
cleanups in preparation of bigger changes
Mathias Agopian
2012-08-02
1
-13
/
+16
*
rename DisplayHardware to DisplayDevice
Mathias Agopian
2012-08-02
1
-34
/
+34
*
Layers are now sorted by layer-stack first, then by z-order
Mathias Agopian
2012-08-02
1
-5
/
+21
*
getting closer to final main composition loop
Mathias Agopian
2012-08-02
1
-117
/
+96
*
get rid of global regions that should be tracked per display
Mathias Agopian
2012-08-02
1
-132
/
+115
*
Move eglSwapBuffers out of HWComposer
Jesse Hall
2012-07-30
1
-9
/
+7
*
get rid of the shared-memory control block
Mathias Agopian
2012-07-25
1
-19
/
+10
*
hopefully fixe a race condition in sf initialization
Mathias Agopian
2012-07-25
1
-4
/
+4
*
split HWComposer out of DisplayHardware
Mathias Agopian
2012-07-24
1
-6
/
+27
*
get rid of ro.sf.hwrotation, it's not used anymore
Mathias Agopian
2012-07-24
1
-8
/
+1
*
add a layerStack attribute to Layers.
Mathias Agopian
2012-07-24
1
-0
/
+4
*
update SF binder protocol to support setting display attributes
Mathias Agopian
2012-07-24
1
-3
/
+16
*
SurfaceFlinger cleanup
Mathias Agopian
2012-07-24
1
-75
/
+64
*
Increment iterator on early-out too
Jesse Hall
2012-07-23
1
-0
/
+1
*
Handle empty HWC layer list when composing
Jesse Hall
2012-07-20
1
-2
/
+5
*
factor EGL/GL and surface creation out of DisplayHardware
Mathias Agopian
2012-07-19
1
-50
/
+167
*
mVisibleLayersSortedByZ is now maintained per display
Mathias Agopian
2012-07-19
1
-51
/
+59
*
one more step towards multiple display support
Mathias Agopian
2012-07-10
1
-156
/
+172
*
Only set acquire fences on overlay layers
Jesse Hall
2012-07-02
1
-2
/
+15
*
get rid of GraphicPlane
Mathias Agopian
2012-06-28
1
-195
/
+53
*
First prototype atttempting to support an external display
Mathias Agopian
2012-06-28
1
-1
/
+75
*
Transfer HWC release fences to BufferQueue
Jesse Hall
2012-06-21
1
-2
/
+11
[next]