OSDN Git Service

Merge "drm_hwcomposer: Add Dump() to the Compositor interface" into mnc-dev
[android-x86/external-drm_hwcomposer.git] / Android.mk
2015-06-11 Sean PaulMerge "drm_hwcomposer: Add Dump() to the Compositor...
2015-06-08 Sean Pauldrm_hwcomposer: Don't compile all importers at once
2015-06-04 Sean Pauldrm_hwcomposer: Move event worker into VSyncWorker
2015-06-04 Sean Pauldrm_hwcomposer: Use hw planes + drm atomic interface
2015-06-04 Sean Pauldrm_hwcomposer: Wrap the importers in a class
2015-06-03 Tomasz Figadrm_hwcomposer: Allow importer to be specified from...
2015-05-13 Sean Pauldrm_hwcomposer: Add Worker class to abstract thread...
2015-05-11 Sean PaulMerge "drm_hwcomposer: Wrap libdrm ops (minus modeset...
2015-05-11 Sean Pauldrm_hwcomposer: Wrap libdrm ops (minus modeset/flip...
2015-05-08 Zach ReiznerMerge "drm_hwcomposer: add GLES compositor" into mnc-dev
2015-05-07 Dan AlbertStop using stlport.
2015-04-20 Sean PaulMerge "drm_hwcomposer: add a .clang-format for our...
2015-04-15 Sean Pauldrm_hwcomposer: Gate compilation on BOARD_USES_DRM_HWCO...
2015-04-15 Sean Pauldrm_hwcomposer: Gate compilation on BOARD_USES_DRM_HWCO...
2015-04-10 Zach Reiznerdrm_hwcomposer: add compositor interface header
2015-02-14 Lauri Peltonendrm_hwcomposer: Support Nvidia gralloc
2015-02-14 Lauri Peltonendrm_hwcomposer: Support other drm nodes than card0
2015-02-04 Sean Pauldrm_hwcomposer: Implement release and retire fences...
2015-02-04 Sean Pauldrm_hwcomposer: Use queue buffer for pending sets
2015-02-04 Sean Pauldrm_hwcomposer: Split gralloc out into an importer
2015-02-04 Sean Pauldrm_hwcomposer: Add a new set thread to post bo's
2015-02-04 Sean Pauldrm_hwcomposer: Initial implementation