OSDN Git Service

Enable support to opt for Double/tripple buffering.
[android-x86/external-IA-Hardware-Composer.git] / common / display / displayqueue.cpp
2017-07-23 Kalyan KondapallyEnable support to opt for Double/tripple buffering.
2017-07-18 Harish KrupoFix tearing issue in multi display mode
2017-07-17 Kalyan KondapallyAndroid: Enable support for Extended mode.
2017-07-17 Kalyan KondapallyDisable Idle frame tracking for displays in cloned...
2017-07-17 Kalyan KondapallyAdd support for clone Mode.
2017-07-17 Kalyan KondapallyAdd support for scaling layers.
2017-07-14 Kalyan KondapallyUse flags instead of bool to track state in DisplayQueue.
2017-07-13 Kalyan KondapallyAdd support for other apps to control display during...
2017-07-11 Kalyan KondapallyResize viewport when display rect has changed.
2017-07-10 Kalyan KondapallyReset continuous frames to 0 when we have idle frame.
2017-07-09 Kalyan KondapallyRelease GPU Resources after rendering layers.
2017-07-09 Kalyan KondapallySet correct state to layer when we fall back to GPU...
2017-07-08 Kalyan KondapallyReset surface damage when ever layer dimension changes.
2017-07-06 Kalyan KondapallyIgnore idle refresh when power mode is set to off.
2017-07-06 Kalyan KondapallyClear surface when display/src rect has changed.
2017-07-04 Kalyan KondapallyDont re-validate layes if display/src rects/content...
2017-07-04 Kalyan KondapallyRelease GPU resources agressively.
2017-07-04 Kalyan KondapallyRelease unused memory when commit is ignored.
2017-07-04 Kalyan KondapallyTake into consideration previous layer damage.
2017-07-03 Kalyan KondapallyBe more aggressive in releasing used memory.
2017-07-03 Kalyan KondapallyRemove surface damage related things from displayplanes...
2017-07-03 Kalyan KondapallyRe-render layers which are part of Viewport only.
2017-07-03 Kalyan KondapallyPopulate display frame rects only when rendering.
2017-07-02 Kalyan KondapallyTrack if plane surface needs to be cleared via displayp...
2017-07-02 Kalyan KondapallyRemove kLayerPositionChanged usage.
2017-07-01 Kalyan KondapallyRevert "Remove width_ and height_ from displayplanemana...
2017-07-01 Kalyan KondapallyIgnore commits in case nothing has changed.
2017-07-01 Kalyan KondapallyEnsure all layers have a release fence.
2017-06-30 Kalyan KondapallyRevert "Use kms fence as release fence."
2017-06-30 Kalyan KondapallyUse kms fence as release fence.
2017-06-30 Kalyan KondapallyMark backbuffers to be re-used when revalidating cache.
2017-06-30 Kalyan KondapallyRemove width_ and height_ from displayplanemanager.
2017-06-29 Kalyan KondapallySplit z_order and index of layer.
2017-06-29 Kalyan KondapallyRevert "Remove position change tracking."
2017-06-29 Kalyan KondapallyInitial plumbing needed to update areas which have...
2017-06-25 Kalyan KondapallyRefactor: Make it easy for adding different backends.
2017-06-20 Kalyan KondapallyAdd initial plumbing to handle cursor gpu composition...
2017-06-20 Kalyan KondapallyRemove position change tracking.
2017-06-19 Kalyan KondapallyRemove previous_layers_ in DisplayQueue.
2017-06-19 Kalyan KondapallyRemove OverlayBufferManager.
2017-06-18 Kalyan KondapallyAdd initial support to query if a separate plane is...
2017-06-18 Kalyan KondapallyRemove redundant code related to idle mode.
2017-06-18 Kalyan KondapallyAdd support to fall back to single plane in idle mode.
2017-06-13 PoornimaSupport to set the display Mode Implementation of SetAc...
2017-06-12 Kalyan KondapallyCache composition results
2017-06-12 Kalyan KondapallyMove attribute change calculations to HwcLayer.
2017-06-12 Kalyan KondapallyAdd support for Visible Region.
2017-06-12 Kalyan KondapallyStore surfacedamage in vector.
2017-06-12 Kalyan KondapallyEnsure we dup all fences passed outside HWC.
2017-06-10 Kalyan KondapallyRework handle lifetime.
2017-06-04 Kalyan KondapallyRemove NativeFence and ScopedFD usage.
2017-06-04 Kalyan KondapallyUse fence as expected by HWC2.0 specification.
2017-06-04 Kalyan KondapallyREVERTME: Disable idle composition for now.
2017-06-04 Kalyan KondapallyRemove KMSFenceHandler.
2017-06-04 Kalyan KondapallyFall back to single plane composition in Idle case.
2017-05-31 Kalyan KondapallyMove VBlankEventHandler to DisplayQueue.
2017-05-20 Kalyan KondapallyUse int32_t instead of 64 bit for OUT_FENCE_PTR.
2017-04-28 Pallavi GAdd surface damage support
2017-04-25 Kalyan KondapallyRelease surfaces before disabling pipe in DisplayQueue.
2017-04-25 Ragha KhandenahallyAdd null pointer check
2017-04-25 Mingwei WangAdd support to toggle Explicit Sync support runtime.
2017-04-24 Kalyan KondapallyDont call Compositor related APIS when not falling...
2017-04-24 Kalyan KondapallyDecrease lock wait time in KmsFenceHandler.
2017-04-24 Kalyan KondapallyRemove DISABLE_EXPLICIT_SYNC usage.
2017-04-24 Kalyan KondapallyRemove usage of DISABLE_OVERLAY_USAGE.
2017-04-24 Kalyan KondapallyCleanup: Remove unused API.
2017-04-24 Kalyan KondapallyUnRegister Buffers in DisplayQueue.
2017-04-24 Kalyan KondapallyCheck for OUT_FENCE_PTR support during runtime.
2017-04-24 Kalyan KondapallyMove ValidateCachedLayers to DisplayQueue.
2017-04-24 Kalyan KondapallyTrack if layer has changed over frames within OverlayLayer.
2017-04-21 Kalyan KondapallyReset inflight surfaces appropriately.
2017-04-20 Kalyan KondapallySquash BeginFrameUpdate into CommitFrame.
2017-04-19 Pallavi GModified the nativesurface handling
2017-04-17 Kalyan KondapallyRemove SignalBuffersIfReady.
2017-04-17 Kalyan KondapallyMark pointers const.
2017-04-05 Pallavi GRevert "Add surface damage support"
2017-04-04 Pallavi GAdd surface damage support
2017-03-30 Kalyan KondapallyFix warnings on Android.
2017-03-30 Kalyan KondapallyBuild fix.
2017-03-28 Yugang, FanAdd color correction relevant APIs.
2017-03-26 Kalyan KondapallyAdd support for retire_fence.
2017-03-26 Kalyan KondapallyAdd OverlayBufferManager.
2017-03-24 PoornimaFormat check in the getclienttargetsupport API
2017-03-24 Kalyan KondapallyRename pageflipeventhandler to vblankeventhandler.
2017-03-24 Kalyan KondapallyWait on kms fence in a separate thread.
2017-03-24 Kalyan KondapallyRelease fences early for layers using 3D composition.
2017-03-24 Kalyan KondapallyFix tearing.
2017-03-24 Kalyan KondapallyTrack sync objects for each overlay layer.
2017-03-15 Rafael AntognolliSeparate code for finishing commit and handling requests.
2017-03-14 Rafael AntognolliRefactor DisplayQueue to watch for drmAtomicCommit...
2017-03-13 Kalyan KondapallyMake PageFlipEventHandler work with eventfd.
2017-03-05 Kalyan KondapallySimplify connect/disconnect logic in DisplayQueue.
2017-03-05 Kalyan KondapallyRemove unused code.
2017-03-01 Pallavi GAdded the doze power mode support
2017-02-28 Kalyan KondapallyWait on KMS Fence before even calling commit.
2017-02-27 Kalyan KondapallyFix unintialized variables.
2017-02-27 Kalyan KondapallyMake cpplint happy.
2017-02-26 Kalyan KondapallyRelease GLRenderer when Display is disconnected.
2017-02-26 Kalyan KondapallyDont query for KMS fence when doing modeset.
2017-02-25 Kalyan KondapallyFix warnings.
next