summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Android.mk
Commit message (Expand)AuthorAgeFilesLines
...
* SurfaceFlinger: SW-based vsync eventsJamie Gennis2013-10-071-0/+18
* color blindness enhancementMathias Agopian2013-09-041-0/+1
* make sure SF initialization is ran at target priority and correct thread groupMathias Agopian2013-08-231-0/+1
* SurfaceFlinger now runs in the process's main threadMathias Agopian2013-08-201-0/+3
* Encapsulate textures into their own Texture classMathias Agopian2013-08-161-0/+1
* SurfaceFlinger now uses GLES 2.x when availableMathias Agopian2013-08-131-1/+7
* move services executables sources in their respective src folderMathias Agopian2013-07-221-0/+16
* BufferQueue improvements and APIs changesMathias Agopian2013-07-181-1/+0
* Refactor SF. Move all GL operations in their own class.Mathias Agopian2013-07-031-2/+6
* Basic binary event-log helpersMathias Agopian2013-06-051-0/+2
* make all libsurfaceflinger and libsensorservice symbols's visibility hiddenMathias Agopian2013-05-091-0/+2
* Remove experimental HWC virtual display supportJesse Hall2013-05-071-1/+0
* Add liblogYing Wang2013-04-091-0/+2
* Add BufferQueueInterposer and use it for virtual displaysJesse Hall2013-03-181-0/+1
* Add DisplaySurface abstractionJesse Hall2013-03-181-16/+16
* Get rid of LayerBase.Mathias Agopian2013-03-051-1/+0
* Remove support for ScreenshotLayerMathias Agopian2013-03-051-1/+0
* SurfaceFlinger: Move GraphicBufferAlloc to libguiJamie Gennis2012-12-111-1/+0
* Refactor SurfaceTexture a bit.Andy McFadden2012-12-111-0/+1
* SurfaceFlinger: refactor frame time trackingJamie Gennis2012-11-191-0/+1
* SurfaceFlinger: make the num FBs a board configJamie Gennis2012-10-121-0/+4
* fix SurfaceFlinger DDMS debuggingMathias Agopian2012-10-071-1/+2
* GraphicBufferAlloc class was declared twiceMathias Agopian2012-09-201-0/+1
* add libsurfaceflinger_ddmconnection for PDK buildKeun young Park2012-08-311-0/+16
* break SF dependencies on libdvm and libandroid_runtimeMathias Agopian2012-08-041-7/+2
* cleanups in preparation of bigger changesMathias Agopian2012-08-021-1/+0
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-021-2/+2
* get rid of GraphicPlaneMathias Agopian2012-06-281-1/+1
* fix typo in makefile LOCAL_CFLAGS was spelled LOCAL_CLFAGSMathias Agopian2012-06-181-6/+6
* split-up Client.h out of SurfaceFlinger.hMathias Agopian2012-06-181-0/+1
* Implement SurfaceFlinger's ANW on top of BufferQueueMathias Agopian2012-06-131-0/+1
* set vsync power hintMathias Agopian2012-04-261-0/+1
* triple buffering is now controled by BoardConfig and enabled by defaultMathias Agopian2012-04-231-6/+6
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-041-1/+0
* refactor / simplify EventThreadMathias Agopian2012-04-031-1/+0
* surfaceflinger: disable ddms debugging on pdk buildsColin Cross2012-03-231-2/+5
* fixup include pathsMathias Agopian2012-03-051-5/+0
* ui freeze workaround: reenable triple buffering modeMathias Agopian2012-02-051-0/+1
* separate transactions from updatesMathias Agopian2012-02-011-1/+0
* Nexus S now reports the proper frame-rateMathias Agopian2012-01-301-1/+0
* SF now synchronizes to VSYNCMathias Agopian2012-01-301-1/+5
* Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-12/+15
* Fix build.Mathias Agopian2011-11-291-15/+12
* Merge changes If4126023,Iacda2386,I1eb691f7,Ib56139f8Mathias Agopian2011-11-291-12/+15
|\
| * Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-12/+15
* | temporarily hardcode Nexus S refresh rateMathias Agopian2011-11-231-0/+1
|/
* remove hack that hardcoded the refresh rateMathias Agopian2011-11-161-4/+0
* Back to 59fpsDave Burke2011-11-091-1/+1
* workaround to set the WM refresh rate to 48 Hz for tuna devices onlyMathias Agopian2011-11-041-0/+4
* Add a LayerScreenshotMathias Agopian2011-10-181-0/+1