summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added vsync debugging information in dumpsys logMathias Agopian2012-04-104-18/+52
* start VSYNC thread when HWC doesn't handle itMathias Agopian2012-04-091-9/+14
* VSYNC handling cleanupMathias Agopian2012-04-083-52/+64
* avoid turning vsync off/on at each frameMathias Agopian2012-04-081-10/+24
* Fix SurfaceFlinger crash in HWC::eventControlErik Gilling2012-04-061-1/+1
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-049-236/+250
* Merge "Add HWC vsync hook. Currently unused."Mathias Agopian2012-04-032-1/+22
|\
| * Add HWC vsync hook. Currently unused.Mathias Agopian2012-04-032-1/+22
* | refactor / simplify EventThreadMathias Agopian2012-04-037-213/+101
|/
* use a socketpair instead of a pipe in BitTubeMathias Agopian2012-04-021-3/+3
* Merge "better workaround for bug: 6020860"Mathias Agopian2012-03-291-6/+17
|\
| * better workaround for bug: 6020860Mathias Agopian2012-03-291-6/+17
* | Move services/powermanager from frameworks/base to frameworks/nativeColin Cross2012-03-282-0/+86
|/
* remove libandroid.so from targets that don't need itColin Cross2012-03-271-1/+0