summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/DisplayHardware/HWComposer.cpp
Commit message (Expand)AuthorAgeFilesLines
* surfaceflinger: Use landscape resolution for default dpiJesse Hall2014-09-281-5/+13
* surfaceflinger: Trace HW vsync enableJesse Hall2014-08-251-0/+4
* Merge "Update currentConfig variable when active display is changed." into lm...Michael Lentine2014-08-221-0/+2
|\
| * Update currentConfig variable when active display is changed.Michael Lentine2014-08-211-0/+2
* | sf: Clear display configs when hot pluggable display is disconnectedNaseer Ahmed2014-08-201-0/+3
|/
* Change output format to not throw warning on volantis.Michael Lentine2014-08-071-1/+1
* Build fix for printf with int64 and size_tMichael Lentine2014-07-301-2/+2
* Modified SurfaceFlinger to implment setActiveConfig and getActiveConfig.Michael Lentine2014-07-291-0/+10
* Turn on support for async cursor update in surfaceflinger.Riley Andrews2014-07-281-0/+25
* surfaceflinger: Replace blank/unblank with setPowerModePrashant Malani2014-06-051-11/+10
* Add IMPLEMENTATION_DEFINED to dumpAndy McFadden2014-05-201-0/+2
* Merge "Enable changing display configuration"Dan Stoza2014-05-061-78/+110
|\
| * Enable changing display configurationDan Stoza2014-05-051-78/+110
* | Improve SurfaceFlinger PTS estimationAndy McFadden2014-05-021-1/+1
|/
* Update HWC dump formatAndy McFadden2014-04-221-9/+28
* am d4dabf87: am cdbf28b3: Merge "native frameworks: 64-bit compile issues"Mark Salyzyn2014-03-131-5/+6
|\
| * native frameworks: 64-bit compile issuesMark Salyzyn2014-03-121-5/+6
* | Add sideband streams to BufferQueue and related classesJesse Hall2014-03-111-0/+11
* | am 03691218: am e5f7bf74: am b6c21004: Merge "Implement per-display EGLConfig...Jesse Hall2014-01-031-2/+6
|\ \ | |/
| * Implement per-display EGLConfig and configless EGLContextJesse Hall2013-12-231-2/+6
* | am 2d32aa59: am 356c2386: Merge "Provide virtual display output buffer to HWC...Jesse Hall2013-11-061-1/+1
|\ \ | |/
| * Provide virtual display output buffer to HWC in prepareJesse Hall2013-11-051-1/+1
* | am a04fd39c: am 8e26b28b: Filter out vsync events from HWC with duplicate tim...Jesse Hall2013-10-151-2/+16
|\ \ | |/
| * Filter out vsync events from HWC with duplicate timestampsJesse Hall2013-10-141-2/+16
* | resolved conflicts for merge of 790b6d09 to masterJamie Gennis2013-10-081-1/+1
|\ \ | |/
| * SurfaceFlinger: SW-based vsync eventsJamie Gennis2013-10-071-1/+1
* | am f3fa0712: am 93573e91: Merge "Treat composition frames with no layers as u...Jesse Hall2013-10-021-0/+9
|\ \ | |/
| * Treat composition frames with no layers as using GLES compositionJesse Hall2013-09-301-0/+9
* | am 338acd68: am 86206b41: Merge "fix initialization of framebuffer target cro...Mathias Agopian2013-09-261-1/+8
|\ \ | |/
| * fix initialization of framebuffer target crop rect on hwc 1.3Mathias Agopian2013-09-251-1/+8
* | Remove unnecessary include.Christopher Ferris2013-09-191-1/+0
|/
* handle several vsync signal correctlyMathias Agopian2013-08-211-6/+16
* Fix HWComposer dumping of float source cropsJesse Hall2013-08-201-10/+20
* Use new HWC display type/count constants.Jesse Hall2013-08-161-13/+6
* Merge "Rewrite VirtualDisplaySurface"Jesse Hall2013-07-161-9/+6
|\
| * Rewrite VirtualDisplaySurfaceJesse Hall2013-07-151-9/+6
* | fix SF buffer croppingMathias Agopian2013-07-101-3/+19
|/
* am e6eef6c1: am ea74d3b7: make the warning timout of Fence::waitForever() imp...Mathias Agopian2013-05-171-1/+1
|\
| * make the warning timout of Fence::waitForever() implicit and longerMathias Agopian2013-05-161-1/+1
* | am dda42952: am 64f3b2fd: Merge "Remove experimental HWC virtual display supp...Jesse Hall2013-05-081-3/+7
|\ \ | |/
| * Remove experimental HWC virtual display supportJesse Hall2013-05-071-3/+7
* | clean-up/simplify all dump() APIsMathias Agopian2013-04-221-4/+3
|/
* Tell HWComposer the dimensions of virtual displaysJesse Hall2013-04-051-13/+23
* Merge "Clean up HWC state when releasing a DisplayDevice" into jb-mr2-devJesse Hall2013-04-041-6/+6
|\
| * Clean up HWC state when releasing a DisplayDeviceJesse Hall2013-03-271-6/+6
* | Fix include pathsMathias Agopian2013-04-011-3/+4
|/
* Isolate knowledge that fb target == output bufferJesse Hall2013-03-221-16/+31
* Use descriptive aliases instead of HWC_NUM_DISPLAY_TYPESJesse Hall2013-03-221-8/+11
* Pass sp<Fence>s around instead of file descriptorsJesse Hall2013-03-221-5/+5
* initialize planeAlpha (to 0xFF) for the FB_TARGETMathias Agopian2013-03-211-0/+1