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
*
am b6601961: Merge "DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"" int...
Andy McFadden
2014-05-09
1
-0
/
+7
|
\
|
*
DO NOT MERGE Add "dumpsys SurfaceFlinger --dispsync"
Andy McFadden
2014-05-09
1
-0
/
+7
*
|
am f3c07d4f: Fix virtual display nesting
Dan Stoza
2014-04-23
1
-1
/
+12
|
\
\
|
|
/
|
*
Fix virtual display nesting
Dan Stoza
2014-04-22
1
-1
/
+12
*
|
am 50ef8562: Merge "GraphicProducerWrapper may return false transact status"
Jesse Hall
2014-03-28
1
-2
/
+2
|
\
\
|
*
|
GraphicProducerWrapper may return false transact status
bdeng3X
2014-03-27
1
-2
/
+2
*
|
|
am 112aa42e: Merge "SurfaceFlinger: fix 64-bit format string warnings"
Greg Hackmann
2014-03-08
1
-6
/
+7
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
SurfaceFlinger: fix 64-bit format string warnings
Greg Hackmann
2014-03-07
1
-6
/
+7
*
|
Allow "opaque" flag to be updated. DO NOT MERGE
Andy McFadden
2014-02-18
1
-3
/
+5
|
/
*
Implement per-display EGLConfig and configless EGLContext
Jesse Hall
2013-12-23
1
-2
/
+4
*
Move EGLConfig selection to RenderEngine
Jesse Hall
2013-12-23
1
-166
/
+4
*
SurfaceFlinger: give SF its own vsync phase
Jamie Gennis
2013-10-15
1
-6
/
+22
*
SurfaceFlinger: Add EventControlThread
Jamie Gennis
2013-10-15
1
-9
/
+21
*
Disable hardware vsync when blanking the screen
Jesse Hall
2013-10-14
1
-6
/
+19
*
Fix blank / partial screenshots
Andy McFadden
2013-10-09
1
-0
/
+21
*
SurfaceFlinger: SW-based vsync events
Jamie Gennis
2013-10-07
1
-14
/
+159
*
Merge "only clear FB when asked for the opaque layer" into klp-dev
Dave Burke
2013-10-02
1
-1
/
+2
|
\
|
*
only clear FB when asked for the opaque layer
Mathias Agopian
2013-10-01
1
-1
/
+2
*
|
Merge "Treat composition frames with no layers as using GLES composition" int...
Jesse Hall
2013-10-02
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Treat composition frames with no layers as using GLES composition
Jesse Hall
2013-09-30
1
-1
/
+1
*
|
Fix two EGLConfig selection bugs
Jesse Hall
2013-09-30
1
-21
/
+18
|
/
*
fix crashers with wifi/virtual displays
Mathias Agopian
2013-09-25
1
-0
/
+6
*
reinstate black-screenshot debugging code
Mathias Agopian
2013-09-19
1
-6
/
+14
*
Fix GLES context version selection
Mathias Agopian
2013-09-18
1
-28
/
+42
*
Stop using default value for Surface producerControlledByApp parameter
Jesse Hall
2013-09-16
1
-1
/
+1
*
color blindness enhancement
Mathias Agopian
2013-09-04
1
-4
/
+33
*
reset the gl viewport at each frame for each display
Mathias Agopian
2013-08-28
1
-2
/
+1
*
make sure SF initialization is ran at target priority and correct thread group
Mathias Agopian
2013-08-23
1
-7
/
+0
*
screenshot layers wouldn't work in some cases
Mathias Agopian
2013-08-21
1
-0
/
+1
*
Merge "Provide HWC prepare with a valid output buffer" into klp-dev
Jesse Hall
2013-08-21
1
-0
/
+4
|
\
|
*
Provide HWC prepare with a valid output buffer
Jesse Hall
2013-08-20
1
-0
/
+4
*
|
SurfaceFlinger now runs in the process's main thread
Mathias Agopian
2013-08-20
1
-18
/
+13
|
/
*
Use new HWC display type/count constants.
Jesse Hall
2013-08-16
1
-11
/
+11
*
SurfaceFlinger now uses GLES 2.x when available
Mathias Agopian
2013-08-13
1
-100
/
+44
*
allow "system" screenshots even when the secure flag is set
Mathias Agopian
2013-08-13
1
-6
/
+12
*
make sure we have a context when creating the 1st surface
Mathias Agopian
2013-08-08
1
-0
/
+4
*
Add ISurfaceComposer::destroyDisplay
Jesse Hall
2013-08-08
1
-0
/
+19
*
remove support for glReadPixels screenshot path
Mathias Agopian
2013-08-06
1
-54
/
+19
*
All consumers now take an IGraphicBufferConsumer instead of a BufferQueue
Mathias Agopian
2013-08-06
1
-5
/
+21
*
SurfaceFlinger: Set the result of binderized screencapture
Mike J. Chen
2013-07-30
1
-0
/
+1
*
get rid of PixelFormatInfo and simplify things
Mathias Agopian
2013-07-25
1
-1
/
+0
*
surfaceflinger: add frame duration logging
Jamie Gennis
2013-07-23
1
-0
/
+22
*
Rewrite VirtualDisplaySurface
Jesse Hall
2013-07-15
1
-0
/
+5
*
fix a bug where surfaceflinger and system_server could deadlock
Mathias Agopian
2013-07-08
1
-10
/
+100
*
Merge "Refactor SF. Move all GL operations in their own class."
Mathias Agopian
2013-07-08
1
-151
/
+43
|
\
|
*
Refactor SF. Move all GL operations in their own class.
Mathias Agopian
2013-07-03
1
-151
/
+43
*
|
Debug code for detecting all black pixels screenshots
Mathias Agopian
2013-07-08
1
-0
/
+36
|
/
*
clean-up SurfaceFlinger a bit
Mathias Agopian
2013-06-06
1
-27
/
+27
*
fix a possible deadlock when removing a layer and destroying a client
Mathias Agopian
2013-06-05
1
-0
/
+6
*
Prevent opaque windows from making framebuffer translucent
Jesse Hall
2013-05-24
1
-0
/
+18
[next]