OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
2018-01-18 Wang,FeiSet scaling mode through environment variable.
2018-01-16 Kalyan KondapallyMark NeedsOffScreenComposition const.
2018-01-16 Kalyan KondapallyCheck source and display frame rects separately.
2018-01-16 Kalyan KondapallyRemove separate damage tracking in NativeSurface.
2018-01-15 Kalyan KondapallyTake Surface Damage into account before reseting kLayer...
2018-01-14 Kalyan KondapallyMinimize flickers when layer is replaced with another.
2018-01-14 Kalyan KondapallyEnsure Media surface state is updated correctly.
2018-01-14 Kalyan KondapallySkip Revalidation in case layer buffer has changed.
2018-01-14 Kalyan KondapallyMove all display transform checks to PlaneState.
2018-01-14 Kalyan KondapallyUse plane for 180 rotation.
2018-01-14 Kalyan KondapallyEnsure we update Video layer when effects state change.
2018-01-10 Wang,FeiAdd deinterlace on VA module.
2018-01-09 Kalyan KondapallyAdd a threshold before we use SurfaceDamage.
2018-01-09 Kalyan KondapallyDon't assume plane always needs rendering.
2018-01-09 Kalyan KondapallyDont refresh surfaces if not needed.
2018-01-09 Xiaosong WeiApply video effect immediately for current frame
2018-01-09 Lin JohnsonFix width/height setting in vaCreateSurfaces.
2018-01-08 Kalyan KondapallyFix flicker when partial clears are used.
2018-01-08 Kalyan KondapallyReset Validationstate when adding layers.
2018-01-08 Kalyan KondapallyMake sure we check SurfaceDamage and rect when clear_su...
2018-01-08 Kalyan KondapallyDont reset Damage more than we should do.
2018-01-08 Kalyan KondapallyAdd helper to reset rect.
2018-01-07 Kalyan KondapallyClip regions to Damage Rect.
2018-01-07 Kalyan KondapallyRemove redundant clear surface checks.
2018-01-07 Kalyan KondapallyAvoid re-compositing planes in case removed layer was...
2018-01-07 Kalyan KondapallyMake sure we set correct plane transform when display...
2018-01-07 Kalyan KondapallyTake Damage rect into account in disjoint_layers.
2018-01-07 Kalyan KondapallyReset Composition region as needed.
2018-01-04 Kalyan KondapallyRemove include.
2018-01-04 Kalyan KondapallyAlways reset current damage to be same as surface_damage.
2018-01-03 Kalyan KondapallyFix MosaicDisplay.
2018-01-03 Kalyan KondapallyPrefer display with highest refresh rate.
2018-01-03 Kalyan KondapallyTrack render state correctly.
2018-01-03 Kalyan KondapallyPostpone re-validation when only removing layers.
2018-01-03 Kalyan KondapallyFix indentation.
2018-01-03 Kalyan KondapallyAdd more traces.
2018-01-03 Kalyan KondapallyFix cursor layer check in DrmPlane.
2018-01-03 Kalyan KondapallyDon't ignore alpha when using overlays.
2018-01-03 Kalyan KondapallyLet's make sure we use single plane when in idle mode.
2018-01-02 Kalyan KondapallyEnable Damage support.
2018-01-02 Kalyan KondapallyEnsure we reset composition region cache when we add...
2018-01-02 Kalyan KondapallyEnsure we clear surface when display rect has changed.
2018-01-02 Kalyan KondapallyEnsure we swap surface as needed.
2018-01-02 Kalyan KondapallyFix Logical Display.
2018-01-01 Kalyan KondapallyAvoid redundant test commit.
2017-12-31 Kalyan KondapallyFix commit failure when rotating the screen.
2017-12-31 Kalyan KondapallyMinor cleanup.
2017-12-31 Kalyan KondapallyAdd support to track when surfaces need to be refreshed.
2017-12-31 Kalyan KondapallyRemove UsePlaneScalar from OverlayLayer.
2017-12-31 Kalyan KondapallyCombine all incremental plane checks to one.
2017-12-31 Kalyan KondapallyLet's ensure we test layers as rects change.
2017-12-30 Kalyan KondapallyTrack source correctly in displayplanestate.
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-29 Kalyan KondapallyAvoid surfacedamage/rects calculations in case layers...
2017-12-29 Xiaosong WeiAdd RestoreDefaultVideoColor implementation
2017-12-28 Kalyan KondapallyAvoid extra test commit checks.
2017-12-27 Kalyan KondapallyAvoid full validation when adding new layers.
2017-12-26 Kalyan KondapallyAvoid full validation when layers are removed.
2017-12-24 Kalyan KondapallyRevert "Clip Viewport to DisplayFrame bounds when not...
2017-12-24 Kalyan KondapallyRevert "Always use source crop to set viewport."
2017-12-24 Kalyan KondapallyRemove redundant checks in overlaylayer.
2017-12-24 Kalyan KondapallyDon't track Primary plane separately.
2017-12-24 Kalyan KondapallyCache DisplayPlaneState.
2017-12-23 Kalyan KondapallyRework DisplayPlaneState API.
2017-12-23 Harish KrupoAdd package config file
2017-12-23 Harish KrupoMakefile: Remove unneeded LDADDs
2017-12-23 Harish Krupoifdef guard for GBM_BO_USE_CAMERA_{WRITE,READ}
2017-12-23 Harish Krupotravis: Add compilation check against libgbm (mesa)
2017-12-22 Kalyan KondapallyFix build with Debug logs.
2017-12-22 Kalyan KondapallyForce full re-validation in case last commit failed.
2017-12-22 Kalyan KondapallyAdd surface age to NativeSurface.
2017-12-22 Kalyan KondapallyDont try to use cursor plane always for non cursor...
2017-12-22 Kalyan KondapallyUse consumer_usage instead of usage from gralloc side.
2017-12-22 Kalyan KondapallyAdd DRM_FORMAT_ARGB8888 checks in drmplane.
2017-12-22 Kalyan KondapallyEnsure we track layer usage correctly.
2017-12-21 Kalyan KondapallyPop Out of scope Cached Buffers as part of PreparePurge...
2017-12-21 Kalyan KondapallyEnsure we clear surfaces when last commit fails.
2017-12-21 Xiaosong WeiAdd more tests in hwcservice_test
2017-12-21 Lin JohnsonNo need to delete fb if we already have one.
2017-12-21 Kalyan KondapallyRemove unused cursor related code.
2017-12-21 Kalyan KondapallyRemove redundant code.
2017-12-21 Kalyan KondapallyFix error log.
2017-12-21 Wang,FeiAdd sharp adjustment on VA module.
2017-12-21 Kalyan KondapallyMinimize locking while purging resources.
2017-12-21 Kalyan KondapallyPrint more data when GEM handle fails to close.
2017-12-21 Kalyan KondapallyNo need to reset composition results in case of idle...
2017-12-21 Kalyan KondapallyEnsure we mark on-screen & in-flight surface as in...
2017-12-20 Kalyan KondapallyTrigger a full validation in case fb creation fails.
2017-12-20 Kalyan KondapallyRemove gem_handle_ as part of handle.
2017-12-20 Kalyan KondapallyMake Initialize private in drmbuffer.
2017-12-20 Kalyan KondapallyNo need to clear surface when rect is updated.
2017-12-20 Kalyan KondapallyPartial revert of SufaceDamage.
2017-12-20 Kalyan KondapallyAlways use source crop to set viewport.
2017-12-20 Kalyan KondapallyRemove vasurface.
2017-12-20 Kalyan KondapallyUnify resource tracking for Media and 3D buffers.
2017-12-20 Kalyan KondapallyEnsure we release all surfaces.
2017-12-20 Kalyan KondapallyNo need to handle VideoEffect state in PlaneManager.
2017-12-20 Kalyan KondapallyRemove Composition state in displayplanestate.
next