summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware
Commit message (Expand)AuthorAgeFilesLines
* Added display initialization methodAndy McFadden2012-08-241-1/+1
* teach HWC about multiple displaysMathias Agopian2012-08-232-127/+135
* remove support for HWC < 1.0Mathias Agopian2012-08-232-287/+60
* HWComposer now has its own concept of display IDsMathias Agopian2012-08-232-78/+123
* Update for cleanups in hwc interfaceJesse Hall2012-08-222-18/+35
* Pass the correct number of displays based on HWC versionJesse Hall2012-08-222-8/+10
* reimplement wifi display hack with new external display SF frameworkMathias Agopian2012-08-161-5/+27
* xdpi / ydpi were reported as 0Mathias Agopian2012-08-134-30/+34
* avoid crashing when we don't have an h/w composerMathias Agopian2012-08-101-1/+1
* Add a display parameter to HWComposer where neededMathias Agopian2012-08-102-45/+58
* Changes to support multi-display HWCJesse Hall2012-08-072-66/+154
* surfaceflinger: refactor FrambufferSurfaceJamie Gennis2012-08-063-122/+114
* remove a dependency of DisplayDevice on the refresh rateMathias Agopian2012-08-042-6/+33
* cleanups in preparation of bigger changesMathias Agopian2012-08-024-90/+17
* rename DisplayHardware to DisplayDeviceMathias Agopian2012-08-022-10/+10
* Move eglSwapBuffers out of HWComposerJesse Hall2012-07-302-20/+3
* hopefully fixe a race condition in sf initializationMathias Agopian2012-07-251-11/+6
* split HWComposer out of DisplayHardwareMathias Agopian2012-07-241-3/+8
* SurfaceFlinger cleanupMathias Agopian2012-07-244-42/+15
* factor EGL/GL and surface creation out of DisplayHardwareMathias Agopian2012-07-192-5/+40
* surfaceflinger: call into hardware composer to blank screenColin Cross2012-07-132-1/+26
* Pass fence to HWC on first use of bufferJesse Hall2012-06-302-0/+10
* Return fence from acquireBufferJesse Hall2012-06-301-0/+10
* get rid of GraphicPlaneMathias Agopian2012-06-282-631/+0
* First prototype atttempting to support an external displayMathias Agopian2012-06-282-12/+10
* Transfer HWC release fences to BufferQueueJesse Hall2012-06-213-1/+11
* Merge "Add support for HWC_DEVICE_API_VERSION_1_0"Jesse Hall2012-06-192-33/+169
|\
| * Add support for HWC_DEVICE_API_VERSION_1_0Jesse Hall2012-06-142-33/+169
* | Merge "Implement SurfaceFlinger's ANW on top of BufferQueue"Mathias Agopian2012-06-154-4/+263
|\ \ | |/ |/|
| * Implement SurfaceFlinger's ANW on top of BufferQueueMathias Agopian2012-06-134-4/+263
* | refactor HWComposer to break dependency with the HAL headersMathias Agopian2012-06-142-29/+238
|/
* surfaceflinger: replace early suspend with binder call from PowerManagerColin Cross2012-06-071-78/+0
* don't actuate vsync hint when not neededMathias Agopian2012-04-272-2/+7
* set vsync power hintMathias Agopian2012-04-266-4/+121
* get rid off preserve backbuffer optimization in SFMathias Agopian2012-04-162-7/+0
* make sure to disable VSYNC while screen is offMathias Agopian2012-04-111-0/+3
* rework screen on/off codeMathias Agopian2012-04-102-18/+5
* Added vsync debugging information in dumpsys logMathias Agopian2012-04-102-9/+23
* start VSYNC thread when HWC doesn't handle itMathias Agopian2012-04-091-9/+14
* VSYNC handling cleanupMathias Agopian2012-04-082-50/+64
* Fix SurfaceFlinger crash in HWC::eventControlErik Gilling2012-04-061-1/+1
* SurfaceFlinger now uses the new VSYNC HAL API.Mathias Agopian2012-04-046-177/+174
* Add HWC vsync hook. Currently unused.Mathias Agopian2012-04-032-1/+22
* 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-272-4/+0
* remove libui dependency on libEGLMathias Agopian2012-02-241-1/+23
* fix a crasher when starting SF with the screen offMathias Agopian2012-02-052-9/+10
* fix an issue where SF would spin if /sys/power/wait_for_fb_xxx don't existMathias Agopian2012-02-022-97/+68