summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/LayerBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Forward-port surface dithering from CM10Steven Luo2013-04-061-0/+7
* Reset compositionType to HWC_FRAMEBUFFER before calling prepare()Mathias Agopian2012-11-141-0/+1
* Stop using transparent region for computing visible regionsJesse Hall2012-09-261-0/+6
* fix Layer croping in SurfaceFlingerMathias Agopian2012-09-241-12/+11
* calculate wether we filter on a per-display basisMathias Agopian2012-09-201-0/+4
* add support hwc 1.1Mathias Agopian2012-09-171-0/+5
* fix typo in LayerBase::dump()Mathias Agopian2012-09-111-1/+1
* fix a problem where all hwc layers would have the SKIP flags setMathias Agopian2012-09-051-1/+0
* the visible region sent to HWC was garbageMathias Agopian2012-08-311-1/+12
* Eradicate DisplayID.Mathias Agopian2012-08-271-4/+4
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-2/+2
* libgui includes refactoringMathias Agopian2012-08-101-3/+3
* turn DisplayDevice into a reference-counted objectMathias Agopian2012-08-051-15/+15
* don't filter when capturing a screenshot unless neededMathias Agopian2012-08-021-3/+1
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-3/+5
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-8/+8
* add a layerStack attribute to Layers.Mathias Agopian2012-07-241-0/+10
* SurfaceFlinger cleanupMathias Agopian2012-07-241-1/+10
* one more step towards multiple display supportMathias Agopian2012-07-101-57/+50
* Only set acquire fences on overlay layersJesse Hall2012-07-021-0/+4
* get rid of GraphicPlaneMathias Agopian2012-06-281-28/+11
* split-up Client.h out of SurfaceFlinger.hMathias Agopian2012-06-181-0/+1
* refactor HWComposer to break dependency with the HAL headersMathias Agopian2012-06-141-28/+14
* improve resize transactionsMathias Agopian2012-05-231-3/+5
* Fix "Battery/Status/Clock status bar area flickers when dragging down"Mathias Agopian2012-05-161-9/+7
* minor refactoring in praparation of crop fixMathias Agopian2012-05-161-30/+31
* SurfaceFlinger: add a crop to the layer stateJamie Gennis2012-05-111-15/+39
* don't attempt to clip layers anymore using glScissorMathias Agopian2012-04-161-42/+5
* get rid off preserve backbuffer optimization in SFMathias Agopian2012-04-161-9/+1
* improve SF dumpsysMathias Agopian2012-02-051-2/+7
* separate transactions from updatesMathias Agopian2012-02-011-16/+3
* added a few more commands to SF's dumpsysMathias Agopian2012-01-281-4/+5
* improve SurfaceFlinger dumpsysMathias Agopian2012-01-241-0/+6
* Use the standard CC_LIKELY and CC_UNLIKELY macrosGlenn Kasten2012-01-051-2/+2
* Make sure set GL state properlyMathias Agopian2011-10-181-12/+2
* SurfaceFlinger: fix the transform hintJamie Gennis2011-09-241-0/+2
* Fix another problem with refreshing the screen when switching to/from overlayMathias Agopian2011-09-091-1/+1
* Improve SF dumpsys output wrt HWCMathias Agopian2011-09-091-4/+3
* Fix an issue is SF that caused drawing artifacts when hwc changed modeMathias Agopian2011-09-081-0/+8
* Merge "fix Surface positions are not floats"Mathias Agopian2011-08-301-6/+3
|\
| * fix Surface positions are not floatsMathias Agopian2011-08-301-6/+3
* | fix display artifacts in preview screen in timelapse video modeMathias Agopian2011-08-301-4/+5
|/
* give the proper orientation to the h/w composer HALMathias Agopian2011-08-181-0/+1
* SurfaceTexture: fix queues-to-composerJamie Gennis2011-08-171-0/+4
* update HWC data structures even when a layer is marked for SKIPMathias Agopian2011-08-021-2/+36
* fix screen on/off animation (again)Mathias Agopian2011-07-081-1/+6
* unify SurfaceTexture and SurfaceMathias Agopian2011-06-131-156/+52
* Fix a race that could cause GL commands to be executed from the wrong thread.Mathias Agopian2011-05-191-4/+1
* fix a surface leak in SurfaceFlingerMathias Agopian2011-02-161-7/+10
* Reset ANativeWindow crop on buffer geometry changes.Jamie Gennis2011-01-281-5/+3