summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/DisplayHardware.cpp
Commit message (Expand)AuthorAgeFilesLines
* get rid of GraphicPlaneMathias Agopian2012-06-281-478/+0
* First prototype atttempting to support an external displayMathias Agopian2012-06-281-12/+9
* Implement SurfaceFlinger's ANW on top of BufferQueueMathias Agopian2012-06-131-2/+2
* set vsync power hintMathias Agopian2012-04-261-0/+7
* get rid off preserve backbuffer optimization in SFMathias Agopian2012-04-161-6/+0
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-041-35/+24
* rewrite density calculation code so it's understandableMathias Agopian2012-03-221-31/+43
* displayhardware: fix not obeying ro.sf.lcd_density when specifiedDima Zavin2012-03-211-6/+12
* surfaceflinger: use display dpi if not forced with ro.sf.lcd_nensityDima Zavin2012-03-141-3/+9
* fix libgui header locationMathias Agopian2012-02-271-2/+0
* remove libui dependency on libEGLMathias Agopian2012-02-241-1/+23
* improve SurfaceFlinger dumpsysMathias Agopian2012-01-241-1/+14
* remove dead/usnused codeMathias Agopian2012-01-111-4/+0
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-5/+5
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-2/+2
* Rename (IF_)LOGI(_IF) to (IF_)ALOGI(_IF) DO NOT MERGESteve Block2012-01-041-16/+16
* Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-0/+34
* Fix build.Mathias Agopian2011-11-291-34/+0
* Add support for sending VSYNC events to the frameworkMathias Agopian2011-11-291-0/+34
* rework a bit how we manage EGL extensionsMathias Agopian2011-11-141-16/+0
* workaround to set the WM refresh rate to 48 Hz for tuna devices onlyMathias Agopian2011-11-041-0/+11
* Add a h/w composer API to allow the HAL to trigger a redrawMathias Agopian2011-08-011-2/+3
* Fix EGLUtils::selectConfigForPixelFormat()Mathias Agopian2011-07-081-6/+39
* don't kill surfaceflinger when system process diesMathias Agopian2011-07-011-0/+5
* fix memory corruption when retriving GL_MAX_VIEWPORT_DIMSMathias Agopian2011-04-181-3/+7
* remove support for PUSH_BUFFER surfaces and overlaysMathias Agopian2010-12-081-8/+0
* surfaceflinger: add support for gralloc dump hooksErik Gilling2010-12-081-0/+5
* am fb31036f: am 583fefc8: Merge "Use the context_priority extension when pres...Mathias Agopian2010-10-211-2/+12
|\
| * Use the context_priority extension when present.Mathias Agopian2010-10-111-2/+12
* | resolved conflicts for merge of 48a86240 to masterMathias Agopian2010-09-151-0/+4
|\ \ | |/
| * Add logging of various important graphics eventsMathias Agopian2010-09-131-0/+4
| * revert hwcomposer HAL changes. DO NOT MERGE.Mathias Agopian2010-08-171-19/+3
* | surfaceflinger: give hwcomposer a chance to release buffersAntti Hatala2010-09-091-0/+3
|/
* call into hwcomposer HAL when presentMathias Agopian2010-08-111-3/+19
* move native services under services/Mathias Agopian2010-07-141-0/+336