summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Layer.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix RefBase so it retains binary-compatibility with gingerbreadMathias Agopian2011-06-131-2/+4
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-698/+168
* Merge "Fix a race that could cause GL commands to be executed from the wrong ...Mathias Agopian2011-05-191-12/+4
|\
| * Fix a race that could cause GL commands to be executed from the wrong thread.Mathias Agopian2011-05-191-12/+4
* | SurfaceFlinger: unfreeze windows for fixed size buffers.Jamie Gennis2011-05-161-2/+3
|/
* am ba5aebd1: am ac505b86: am f0556bb9: am 86d1d747: Merge "Add lock before ca...Conley Owens2011-04-271-2/+10
|\
| * am ac505b86: am f0556bb9: am 86d1d747: Merge "Add lock before calling initEgl...Conley Owens2011-04-271-2/+10
| |\
| | * Add lock before calling initEglImageKobi Cohen Arazi2011-04-151-2/+10
| | * fix [3361121] hang in glClear() - device unresponsive, OTA fails (DO NOT MERGE)Mathias Agopian2011-01-251-16/+0
| | * [317580] fix issue where the screen wouldn't be rotated properly in bypass modeMathias Agopian2010-12-071-0/+12
| | * [3171580] SurfaceFlinger Bypass mode. (DO NOT MERGE)Mathias Agopian2010-12-031-8/+85
* | | am bd340c7b: am b368f4d8: am 38caff23: Merge "SurfaceFlinger: Fix a typo." in...Jamie Gennis2011-03-181-1/+1
|\ \ \ | |/ /
| * | SurfaceFlinger: Fix a typo.Jamie Gennis2011-03-181-1/+1
* | | am e22aa623: am 25594e19: am f40e638e: fix [4093196] Device lock up - log spa...Mathias Agopian2011-03-171-5/+7
|\ \ \ | |/ /
| * | fix [4093196] Device lock up - log spam with SharedBufferStack: waitForCondit...Mathias Agopian2011-03-171-5/+7
* | | Fix initialization order warning.Mathias Agopian2011-03-111-1/+2
* | | Merge "Default to NONE format in Layer"Eric Hassold2011-03-111-1/+2
|\ \ \ | |/ / |/| |
| * | Default to NONE format in LayerEric Hassold2011-03-111-1/+2
* | | SurfaceFlinger: Respect the PROTECTED gralloc bit.Jamie Gennis2011-03-101-3/+7
|/ /
* | Merge "Correctly handle translucency of device-specific pixel formats"Eric Hassold2011-02-231-0/+48
|\ \
| * | Correctly handle translucency of device-specific pixel formatsEric Hassold2011-02-151-0/+48
* | | fix a surface leak in SurfaceFlingerMathias Agopian2011-02-161-5/+2
|/ /
* | am 8d778b37: am 231da079: Merge "fix [3389263] OMX.Nvidia.h264.decode fails t...Mathias Agopian2011-01-281-2/+1
|\ \
| * | fix [3389263] OMX.Nvidia.h264.decode fails to shutdownMathias Agopian2011-01-281-2/+1
* | | Protected surface APIGlenn Kasten2011-01-281-0/+8
|/ /
* | clean-up unneeded codeMathias Agopian2011-01-201-16/+0
* | Fix a problem where hwc and GL composition could show a different bufferMathias Agopian2010-12-141-18/+14
* | fix [3223749] media server crashes when switching mode from video capture to ...Mathias Agopian2010-12-141-3/+16
* | fix [3176642] Camera preview turns completely black for multiple toggles betw...Mathias Agopian2010-12-131-1/+21
* | [3211070] camera preview image is rendered offset from the UI overlay frameMathias Agopian2010-12-081-5/+12
* | fix [3260137] Sometimes front-facing camera mirroring is wrongMathias Agopian2010-12-081-1/+2
* | resolved conflicts for merge of a0f011ff to masterMathias Agopian2010-12-071-12/+10
|\ \ | |/
| * [3171580] Fix two typos related to fixed-size buffersMathias Agopian2010-12-031-12/+11
* | am 48f42f8c: am 4153bf3a: Merge "[3171580] don\'t automatically log GraphicBu...Mathias Agopian2010-12-071-0/+1
|\ \ | |/
| * [3171580] don't automatically log GraphicBuffer allocation failuresMathias Agopian2010-12-031-0/+1
| * refactored screenshot codeMathias Agopian2010-10-041-0/+11
* | Remove const_cast to layer handleLouis Huemiller2010-12-011-1/+1
* | Implement reducing the buffer count of a Surface.Jamie Gennis2010-11-111-3/+48
* | Always create OpenGL accelerated windows in RGBA 8888.Romain Guy2010-10-121-1/+2
* | refactored screenshot codeMathias Agopian2010-09-291-0/+11
* | fix [3018216] UI shrinks / stretches while using apps with IMEMathias Agopian2010-09-211-1/+2
* | Fix a SurfaceFlinger bug.Jamie Gennis2010-09-171-0/+1
* | am 6d4346ce: am 4cffbb47: Merge "fix [2946787] Screen flicker on low resoluti...Mathias Agopian2010-08-251-11/+21
|\ \ | |/
| * fix [2946787] Screen flicker on low resolution setting in camcorder.Mathias Agopian2010-08-251-11/+21
* | am 46820412: am 8eb16af2: Merge "don\'t try to lock a buffer that wasn\'t all...Mathias Agopian2010-08-251-6/+10
|\ \ | |/
| * don't try to lock a buffer that wasn't allocated with SW usage bitsMathias Agopian2010-08-251-6/+10
* | am bc4389ed: am 8395b462: Merge "fix [2931513] Add support for setting the or...Mathias Agopian2010-08-241-1/+8
|\ \ | |/
| * fix [2931513] Add support for setting the orientation of an ANativeWindowMathias Agopian2010-08-241-1/+8
| * revert hwcomposer HAL changes. DO NOT MERGE.Mathias Agopian2010-08-171-57/+0
|/
* call into hwcomposer HAL when presentMathias Agopian2010-08-111-0/+57