summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger
Commit message (Expand)AuthorAgeFilesLines
* screen-off animation won't be handled by SF anymoreMathias Agopian2012-08-032-481/+0
* We now have a real list of displays.Mathias Agopian2012-08-024-62/+157
* don't filter when capturing a screenshot unless neededMathias Agopian2012-08-023-10/+11
* cleanups in preparation of bigger changesMathias Agopian2012-08-0214-186/+151
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-0217-127/+124
* Layers are now sorted by layer-stack first, then by z-orderMathias Agopian2012-08-021-5/+21
* getting closer to final main composition loopMathias Agopian2012-08-025-120/+107
* get rid of global regions that should be tracked per displayMathias Agopian2012-08-024-156/+144
* Move eglSwapBuffers out of HWComposerJesse Hall2012-07-304-29/+11
* get rid of the shared-memory control blockMathias Agopian2012-07-255-47/+33
* hopefully fixe a race condition in sf initializationMathias Agopian2012-07-252-15/+10
* split HWComposer out of DisplayHardwareMathias Agopian2012-07-248-115/+92
* get rid of ro.sf.hwrotation, it's not used anymoreMathias Agopian2012-07-243-67/+23
* add a layerStack attribute to Layers.Mathias Agopian2012-07-243-1/+17
* update SF binder protocol to support setting display attributesMathias Agopian2012-07-242-4/+17
* SurfaceFlinger cleanupMathias Agopian2012-07-2414-431/+418
* Increment iterator on early-out tooJesse Hall2012-07-231-0/+1
* Handle empty HWC layer list when composingJesse Hall2012-07-201-2/+5
* factor EGL/GL and surface creation out of DisplayHardwareMathias Agopian2012-07-198-297/+351
* mVisibleLayersSortedByZ is now maintained per displayMathias Agopian2012-07-194-56/+92
* Merge "surfaceflinger: call into hardware composer to blank screen"Colin Cross2012-07-163-1/+29
|\
| * surfaceflinger: call into hardware composer to blank screenColin Cross2012-07-133-1/+29
* | one more step towards multiple display supportMathias Agopian2012-07-1010-314/+335
|/
* Only set acquire fences on overlay layersJesse Hall2012-07-025-7/+26
* Pass fence to HWC on first use of bufferJesse Hall2012-06-304-0/+36
* Return fence from acquireBufferJesse Hall2012-06-301-0/+10
* get rid of GraphicPlaneMathias Agopian2012-06-2815-335/+225
* First prototype atttempting to support an external displayMathias Agopian2012-06-284-13/+92
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-217-6/+29
* am 8aaf3e47: am a67e418e: Exit boot animation cleanly.Mathias Agopian2012-06-202-3/+13
|\
| * Exit boot animation cleanly.Mathias Agopian2012-06-192-3/+13
* | Merge "Add support for HWC_DEVICE_API_VERSION_1_0"Jesse Hall2012-06-192-33/+169
|\ \
| * | Add support for HWC_DEVICE_API_VERSION_1_0Jesse Hall2012-06-142-33/+169
* | | fix typo in makefile LOCAL_CFLAGS was spelled LOCAL_CLFAGSMathias Agopian2012-06-182-6/+8
* | | split-up Client.h out of SurfaceFlinger.hMathias Agopian2012-06-186-158/+241
* | | am bbdad819: am 7c24b1d4: Merge "SF could get stuck waiting for vsync when tu...Jeff Brown2012-06-181-12/+13
|\ \ \ | | |/ | |/|
| * | SF could get stuck waiting for vsync when turning the screen offMathias Agopian2012-06-151-12/+13
* | | Merge "Implement SurfaceFlinger's ANW on top of BufferQueue"Mathias Agopian2012-06-155-4/+264
|\ \ \ | |_|/ |/| |
| * | Implement SurfaceFlinger's ANW on top of BufferQueueMathias Agopian2012-06-135-4/+264
* | | refactor HWComposer to break dependency with the HAL headersMathias Agopian2012-06-147-100/+286
|/ /
* | Merge "surfaceflinger: replace early suspend with binder call from PowerManager"Colin Cross2012-06-083-84/+8
|\ \ | |/ |/|
| * surfaceflinger: replace early suspend with binder call from PowerManagerColin Cross2012-06-073-84/+8
* | sometimes we would incorrectly scale the content of a surfaceMathias Agopian2012-06-071-6/+19
|/
* Merge "SurfaceFlinger: remove all GLES scissor calls." into jb-devJamie Gennis2012-06-061-12/+0
|\
| * SurfaceFlinger: remove all GLES scissor calls.Jamie Gennis2012-06-051-12/+0
* | sometimes SF would not process a surface resizeMathias Agopian2012-06-041-3/+4
|/
* Fix a crasher is surfaceflinger.Mathias Agopian2012-05-291-5/+7
* add the ability to reject buffers in SurfaceTexture::updateTexImageMathias Agopian2012-05-231-67/+95
* refactoring in preparation for bug:6498869 fixMathias Agopian2012-05-231-42/+47
* improve resize transactionsMathias Agopian2012-05-233-8/+10