summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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.android-cts-4.1_r1Mathias 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
* Improve debug logs and minor clean-upMathias Agopian2012-05-231-25/+52
* we need to wait for vsync when doing the screen-off animationMathias Agopian2012-05-181-0/+48
* Fix "Battery/Status/Clock status bar area flickers when dragging down"Mathias Agopian2012-05-163-25/+37
* minor refactoring in praparation of crop fixMathias Agopian2012-05-163-63/+67
* SurfaceFlinger: recompute visible regions lessJamie Gennis2012-05-141-2/+0
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-115-73/+91
* SurfaceFlinger: recompute visible regions moreJamie Gennis2012-05-101-0/+2
* SurfaceFlinger: SCALING_MODE_FREEZE cropping supportJamie Gennis2012-05-092-2/+43
* SurfaceFlinger: tell SurfaceTex about filteringJamie Gennis2012-05-092-11/+11
* don't actuate vsync hint when not neededMathias Agopian2012-04-272-2/+7
* set vsync power hintMathias Agopian2012-04-268-6/+124
* update the binder protocol for connect to match that of queueBufferMathias Agopian2012-04-232-6/+3
* remove SurfaceTexture::connect()Mathias Agopian2012-04-231-4/+1
* triple buffering is now controled by BoardConfig and enabled by defaultMathias Agopian2012-04-232-10/+10
* SF needs to render even if we don't have a h/w composerMathias Agopian2012-04-181-2/+2
* make sure to clear the framebuffer when using overlaysMathias Agopian2012-04-182-40/+22
* Merge "don't attempt to clip layers anymore using glScissor"Mathias Agopian2012-04-165-106/+44
|\
| * don't attempt to clip layers anymore using glScissorMathias Agopian2012-04-165-106/+44
* | Merge "get rid off preserve backbuffer optimization in SF"Mathias Agopian2012-04-167-143/+36
|\ \ | |/
| * get rid off preserve backbuffer optimization in SFMathias Agopian2012-04-167-143/+36
* | Merge "s/w rendered apps can now use n-buffering (n>2)"Mathias Agopian2012-04-161-4/+0
|\ \ | |/ |/|
| * s/w rendered apps can now use n-buffering (n>2)Mathias Agopian2012-04-131-4/+0
* | make sure to repaint the screen when screen turns onMathias Agopian2012-04-131-2/+1
|/
* don't wake-up eventthread every 16ms if there are no vsync requestsMathias Agopian2012-04-121-1/+1
* Revert "handle surfaces posts independently from composition"Mathias Agopian2012-04-112-7/+13
* handle surfaces posts independently from compositionMathias Agopian2012-04-112-13/+7
* make sure to disable VSYNC while screen is offMathias Agopian2012-04-114-22/+57
* rework screen on/off codeMathias Agopian2012-04-104-66/+63