summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Layer.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated BufferQueue constructorDan Stoza2014-03-181-3/+3
* Add sideband streams to BufferQueue and related classesJesse Hall2014-03-111-2/+5
* Allow disabling layer rotation during screenshotsDan Stoza2014-02-141-4/+8
* Allow "opaque" flag to be updatedAndy McFadden2014-01-291-2/+5
* Encapsulate textures into their own Texture classMathias Agopian2013-08-161-0/+3
* don't reallocate the mesh each time we use itMathias Agopian2013-08-131-0/+2
* SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-131-20/+4
* All consumers now take an IGraphicBufferConsumer instead of a BufferQueueMathias Agopian2013-08-061-1/+2
* surfaceflinger: add frame duration loggingJamie Gennis2013-07-231-0/+1
* fix SF buffer croppingMathias Agopian2013-07-101-7/+2
* Refactor SF. Move all GL operations in their own class.Mathias Agopian2013-07-031-7/+4
* clean-up SurfaceFlinger a bitMathias Agopian2013-06-061-65/+66
* Add a --color option to dumpsys SurfaceFlingerMathias Agopian2013-04-221-2/+2
* clean-up/simplify all dump() APIsMathias Agopian2013-04-221-3/+3
* latch transparent region hint only when we get a new frameMathias Agopian2013-04-021-1/+5
* get rid of ISurfaceMathias Agopian2013-03-121-21/+8
* Get rid of LayerBase.Mathias Agopian2013-03-051-34/+277
* Make LayerDim a regular Layer instead of a LayerBaseMathias Agopian2013-03-051-1/+1
* fold LayerBaseClient into LayerBaseMathias Agopian2013-03-051-2/+2
* Merge "rework screenshot API and implementation" into jb-mr2-devMathias Agopian2013-03-051-0/+4
|\
| * rework screenshot API and implementationMathias Agopian2013-03-011-0/+4
* | refactor the crop region for hwc is calculated/setMathias Agopian2013-02-281-1/+3
|/
* SurfaceFlinger: add win anim frame time trackingJamie Gennis2013-02-081-1/+1
* Add some comments.Andy McFadden2013-01-111-2/+11
* Refactor SurfaceTexture a bit.Andy McFadden2012-12-111-6/+5
* am a7da0dda: am 98cbec81: am efd614b8: Merge "make transform hint multi-displ...Mathias Agopian2012-11-271-2/+2
|\
| * make transform hint multi-display awareMathias Agopian2012-11-211-2/+2
* | SurfaceFlinger: refactor frame time trackingJamie Gennis2012-11-191-11/+2
* | Change ConsumerBase's FrameAvailableListener to be a weak pointerIgor Murashkin2012-11-051-2/+5
|/
* add support hwc 1.1Mathias Agopian2012-09-171-0/+1
* Fix transform hintsAndy McFadden2012-09-161-1/+4
* Eradicate DisplayID.Mathias Agopian2012-08-271-3/+1
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-051-5/+5
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-6/+8
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-2/+2
* one more step towards multiple display supportMathias Agopian2012-07-101-5/+4
* Only set acquire fences on overlay layersJesse Hall2012-07-021-0/+1
* Pass fence to HWC on first use of bufferJesse Hall2012-06-301-0/+1
* get rid of GraphicPlaneMathias Agopian2012-06-281-4/+2
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-211-1/+1
* refactor HWComposer to break dependency with the HAL headersMathias Agopian2012-06-141-2/+2
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-111-0/+1
* SurfaceFlinger: tell SurfaceTex about filteringJamie Gennis2012-05-091-1/+0
* SurfaceTexture: Fully refactored from BufferQueueDaniel Lam2012-03-131-1/+2
* fix libgui header locationMathias Agopian2012-02-271-2/+4
* fix an issue in SF where we could miss some updatesMathias Agopian2012-02-231-1/+1
* separate transactions from updatesMathias Agopian2012-02-011-0/+4
* added a few more commands to SF's dumpsysMathias Agopian2012-01-281-0/+1
* improve SurfaceFlinger dumpsysMathias Agopian2012-01-241-4/+10
* hack up frame latency measurementJamie Gennis2012-01-241-0/+5