aboutsummaryrefslogtreecommitdiff
path: root/hwcomposer.cpp
AgeCommit message (Expand)Author
2015-10-12drm_hwcomposer: improve logging and reliability of some error pathsZach Reizner
2015-10-12drm_hwcomposer: fix small class consistency issuesZach Reizner
2015-10-07drm_hwcomposer: support virtual displaysmarshmallow-dr-devHaixia Shi
2015-10-07drm_hwcomposer: fill hwc_display_contents retireFenceFdZach Reizner
2015-09-30drm_hwcomposer: fix crash in hwc_set()Haixia Shi
2015-09-25drm_hwcomposer: implement the safe handling of layersZach Reizner
2015-09-09drm_hwcomposer: use HWC_FRAMEBUFFER_TARGET if all HWC_OVERLAY layers are skippedHaixia Shi
2015-08-17drm_hwcomposer: add properties to disable overlays or to use HWC_FRAMEBUFFERZach Reizner
2015-08-13drm_hwcomposer: enhance stability using various wrapper classesZach Reizner
2015-08-13drm_hwcomposer: style fixesZach Reizner
2015-08-07Revert "Revert "drm_hwcomposer: remove compositor interface""Zach Reizner
2015-08-07Revert "Revert "drm_hwcomposer: remove GLCompositor and the GLWorker thread""Zach Reizner
2015-07-30Revert "drm_hwcomposer: remove GLCompositor and the GLWorker thread"Puneet Kumar
2015-07-22drm_hwcomposer: remove GLCompositor and the GLWorker threadZach Reizner
2015-07-21drm_hwcomposer: Populate retireFenceFdSean Paul
2015-07-13drm_hwcomposer: Free failed composition in QueueCompositionSean Paul
2015-06-23drm_hwcomposer: Add tracing for the main functionsStéphane Marchesin
2015-06-19drm_hwcomposer: Switch to triple bufferingStéphane Marchesin
2015-06-15drm_hwcomposer: Use atomic modeset to set crtc timingSean Paul
2015-06-12Merge "drm_hwcomposer: integrate GLCompositor with hwcomposer" into mnc-devZach Reizner
2015-06-11drm_hwcomposer: integrate GLCompositor with hwcomposerZach Reizner
2015-06-10drm_hwcomposer: Add Dump() to the Compositor interfaceSean Paul
2015-06-04drm_hwcomposer: Move event worker into VSyncWorkerSean Paul
2015-06-04drm_hwcomposer: Use hw planes + drm atomic interfaceSean Paul
2015-06-04drm_hwcomposer: Wrap the importers in a classSean Paul
2015-05-13drm_hwcomposer: Set requires_modeset() to false after modesetSean Paul
2015-05-11drm_hwcomposer: Store displays in std::mapSean Paul
2015-05-11drm_hwcomposer: Fix up #include orderingSean Paul
2015-05-11Merge "drm_hwcomposer: Wrap libdrm ops (minus modeset/flip) in C++ classes" i...Sean Paul
2015-05-11drm_hwcomposer: Wrap libdrm ops (minus modeset/flip) in C++ classesSean Paul
2015-05-07Add missing include for calloc/free.Dan Albert
2015-05-04drm_hwcomposer: Update style to conform with Google Style GuideSean Paul
2015-03-20drm_hwcomposer: Introduce a new event worker to handle vblanks/flipsSean Paul
2015-02-26drm_hwcomposer: Cache FB and gem in gralloc bufferLauri Peltonen
2015-02-23drm_hwcomposer: Initialize timeline_next to 1Sean Paul
2015-02-22drm_hwcomposer: initialize timeline_nextAllen Martin
2015-02-22drm_hwcomposer: move AddFb/RmFb to reference gem handlesAllen Martin
2015-02-22drm_hwcomposer: Check against gem handles for popped bufferAllen Martin
2015-02-22drm_hwcomposer: Do not close gem handle if queuedAllen Martin
2015-02-14drm_hwcomposer: Support other drm nodes than card0Lauri Peltonen
2015-02-13drm_hwcomposer: Fix fence leakLauri Peltonen
2015-02-10drm_hwcomposer: Remove drmSetMaster callSean Paul
2015-02-09drm_hwcomposer: Use prime to import gem handlesSean Paul
2015-02-04drm_hwcomposer: Set display config on initializationSean Paul
2015-02-04drm_hwcomposer: Ignore NULL display_contentsSean Paul
2015-02-04drm_hwcomposer: Don't try to get configs for a disconnected connectorSean Paul
2015-02-04drm_hwcomposer: Store active mode instead of config indexSean Paul
2015-02-04drm_hwcomposer: Always perform a setcrtc initiallySean Paul
2015-02-04drm_hwcomposer: Implement eventControl with vsync workerSean Paul
2015-02-04drm_hwcomposer: Implement release and retire fences using sw_syncSean Paul