summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-13drm_hwcomposer: Add Worker class to abstract thread nastiesSean 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-08Merge "drm_hwcomposer: add GLES compositor" into mnc-devZach Reizner
2015-05-08drm_hwcomposer: add GLES compositorZach Reizner
2015-05-07Add missing include for calloc/free.Dan Albert
2015-05-07Stop using stlport.Dan Albert
2015-05-04drm_hwcomposer: Update style to conform with Google Style GuideSean Paul
2015-04-20Merge "drm_hwcomposer: add a .clang-format for our style"Sean Paul
2015-04-15Merge "drm_hwcomposer: Gate compilation on BOARD_USES_DRM_HWCOMPOSER"Sean Paul
2015-04-15drm_hwcomposer: Gate compilation on BOARD_USES_DRM_HWCOMPOSERSean Paul
2015-04-15drm_hwcomposer: Gate compilation on BOARD_USES_DRM_HWCOMPOSERSean Paul
2015-04-10drm_hwcomposer: add a .clang-format for our styleZach Reizner
2015-04-10drm_hwcomposer: add compositor interface headerZach Reizner
2015-03-26drm_hwcomposer: Fix missing headerDavid Riley
2015-03-20Merge "drm_hwcomposer: Introduce a new event worker to handle vblanks/flips" ...Sean Paul
2015-03-20drm_hwcomposer: Introduce a new event worker to handle vblanks/flipsSean Paul
2015-03-11drm_hwcomposer: fix new then free error for hwc_context_tZach Reizner
2015-03-03drm_hwcomposer: Fix header compilation for CLauri Peltonen
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 Nvidia grallocLauri Peltonen
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-05drm_hwcomposer: Include stdlib.h in the importerSean 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
2015-02-04drm_hwcomposer: Reduce time spent in display_lockSean Paul
2015-02-04drm_hwcomposer: Use queue buffer for pending setsSean Paul
2015-02-04drm_hwcomposer: Split gralloc out into an importerSean Paul
2015-02-04drm_hwcomposer: Add a new set thread to post bo'sSean Paul
2015-02-04drm_hwcomposer: Initial implementationSean Paul
2015-01-16Initial empty repositoryGeoff Mendal