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
*
add support hwc 1.1
Mathias Agopian
2012-09-17
1
-26
/
+16
*
refactor things a bit
Mathias Agopian
2012-09-17
1
-48
/
+94
*
Fix transform hints
Andy McFadden
2012-09-16
1
-0
/
+12
*
Fix display projections when translated.
Jeff Brown
2012-09-13
1
-2
/
+6
*
don't call hwc with non-empty layer lists for blanked displays
Mathias Agopian
2012-09-12
1
-15
/
+18
*
Reduce failure uncertainty
Andy McFadden
2012-09-11
1
-0
/
+7
*
Reshuffle FramebufferSurface
Andy McFadden
2012-09-11
1
-13
/
+13
*
Ensure that viewport and frame are initialized.
Jeff Brown
2012-09-09
1
-0
/
+2
*
Fix display projection.
Jeff Brown
2012-09-07
1
-3
/
+3
*
minor cleanup
Mathias Agopian
2012-09-04
1
-5
/
+5
*
display projection API now has a single function instead of 3
Mathias Agopian
2012-09-04
1
-17
/
+10
*
implement display viewport and frame
Mathias Agopian
2012-09-04
1
-24
/
+22
*
add libsurfaceflinger_ddmconnection for PDK build
Keun young Park
2012-08-31
1
-2
/
+23
*
If there is no hwc, call eglSwapBuffers for the main display
Jesse Hall
2012-08-31
1
-2
/
+3
*
fix a crasher when setting a display to a null surface
Mathias Agopian
2012-08-29
1
-27
/
+32
*
we were sometimes not setting fences properly
Mathias Agopian
2012-08-29
1
-26
/
+36
*
the layer list per display could contain non-visible layers
Mathias Agopian
2012-08-28
1
-7
/
+12
*
we were not always clearing the screen properly
Mathias Agopian
2012-08-27
1
-12
/
+11
*
Eradicate DisplayID.
Mathias Agopian
2012-08-27
1
-84
/
+61
*
Banish DisplayID from the SurfaceFlinger API.
Jeff Brown
2012-08-27
1
-17
/
+18
*
Added display initialization method
Andy McFadden
2012-08-24
1
-9
/
+35
*
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
[next]