OSDN Git Service

Fix uninitialized variables
[android-x86/external-IA-Hardware-Composer.git] / common / display / displayplanemanager.h
2018-05-17 Kevin StrasserFix uninitialized variables
2018-04-24 Richard AvelarReformat files with clang-format
2018-04-08 Kalyan KondapallyEnsure we do test commit every time cursor layer changes.
2018-03-30 Kalyan KondapallyMark unused surfaces for deletion immediately.
2018-03-30 Kalyan KondapallyRemove unused gpu_fd variable.
2018-03-26 Kalyan KondapallyBe more aggresive with plane allocation when layers...
2018-03-09 Kalyan KondapallyEnsure we don't release inflight surfaces.
2018-03-07 Kalyan KondapallyCheck if a layer is better off on a separate plane.
2018-03-01 Kalyan KondapallySquash planes as needed.
2018-02-16 Kalyan KondapallyEnsure we release surfaces in case commit has failed.
2018-02-11 Kalyan KondapallySwapsurface implicitly in PlaneState.
2018-01-29 Kalyan KondapallyAdd helper for checking down scaling factor.
2018-01-29 Kalyan KondapallyEnsure we validate Display Transform as needed.
2018-01-28 Kalyan KondapallyInitial support for Downscaling as needed.
2018-01-21 Kalyan KondapallyMake sure we are setting display frame correctly always.
2018-01-14 Kalyan KondapallyMove all display transform checks to PlaneState.
2018-01-14 Kalyan KondapallyUse plane for 180 rotation.
2018-01-08 Kalyan KondapallyReset Validationstate when adding layers.
2018-01-03 Kalyan KondapallyTrack render state correctly.
2018-01-02 Kalyan KondapallyEnsure we swap surface as needed.
2018-01-01 Kalyan KondapallyAvoid redundant test commit.
2017-12-31 Kalyan KondapallyFix commit failure when rotating the screen.
2017-12-31 Kalyan KondapallyCombine all incremental plane checks to one.
2017-12-29 Kalyan KondapallyEnsure we do a test commit in case cursor checks fail.
2017-12-29 Kalyan KondapallyRemove redundant inputs to validate layers.
2017-12-29 Kalyan KondapallyCache cursor test results.
2017-12-28 Kalyan KondapallyAvoid extra test commit checks.
2017-12-27 Kalyan KondapallyAvoid full validation when adding new layers.
2017-12-24 Kalyan KondapallyDon't track Primary plane separately.
2017-12-21 Kalyan KondapallyRemove unused cursor related code.
2017-12-20 Kalyan KondapallyNo need to handle VideoEffect state in PlaneManager.
2017-12-20 Kalyan KondapallyEnsure we reset video buffer in case of layers > 1.
2017-12-20 Kalyan KondapallyFix plane scaling issues with 3D backend.
2017-12-20 Kalyan KondapallyRevalidate layers when rects change and using scalar.
2017-12-20 Kalyan KondapallyKeep track of src rect.
2017-12-20 Kalyan KondapallyAdd support for using PlaneScalar for Video.
2017-12-10 Kalyan KondapallyRename HwcLayerBufferManager as ResourceManager.
2017-12-10 Kalyan KondapallyGet NativeHandler from BufferManager.
2017-12-09 Xiaosong WeiAdd hooks to pass video color control to varenderer
2017-11-26 Kalyan KondapallyAdd a helper to handle cursor layer.
2017-11-22 Kalyan KondapallyRevert "Ignore updates for a pipe which has no planes."
2017-11-21 Kalyan KondapallyIgnore updates for a pipe which has no planes.
2017-11-20 Kalyan KondapallyAdd Meta data field to our NativeHandle.
2017-11-12 Kalyan KondapallyMake Mosaic Display work for different heights.
2017-11-05 Kalyan KondapallyTreat Cursor & Primary as another Overlay.
2017-10-07 Kalyan KondapallyRemove implicit assumption of 1 Cursor layer.
2017-10-03 Xiaosong WeiAdd initial support to convert Media buffers to packed...
2017-08-13 Kalyan KondapallyEnsure we fall back to GPU Composition when commit...
2017-08-13 Kalyan KondapallyDont invalidate Cache when cursor plane visibility...
2017-07-26 Kalyan KondapallyEnsure we release any GL resources before shutting...
2017-07-01 Kalyan KondapallyRevert "Remove width_ and height_ from displayplanemana...
2017-06-30 Kalyan KondapallyRemove width_ and height_ from displayplanemanager.
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 KondapallyEnsure we always have a offscreen target during validation.
2017-06-19 Kalyan KondapallyRemove OverlayBufferManager.
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 KondapallyRemove usage of DISABLE_OVERLAY_USAGE.
2017-04-24 Kalyan KondapallyMove ValidateCachedLayers to DisplayQueue.
2017-04-24 Kalyan KondapallyTrack if layer has changed over frames within OverlayLayer.
2017-04-20 Kalyan KondapallySquash BeginFrameUpdate into CommitFrame.
2017-04-19 Pallavi GModified the nativesurface handling
2017-03-26 Kalyan KondapallyAdd OverlayBufferManager.
2017-03-24 PoornimaFormat check in the getclienttargetsupport API
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-25 Kalyan KondapallyMove sync object management to DisplayQueue.
2017-02-25 Kalyan KondapallyDont reset needs_modeset flag till we try to handle...
2017-02-22 johnson.linDisplayQueue: Dont update state cache when needs_modese...
2017-02-19 Kalyan KondapallyCleanup: Remove unwanted forward declarations and includes.
2017-02-19 Kalyan KondapallyTie OverlayBuffer lifetime to OverlayLayer.
2017-02-19 Kalyan KondapallyCache ValidateLayers result.
2017-02-15 Kalyan KondapallyEnsure final combination is tested before doing actual...
2017-02-15 Kalyan KondapallyMove NativeSurface initialization to PlaneManager.
2017-02-14 Kalyan KondapallyPass NativeBufferHandler in DisplayPlaneManager Initial...
2017-02-01 Pallavi GFix modesetting.
2017-01-30 Kalyan KondapallyWe should have only one primary and cursor per display.
2017-01-29 Kalyan KondapallyEnsure we have internal display first in list of connec...
2017-01-24 Kalyan KondapallyMake Choregrapher happy.
2017-01-24 Kalyan KondapallyManage sync time line within planemanager.
2017-01-21 Kalyan KondapallyNo need to maintain a cache of OverlayBuffers.
2017-01-16 Kalyan KondapallyInitial import.