OSDN Git Service

android-x86/external-drm_hwcomposer.git
2019-10-17 Chih-Wei Huangdrm_hwcomposer: allow to force mode by a property android-x86-7.1-r3
2017-09-22 Chih-Wei HuangMerge remote-tracking branch 'chromium/master' into... android-x86-7.1-r1 android-x86-7.1-r2
2017-09-21 Adrian Salidodrm_hwcomposer: reorder source layers according to...
2017-09-01 Adrian Salidodrm_hwcomposer: fix typo in formats switch statement
2017-08-29 Adrian Salidodrm_hwcomposer: enumerate additional formats for tegra...
2017-08-24 Adrian Salidodrm_hwcomposer: skip layers with non-premult blending
2017-07-28 Chih-Wei Huangdrm_hwcomposer: add back HWC1 support
2017-07-21 Chih-Wei HuangMerge remote-tracking branch 'robherring/android-m...
2017-07-18 Adrian Salidodrm_hwcomposer: add checks for tegra hardware limitation
2017-05-18 Sean Pauldrm_hwcomposer: Add Marissa and remove Haixia
2017-05-04 Sean PaulMerge "drm_hwcomposer: Add support for GetColorModes...
2017-04-25 Adrian Salidodrm_hwcomposer: avoid potential race condition between...
2017-04-25 Adrian Salidodrm_hwcomposer: refactor Worker
2017-04-25 Kalyan Kondapallydrm_hwcomposer: Add support for GetColorModes & SetCurs...
2017-04-13 Sean Pauldrm_hwcomposer: Partially implement HWC2 API
2017-04-13 Sean Pauldrm_hwcomposer: Initial stub HWC2
2017-04-13 Rob Clarkdrm_hwcomposer: Move eglCreateImageKHR into Importer
2017-04-12 Sean PaulMerge "drm_hwcomposer: Move some utilities out of hwcom...
2017-04-12 Sean PaulMerge "drm_hwcomposer: Remove source_damage from DrmHwc...
2017-04-12 Sean PaulMerge "drm_hwcomposer: Break out of sync_wait loop...
2017-04-12 Sean PaulMerge "drm_hwcomposer: Harvest min/max resolutions...
2017-04-12 Sean PaulMerge "drm_hwcomposer: Don't pass hwc_procs_t to VsyncW...
2017-04-12 Sean PaulMerge "drm_hwcomposer: Clean up error conditions"
2017-04-11 Adrian Salidodrm_hwcomposer: fix pre comp regions during protected...
2017-04-07 Daniel Stonedrm_hwcomposer: Use correct DRM event context version
2017-03-30 Rob Clarkdrm_hwcomposer: Fix invalid rotation value
2017-03-30 John Stultzdrm_hwcomposer: Add a minimum DPI to keep things sane
2017-03-29 Rob HerringSwitch to gbm_gralloc repo instead of drm_gralloc
2017-02-28 Sean Pauldrm_hwcomposer: Move some utilities out of hwcomposer.cpp
2017-02-28 Sean Pauldrm_hwcomposer: Remove source_damage from DrmHwcLayer
2017-02-28 Sean Pauldrm_hwcomposer: Break out of sync_wait loop on success
2017-02-28 Sean Pauldrm_hwcomposer: Harvest min/max resolutions from drm
2017-02-28 Sean Pauldrm_hwcomposer: Don't pass hwc_procs_t to VsyncWorker
2017-02-28 Sean Pauldrm_hwcomposer: Clean up error conditions
2017-02-21 Robert Fossdrm_hwcomposer: Add missing assert.h include
2017-02-01 Rob HerringAdd explicit include of assert.h
2016-10-21 Adrian Salidodrm_hwcomposer: fix type size check for separate rects
2016-06-23 Sean Pauldrm_hwcomposer: Count all layers with content in Squash...
2016-06-23 Sean Pauldrm_hwcomposer: On error, free active composition
2016-05-16 Sean Pauldrm_hwcomposer: Use Planner interface to provision...
2016-05-16 Sean Pauldrm_hwcomposer: Introduce Planner interface
2016-05-12 Sean Pauldrm_hwcomposer: Don't use Plan() in SquashAll
2016-05-12 Sean Pauldrm_hwcomposer: Move SeparateLayers into a member function
2016-05-12 Sean Pauldrm_hwcomposer: Move DrmCompositionPlaneType into DrmCo...
2016-05-12 Sean Pauldrm_hwcomposer: Use a vector for composition source_layers
2016-05-11 Sean Pauldrm_hwcomposer: Add type to DrmCompositionPlane
2016-05-11 Sean Pauldrm_hwcomposer: Fix up some printf warnings and a clang...
2016-05-10 Sean Pauldrm_hwcomposer: Update platform log tags
2016-05-10 Sean Pauldrm_hwcomposer: Move drmgeneric and nv importer cpp...
2016-05-10 Sean Pauldrm_hwcomposer: Update the platform precompiler guards
2016-05-10 Sean Pauldrm_hwcomposer: Move platform-specific importer headers
2016-05-10 Sean Pauldrm_hwcomposer: Move importer.h to platform.h
2016-05-10 Sean Pauldrm_hwcomposer: Remove unused variable
2016-05-10 Sean Pauldrm_hwcomposer: Fix protected layer hole punch
2016-05-10 Sean Pauldrm_hwcomposer: Use linear scaling instead of nearest...
2016-05-02 Rob HerringForce framebuffer target marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3
2016-05-02 Rob HerringHACK: Add HDMI connector as built-in
2016-05-02 Rob HerringHACK: disable gralloc buffer usage call
2016-05-02 Rob HerringHACK: add rotation defines
2016-04-18 Sean Pauldrm_hwcomposer: Don't composite over protected layers
2016-04-01 Sean PaulMerge "drm_hwcomposer: remove unnecessary gralloc_drm_b...
2016-04-01 Rob Herringdrm_hwcomposer: remove unnecessary gralloc_drm_bo_t...
2016-03-29 Sean Pauldrm_hwcomposer: Fix build warnings
2016-03-29 Sean Pauldrm_hwcomposer: Add hotplug event handler
2016-03-29 Sean Pauldrm_hwcomposer: Set DPMS ON when setting active config
2016-03-24 Sean Pauldrm_hwcomposer: Add DrmEventListener worker
2016-03-24 Sean Pauldrm_hwcomposer: Protect autofd.h with #ifdef/#define
2016-03-24 Sean Pauldrm_hwcomposer: Add connection state to DrmConnector
2016-02-10 Rob Herringdrm_hwcomposer: Convert to upstream DRM atomic interfaces
2016-02-10 Sean PaulMerge "drm_hwcomposer: Add support for virtual connectors"
2016-02-04 Rob Herringdrm_hwcomposer: Add support for virtual connectors
2016-01-20 David Ungdrm_hwcomposer: Increase fence timeout upto 5x
2016-01-14 Sean Pauldrm_hwcomposer: Add OWNERS file
2015-11-30 Sean Pauldrm_hwcomposer: Always call PrepareFrame() for compositions
2015-11-25 Sean Pauldrm_hwcomposer: Save the atomic_test result between...
2015-11-24 Haixia Shidrm_hwcomposer: only check the composition after a...
2015-11-24 Sean PaulMerge "drm_hwcomposer: Skip layers which aren't on...
2015-11-24 Sean Pauldrm_hwcomposer: Skip layers which aren't on-screen
2015-11-23 Haixia Shidrm_hwcomposer: set blending mode to kPreMult for GL...
2015-11-20 David RileyMerge "drm_hwcomposer: Check the composition before...
2015-11-20 Sean PaulMerge "drm_hwcomposer: Allow for multiple transforms...
2015-11-20 Sean Pauldrm_hwcomposer: Allow for multiple transforms at once
2015-11-20 Sean Pauldrm_hwcomposer: Check the composition before sending...
2015-11-20 Sean Pauldrm_hwcomposer: Split DrmDisplayCompositor::SquashAll()
2015-11-19 Sean Pauldrm_hwcomposer: Add test_only mode to CommitFrame
2015-11-19 Sean Pauldrm_hwcomposer: Create mode blob on modeset queue
2015-11-18 Zach Reiznerdrm_hwcomposer: during SquashAll, skip layers with...
2015-11-17 Zachary ReiznerMerge "drm_hwcomposer: composite down to a primary...
2015-11-17 Zachary ReiznerMerge "drm_hwcomposer: avoid creating release fences...
2015-11-17 Zachary ReiznerMerge "drm_hwcomposer: add AutoLock to automatically...
2015-11-17 Zach Reiznerdrm_hwcomposer: composite down to a primary plane after...
2015-11-16 Sean Pauldrm_hwcomposer: Increase the virtual display compositor...
2015-11-14 Zach Reiznerdrm_hwcomposer: avoid creating release fences for inval...
2015-11-14 Zach Reiznerdrm_hwcomposer: add AutoLock to automatically handle...
2015-11-10 Zach Reiznerdrm_hwcomposer: add optional timeout for WaitForSignalO...
2015-11-07 Zach Reiznerdrm_hwcomposer: always put protected layers on hardware...
2015-11-02 Haixia Shidrm_hwcomposer: fix spelling of "separate".
2015-11-02 Haixia Shidrm_hwcomposer: filter out empty or invalid rects.
2015-10-30 Sean Pauldrm_hwcomposer: Handle HWC_SKIP_LAYER properly
2015-10-29 Haixia Shidrm_hwcomposer: add ATRACE_CALL.
next