OSDN Git Service

Transform surface damage to global co-ordinates
[android-x86/external-IA-Hardware-Composer.git] / common / core / hwclayer.cpp
2018-05-15 Harish KrupoTransform surface damage to global co-ordinates
2018-04-18 Richard AvelarCleanup code in core
2018-03-30 Gowtham HosamaneCustom position for float display
2018-03-30 Kalyan KondapallyDont force clear when whole buffer is damaged.
2018-03-26 Kalyan KondapallyOptimize Cursor rendering using GPU.
2018-03-20 Kalyan KondapallyForce Partial clear in case layers use blending.
2018-03-08 Kalyan KondapallyRelease un-used surface for every frame.
2018-02-26 Kalyan KondapallyReset cache in case layer z-order has changed.
2018-01-28 Kalyan KondapallyInitial support for Downscaling as needed.
2018-01-09 Kalyan KondapallyAdd a threshold before we use SurfaceDamage.
2018-01-08 Kalyan KondapallyDont reset Damage more than we should do.
2018-01-08 Kalyan KondapallyAdd helper to reset rect.
2018-01-04 Kalyan KondapallyAlways reset current damage to be same as surface_damage.
2018-01-03 Kalyan KondapallyFix MosaicDisplay.
2018-01-02 Kalyan KondapallyEnable Damage support.
2018-01-02 Kalyan KondapallyFix Logical Display.
2017-12-24 Kalyan KondapallyRemove redundant checks in overlaylayer.
2017-12-20 Kalyan KondapallyPartial revert of SufaceDamage.
2017-11-26 Kalyan KondapallyAdd utility function to reset rect based on Region.
2017-11-13 Kalyan KondapallyTrack Source rect instead of position.
2017-10-23 Kalyan KondapallyAlign rotation enums with 4.14 headers.
2017-10-09 Kalyan KondapallyInitial Mosiac Display support.
2017-10-09 Kalyan KondapallyAdd support for Logical Displays.
2017-09-20 Lin JohnsonFix Display frame change check
2017-09-09 Kalyan KondapallyUse ceilf when converting from float to int.
2017-08-29 Kalyan KondapallyFix SurfaceDamage tracking.
2017-08-26 Kalyan KondapallyMove redundant calculations to hwclayer.
2017-08-09 Lattannavar, SameerPartial revert of "Clear Surface when display/src rect...
2017-07-06 Kalyan KondapallyClear surface when display/src rect has changed.
2017-07-05 Kalyan KondapallyAlign Surfacedamage semantics with Android.
2017-07-04 Kalyan KondapallyDont re-validate layes if display/src rects/content...
2017-07-04 Kalyan KondapallyTrack DisplayFrame changes separately.
2017-07-02 Kalyan KondapallyRemove kLayerPositionChanged usage.
2017-06-29 Kalyan KondapallyRevert "Remove position change tracking."
2017-06-29 Kalyan KondapallyInitial plumbing needed to update areas which have...
2017-06-21 Kalyan KondapallyEnsure we release fences always.
2017-06-20 Kalyan KondapallyRemove position change tracking.
2017-06-17 Kalyan KondapallyEnsure Media gets a separate plane.
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-04 Kalyan KondapallyRemove NativeFence and ScopedFD usage.
2017-04-28 Pallavi GAdd surface damage support
2017-04-05 Pallavi GRevert "Add surface damage support"
2017-04-04 Pallavi GAdd surface damage support
2017-01-16 Kalyan KondapallyMake DisplayManager private in cpp file.