summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/LayerBase.cpp
AgeCommit message (Expand)Author
2012-12-18Rename ISurfaceTexture and SurfaceTexture Andy McFadden
2012-11-14Reset compositionType to HWC_FRAMEBUFFER before calling prepare() Mathias Agopian
2012-09-26Stop using transparent region for computing visible regions Jesse Hall
2012-09-24fix Layer croping in SurfaceFlinger Mathias Agopian
2012-09-20calculate wether we filter on a per-display basis Mathias Agopian
2012-09-17add support hwc 1.1 Mathias Agopian
2012-09-11fix typo in LayerBase::dump() Mathias Agopian
2012-09-05fix a problem where all hwc layers would have the SKIP flags set Mathias Agopian
2012-08-31the visible region sent to HWC was garbage Mathias Agopian
2012-08-27Eradicate DisplayID. Mathias Agopian
2012-08-16reimplement wifi display hack with new external display SF framework Mathias Agopian
2012-08-10libgui includes refactoring Mathias Agopian
2012-08-05turn DisplayDevice into a reference-counted object Mathias Agopian
2012-08-02don't filter when capturing a screenshot unless needed Mathias Agopian
2012-08-02cleanups in preparation of bigger changes Mathias Agopian
2012-08-02rename DisplayHardware to DisplayDevice Mathias Agopian
2012-07-24add a layerStack attribute to Layers. Mathias Agopian
2012-07-24SurfaceFlinger cleanup Mathias Agopian
2012-07-10one more step towards multiple display support Mathias Agopian
2012-07-02Only set acquire fences on overlay layers Jesse Hall
2012-06-28get rid of GraphicPlane Mathias Agopian
2012-06-18split-up Client.h out of SurfaceFlinger.h Mathias Agopian
2012-06-14refactor HWComposer to break dependency with the HAL headers Mathias Agopian
2012-05-23improve resize transactions Mathias Agopian
2012-05-16Fix "Battery/Status/Clock status bar area flickers when dragging down" Mathias Agopian
2012-05-16minor refactoring in praparation of crop fix Mathias Agopian
2012-05-11SurfaceFlinger: add a crop to the layer state Jamie Gennis
2012-04-16don't attempt to clip layers anymore using glScissor Mathias Agopian
2012-04-16get rid off preserve backbuffer optimization in SF Mathias Agopian
2012-02-05improve SF dumpsys Mathias Agopian
2012-02-01separate transactions from updates Mathias Agopian
2012-01-28added a few more commands to SF's dumpsys Mathias Agopian
2012-01-24improve SurfaceFlinger dumpsys Mathias Agopian
2012-01-05Use the standard CC_LIKELY and CC_UNLIKELY macros Glenn Kasten
2011-10-18Make sure set GL state properly Mathias Agopian
2011-09-24SurfaceFlinger: fix the transform hint Jamie Gennis
2011-09-09Fix another problem with refreshing the screen when switching to/from overlay Mathias Agopian
2011-09-09Improve SF dumpsys output wrt HWC Mathias Agopian
2011-09-08Fix an issue is SF that caused drawing artifacts when hwc changed mode Mathias Agopian
2011-08-30Merge "fix Surface positions are not floats" Mathias Agopian
2011-08-30fix Surface positions are not floats Mathias Agopian
2011-08-30fix display artifacts in preview screen in timelapse video mode Mathias Agopian
2011-08-18give the proper orientation to the h/w composer HAL Mathias Agopian
2011-08-17SurfaceTexture: fix queues-to-composer Jamie Gennis
2011-08-02update HWC data structures even when a layer is marked for SKIP Mathias Agopian
2011-07-08fix screen on/off animation (again) Mathias Agopian
2011-06-13unify SurfaceTexture and Surface Mathias Agopian
2011-05-19Fix a race that could cause GL commands to be executed from the wrong thread. Mathias Agopian
2011-02-16fix a surface leak in SurfaceFlinger Mathias Agopian
2011-01-28Reset ANativeWindow crop on buffer geometry changes. Jamie Gennis