summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/SurfaceFlinger.cpp
Commit message (Expand)AuthorAgeFilesLines
* allow dumpsys SurfaceFlinger in user builds from the shell userMathias Agopian2013-04-181-4/+7
* Merge "DO NOT MERGE Make sure surfaces always have latest orientation info" i...Chet Haase2013-04-121-5/+10
|\
| * DO NOT MERGE Make sure surfaces always have latest orientation infoChet Haase2013-04-111-5/+10
* | Improve screenshot performance on some devices (DO NOT MERGE)Mathias Agopian2013-04-111-120/+125
* | fix another bug where screenshots could end-up all blackMathias Agopian2013-04-101-0/+10
|/
* Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-051-1/+8
* Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-devJesse Hall2013-04-041-6/+15
|\
| * Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-271-6/+15
* | latch transparent region hint only when we get a new frameMathias Agopian2013-04-021-2/+2
* | don't use compile-time configuration of libgui as much as possibleMathias Agopian2013-03-291-9/+16
|/
* Fix virtual displays for HWC<=1.1Jesse Hall2013-03-221-4/+6
* Fix dump when virtual display existsJesse Hall2013-03-221-2/+14
* make sure screenshot are in a format supported by Bitmap.javaMathias Agopian2013-03-221-7/+31
* fix a typo that broke all screenshotsMathias Agopian2013-03-211-1/+1
* only use glReadPixels() when needed when taking screenshotsMathias Agopian2013-03-211-4/+8
* rework how we take screenshots for a CPU consumerMathias Agopian2013-03-191-95/+80
* Merge changes I61ae54f3,I57cb668e,I7a3f1e1a,Id28a2f9b into jb-mr2-devJesse Hall2013-03-191-21/+19
|\
| * Add DisplaySurface abstractionJesse Hall2013-03-181-19/+15
| * Minor cleanups/fixes before virtual display refactoringJesse Hall2013-03-181-2/+4
* | don't allow screenshots without the READ_FRAMEBUFFER permissionMathias Agopian2013-03-151-0/+2
* | Merge "get rid of purgatory and fix QueuesToWindowComposer query" into jb-mr2...Mathias Agopian2013-03-161-101/+16
|\ \
| * | get rid of purgatory and fix QueuesToWindowComposer queryMathias Agopian2013-03-141-101/+16
| |/
* | don't capture hidden layers in screenshotsMathias Agopian2013-03-151-3/+5
|/
* size IMemoryHeap properly for screenshotsMathias Agopian2013-03-131-1/+1
* get rid of ISurfaceMathias Agopian2013-03-121-40/+44
* Fix missing recents screenshotsMathias Agopian2013-03-111-6/+8
* make sure to call compositionComplete after taking a screenshotMathias Agopian2013-03-081-0/+3
* workaround to fix screenshot leak on N4Mathias Agopian2013-03-061-0/+3
* Merge changes I66511c08,Ia051949f,Ic7451365,I5b571a4c into jb-mr2-devMathias Agopian2013-03-071-73/+53
|\
| * Get rid of LayerBase.Mathias Agopian2013-03-051-43/+43
| * fold LayerBaseClient into LayerBaseMathias Agopian2013-03-051-22/+16
| * Remove support for ScreenshotLayerMathias Agopian2013-03-051-14/+0
* | Return NO_MEMORY when glReadPixels() fails.Jeff Sharkey2013-03-051-0/+2
|/
* Merge "rework screenshot API and implementation" into jb-mr2-devMathias Agopian2013-03-051-156/+177
|\
| * rework screenshot API and implementationMathias Agopian2013-03-011-156/+177
* | Merge "Init displays to null layer stack" into jb-mr2-devJesse Hall2013-03-051-4/+6
|\ \
| * | Init displays to null layer stackJesse Hall2013-02-281-4/+6
| |/
* | set correct crop rectangle in LayerBase::setCropMathias Agopian2013-02-281-1/+1
|/
* Initialize DisplayData fences to NO_FENCE, not NULLJesse Hall2013-02-271-1/+1
* Refactoring: Rename SurfaceTextureClient to SurfaceMathias Agopian2013-02-141-5/+5
* get rid of Surface identity and tokenMathias Agopian2013-02-131-11/+7
* SurfaceFlinger: add win anim frame time trackingJamie Gennis2013-02-081-11/+38
* Merge "Add some comments."Andy McFadden2013-01-111-1/+6
|\
| * Add some comments.Andy McFadden2013-01-111-1/+6
* | Reduce C++11 warningsAndy McFadden2013-01-111-8/+8
|/
* Rename ISurfaceTexture and SurfaceTextureAndy McFadden2012-12-181-5/+5
* SurfaceFlinger: Move GraphicBufferAlloc to libguiJamie Gennis2012-12-111-1/+1
* am a7da0dda: am 98cbec81: am efd614b8: Merge "make transform hint multi-displ...Mathias Agopian2012-11-271-13/+56
|\
| * am 98cbec81: am efd614b8: Merge "make transform hint multi-display aware" int...Mathias Agopian2012-11-271-13/+56
| |\
| | * make transform hint multi-display awareMathias Agopian2012-11-211-13/+56