OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
2018-02-20 Harish KrupoAdd readme for build_script
2018-02-19 xue.yifeiHyper dmabuf sharing
2018-02-19 Harish Krupotravis-ci: Enable building linux frontend
2018-02-19 Kalyan KondapallyFix damage rects when layers are removed or added.
2018-02-19 Harish KrupoFix travis builds
2018-02-18 Kalyan KondapallyFix commit failures.
2018-02-18 Kalyan KondapallyFix travis builds.
2018-02-18 Harish KrupoBuild linux frontend using travis-ci
2018-02-18 Harish KrupoAdd iahwc backend inside Hwcomposer.
2018-02-18 Kalyan KondapallyEnsure we mark surfaces for recycling when planes are...
2018-02-18 Kalyan KondapallyCheck if plane type is cursor before applying Cursor...
2018-02-18 Kalyan KondapallyRemove redundant variables/functions in DisplayQueue.
2018-02-17 Kalyan KondapallyAdd log to trace wrongly disabled planes.
2018-02-17 Kalyan KondapallyFix garbage when minimizing windows.
2018-02-17 Kalyan KondapallyTry scanout only if you have one layer.
2018-02-16 Kalyan KondapallyFix flicker with task switcher.
2018-02-16 Kalyan KondapallyIgnore planes which have layers above threshold value.
2018-02-16 Kalyan KondapallyEnsure we render layers when squashing planes.
2018-02-16 Kalyan KondapallyRelease any free surfaces even if we are ignoring the...
2018-02-16 Kalyan KondapallyRefresh planestate tracking when layer rect has changed.
2018-02-16 Kalyan KondapallyUse displayframe as scissor rect for full clear.
2018-02-16 Kalyan KondapallyEnsure we release surfaces in case commit has failed.
2018-02-13 Kalyan KondapallyRemove redundant opeartions.
2018-02-13 Harish KrupoMove LayerHashGenerator to Native display
2018-02-13 Kalyan KondapallyPartial revert of "ff92a05232c5c56c63b99865dd149c4c9bcf...
2018-02-13 Kalyan KondapallyEnsure we dont allocate more than once for the plane...
2018-02-13 Kalyan KondapallyEnsure we clear surface in case layers are replaced.
2018-02-13 Kalyan KondapallyAdd basic tracking to refresh surfaces within planestate.
2018-02-11 Kalyan KondapallyTrack within plane state if last plane surface can...
2018-02-11 Kalyan KondapallyReplace InUse usage with SurfaceAge.
2018-02-11 Kalyan KondapallyNo need to reset composition regions if only damage...
2018-02-11 Kalyan KondapallySwapsurface implicitly in PlaneState.
2018-02-09 Harish KrupoPixelBuffer: Align width and height of pixelbuffer
2018-02-09 Harish KrupoMakefile.am: Add wsi, common as dependency
2018-02-09 Harish Krupolinux_frontend: Add Destroy layer API
2018-02-09 Harish Krupolinux_frontend: Add support for setting raw pixel data.
2018-02-09 Kalyan KondapallyFix warnings.
2018-02-06 Harish KrupoHwcRect: Set all members to 0 on initialization.
2018-02-06 Kalyan KondapallyHandle case where one of the rects is empty in Calculat...
2018-02-06 Kalyan KondapallyRevert "hyper dmabuf sharing"
2018-02-06 Lin JohnsonCorrect video plane damage rect caculation.
2018-02-06 xue.yifeihyper dmabuf sharing
2018-02-06 Kalyan KondapallyAdd support for raw pixel data.
2018-02-03 Kalyan KondapallyAdd initial support for HDCP.
2018-02-02 Harish KrupoLinux Backend Support
2018-02-01 Yuanjun HuangAdd API and functionality to query and store supported...
2018-02-01 Harish KrupoNativeDisplay: Layer Hash Generator
2018-01-31 Harish Krupotravis-ci: install all packages in same command
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 KondapallyUse GPUDevice to monitor HWCLock.
2018-01-28 Kalyan KondapallySplit drm and HWC specific initialization.
2018-01-28 Harish Krupohash_combine_hwc: get seed parameter as reference.
2018-01-28 Kalyan KondapallyInitial support for Downscaling as needed.
2018-01-23 Kalyan KondapallyValidate rect even if clear_surface is true.
2018-01-23 Wang,FeiAdd more test case in hwcservice_test.
2018-01-23 PoornimaAdded Support for 64bit RGB format
2018-01-22 Kalyan KondapallyTake Layer Content and validate into account in Overla...
2018-01-21 Kalyan KondapallyTake layer's state into consideration during idle frame.
2018-01-21 Kalyan KondapallyMake sure we are setting display frame correctly always.
2018-01-21 Kalyan KondapallyRemove unused define in make files.
2018-01-21 Kalyan KondapallyRe-work Idle time logic.
2018-01-20 Kalyan KondapallyIgnore Idle Frame request in case a layer has changed.
2018-01-20 Kalyan KondapallyForce render layers when force_media_composition is...
2018-01-20 Kalyan KondapallyIgnore Idleframe request in case effects state has...
2018-01-18 Kishore KadiyalaRemove the duplication of the function call
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.
next