OSDN Git Service

Move all display transform checks to PlaneState.
[android-x86/external-IA-Hardware-Composer.git] / common / compositor / compositor.cpp
2018-01-14 Kalyan KondapallyMove all display transform checks to PlaneState.
2018-01-07 Kalyan KondapallyClip regions to Damage Rect.
2018-01-07 Kalyan KondapallyTake Damage rect into account in disjoint_layers.
2018-01-07 Kalyan KondapallyReset Composition region as needed.
2017-12-31 Kalyan KondapallyRemove UsePlaneScalar from OverlayLayer.
2017-12-29 Xiaosong WeiAdd RestoreDefaultVideoColor implementation
2017-12-23 Kalyan KondapallyRework DisplayPlaneState API.
2017-12-21 Kalyan KondapallyEnsure we clear surfaces when last commit fails.
2017-12-20 Kalyan KondapallyRemove Composition state in displayplanestate.
2017-12-20 Kalyan KondapallyEnsure video effect status change doesn't trigger full...
2017-12-10 Kalyan KondapallyRename HwcLayerBufferManager as ResourceManager.
2017-12-10 Kalyan KondapallyGet NativeHandler from BufferManager.
2017-12-10 Lin JohnsonAdd external layer buffer cache management.
2017-12-09 Xiaosong WeiAdd hooks to pass video color control to varenderer
2017-11-20 Kalyan KondapallyEnsure we clear surfaces correctly when recycling compo...
2017-11-05 Kalyan KondapallyTreat Cursor & Primary as another Overlay.
2017-10-09 Xiaosong WeiEnsure VA processing the buffer with correct crop/frame
2017-10-03 Xiaosong WeiAdd initial support to convert Media buffers to packed...
2017-10-03 Xiaosong WeiAdd API to initialize Media Renderer/Back buffer in...
2017-09-03 Kalyan KondapallyRe-work hot plug event handling.
2017-08-29 Kalyan KondapallyFix SurfaceDamage tracking.
2017-08-09 Kalyan KondapallyMove all 3D rendering to a separate thread.
2017-08-06 Kalyan KondapallyFix flicker when moving layer position.
2017-08-06 Kalyan KondapallyInsert acquire fences into 3D pipeline as needed.
2017-08-06 Kalyan KondapallyAvoid creating render states for layers not part of...
2017-07-09 Kalyan KondapallyRelease GPU Resources after rendering layers.
2017-07-06 Kalyan KondapallyExplicitly delete GPU Resources with offscreen rendering.
2017-07-06 Kalyan KondapallyDont update VirtualDisplay when powermode state is...
2017-07-04 Kalyan KondapallyRelease GPU resources agressively.
2017-07-02 Kalyan KondapallyTrack if plane surface needs to be cleared via displayp...
2017-06-19 Kalyan KondapallyRemove OverlayBufferManager.
2017-06-18 Kalyan KondapallyRemove redundant code related to idle mode.
2017-06-12 Kalyan KondapallyCache composition results
2017-06-12 Kalyan KondapallyEnsure we dup all fences passed outside HWC.
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 KondapallyFall back to single plane composition in Idle case.
2017-04-24 Kalyan KondapallyDecrease lock wait time in KmsFenceHandler.
2017-04-24 Kalyan KondapallyRemove DISABLE_EXPLICIT_SYNC usage.
2017-03-26 Kalyan KondapallyAdd OverlayBufferManager.
2017-03-24 Kalyan KondapallyWait on kms fence in a separate thread.
2017-02-27 Kalyan KondapallyFix unintialized variables.
2017-02-27 Kalyan KondapallyMake cpplint happy.
2017-02-27 Kalyan KondapallyCache Composition Region.
2017-02-26 Kalyan KondapallyRelease GLRenderer when Display is disconnected.
2017-02-24 Kalyan KondapallyRemove save/restore of EGLContext.
2017-02-15 Kalyan KondapallyCleanup: Remove unused variables in Compositor.
2017-02-15 Kalyan KondapallyMove NativeSurface initialization to PlaneManager.
2017-02-15 Kalyan KondapallyEnsure GL resources are initlialized before MakeCurrent.
2017-02-14 Kalyan KondapallyAdd API to set and retrieve offscreen target for a...
2017-02-14 Kalyan KondapallyAdd OverlayLayer to NativeSurface.
2017-02-14 Avinash Reddy PalletiFix for continous commit failures
2017-01-31 arpalletAlgorithm to detect disjoint regions for gpu composition.
2017-01-29 Kalyan KondapallyCheck for supported formats before creating fbs for...
2017-01-24 Kalyan KondapallyMake Choregrapher happy.
2017-01-16 Kalyan KondapallyInitial import.