OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
2017-10-24 Kalyan KondapallyDon't assume primary display if pipe_ == 0.
2017-10-23 Kalyan KondapallyAlign rotation enums with 4.14 headers.
2017-10-21 Qiming ShiFix Android Oreo build error
2017-10-21 Kalyan KondapallyAdd support to re-order physical displays.
2017-10-21 Xiaosong WeiFix build for Linux
2017-10-17 Tong BoAdd missing unlock.
2017-10-17 Fan, YugangAdd config handling for logical and mosiac.
2017-10-16 Lin JohnsonAdd P010 support
2017-10-16 Kalyan KondapallyReport maximum virtual displays as 2.
2017-10-13 Kalyan KondapallyW/A: Disable cursor plane usage on APL platforms.
2017-10-13 Xiaosong WeiFix build for Android
2017-10-13 Xiaosong WeiRemove vaSyncSurface
2017-10-10 Fan, YugangLinux: Get Mosiac mode working on Linux.
2017-10-10 Kalyan KondapallyRe-work cursor layer tracking in DisplayPlaneState.
2017-10-10 Kalyan KondapallyCheck if layer is actually cursor before removing it.
2017-10-10 Kalyan KondapallyRemove redundant code.
2017-10-10 Kalyan KondapallyPass false in case layer is not cursor.
2017-10-09 Xiaosong WeiEnsure VA processing the buffer with correct crop/frame
2017-10-09 Kalyan KondapallyInitial Mosiac Display support.
2017-10-09 Kalyan KondapallyAdd support for Logical Displays.
2017-10-07 Kalyan KondapallyRemove implicit assumption of 1 Cursor layer.
2017-10-05 Kalyan KondapallyRemove redundant logs.
2017-10-04 Kalyan KondapallyEnsure we don't refresh if display is not on.
2017-10-04 Kalyan KondapallyImprove Cursor plane tracking.
2017-10-04 Kalyan KondapallyMove HWCLock to DrmDisplayManager.
2017-10-03 Kalyan KondapallyAdd needed changes for travis.
2017-10-03 Kalyan KondapallyReset cursor plane as needed.
2017-10-03 Xiaosong WeiAdd initial support to convert Media buffers to packed...
2017-10-03 Kalyan KondapallyUse HWCLayerType to keep track of layer type in Overlay...
2017-10-03 Xiaosong WeiAdd support to track VideoPlanes.
2017-10-03 Xiaosong WeiAdd support to query supported format from DisplayPlane.
2017-10-03 Xiaosong WeiAdd API to initialize Media Renderer/Back buffer in...
2017-10-03 Xiaosong WeiIntroduce VaRenderer.
2017-10-03 Xiaosong WeiIntroduce VASurface.
2017-10-03 Xiaosong WeiFix indentation of DUMP_CURRENT_COMPOSITION_PLANES.
2017-10-03 Xiaosong WeiAdd support to query needed buffer data from OverlayBuffer.
2017-10-03 Xiaosong WeiAdd support to query supported Media format from Displa...
2017-10-03 Xiaosong WeiInitial Plumbing to provide Media Renderer.
2017-09-27 Jeevaka Prabu... Add implementation for grallochandler Map, Unmap functions
2017-09-26 Mingwei WangAdd null ptr checks for callbacks.
2017-09-25 Zhongmin WuDo not dup the acquire fence from surfaceflinger
2017-09-24 Kalyan KondapallySplit detecting displays for connectors which need...
2017-09-24 Kalyan KondapallyRemove HeadLess.
2017-09-24 Munish BhardwajReturn status in HWCPoll.
2017-09-22 Kalyan KondapallyFix External monitor detection during boot up.
2017-09-22 Kalyan KondapallyFix crash when no display is connected.
2017-09-20 Lin JohnsonFix Display frame change check
2017-09-19 Kalyan KondapallyWorkaround: Force refresh primary display when connecti...
2017-09-19 Kalyan KondapallyWorkaround: Notify SF of primary display status change...
2017-09-19 Pallavi GFixed the display pipe power off
2017-09-17 Kalyan KondapallyWorkaround: Fix hotplug issues on Android O.
2017-09-17 Kalyan KondapallyEnsure we delete the context of Compositor Thread.
2017-09-17 Kalyan KondapallyDifferentiate between physical disconnect and PowerMode...
2017-09-15 Harish KrupoFix connected boot in android.
2017-09-12 Fan, YugangFix the external display not init when start Android UI.
2017-09-12 Fan, YugangFix libhwcomposer relink issue when static libs been...
2017-09-12 Kalyan KondapallyUse DisplayFrameRect when calculating update regions.
2017-09-10 Kalyan KondapallyTrack CursorLayer in hwc2.
2017-09-10 Kalyan KondapallyEnsure we swap surface when region has changed.
2017-09-10 Kalyan KondapallyDisable implicit clone mode by default on Android.
2017-09-10 Kalyan KondapallyAdd an option to disable Hot Plug Notifications.
2017-09-09 Kalyan KondapallyInitialize default values in OverlayLayer and HWCBuffer.
2017-09-09 Kalyan KondapallyFix Segfault when display is powered on after Doze...
2017-09-09 Kalyan KondapallyUse ceilf when converting from float to int.
2017-09-09 Fan, YugangBuild common and wsi as static library.
2017-09-09 Kalyan KondapallyPartial revert of 9c9c704
2017-09-07 Kalyan KondapallyAvoid sending duplicate hotplug notifications.
2017-09-06 Kalyan KondapallyEnsure Layer using 3DComposition re-renders when source...
2017-09-06 Harish KrupoDont send callback if hook is null
2017-09-06 Kalyan KondapallyLet's limit max size of buffer to resolution of screen.
2017-09-06 Kalyan KondapallyFinetune threshold for idle mode detection.
2017-09-05 Kalyan KondapallyEnsure we update surface when cursor layer is added...
2017-09-05 Kalyan KondapallyAvoid re-calculating composition regions if regions...
2017-09-05 Kalyan KondapallyRemove Disconnect API from NativeDisplay.
2017-09-04 Kalyan KondapallyPostpone initial hot plug registration till Present...
2017-09-03 Kalyan KondapallyRe-work hot plug event handling.
2017-09-03 Kalyan KondapallyFix segfault when shutting down.
2017-09-01 Johnson LinFormats: Add HAL_PIXEL_FORMAT_YCbCr_422_888
2017-09-01 Fan, YugangFix wrong NV21 and ycbcr_444_888 lineBytes/height issue...
2017-09-01 Fan, YugangFix wrong NV16 lineBytes issue in video test.
2017-08-31 johnson.linAdd missing support for packed and planar YUV formats.
2017-08-31 Fan, YugangAdd tool to generate test example images
2017-08-31 johnson.linAdd tests for YUV formats.
2017-08-31 johnson.linTest: Fix data upload to bo.
2017-08-31 johnson.linLinux: correct logic for get fd for multiple planes...
2017-08-30 Kalyan KondapallyRe-calculate size after populating layers.
2017-08-29 Kalyan KondapallyFix SurfaceDamage tracking.
2017-08-26 Kalyan KondapallyLet's hold on to buffers for an extra frame before...
2017-08-26 Kalyan KondapallyRemove un-used refresh variable.
2017-08-26 Kalyan KondapallyEnsure display rect has changed before allocating new...
2017-08-26 Kalyan KondapallyMove ValidatePreviousFrameState internal to OverlayLayer.
2017-08-26 Kalyan KondapallyMark back buffers free to be recycled.
2017-08-26 Kalyan KondapallyMove redundant calculations to hwclayer.
2017-08-26 Kalyan KondapallyAllocate buffers of needed size only.
2017-08-22 Kalyan KondapallyGet source layers from current plane.
2017-08-15 Gao ChunAdd color format mapping from native format to vulkan
2017-08-15 Gao ChunAndroid: Build with vulkan source files
2017-08-13 YugangChange the init_frames place to load test json firstly.
2017-08-13 Kalyan KondapallyDon't force client composition when layer color is...
2017-08-13 Kalyan KondapallyEnsure we re-validate layers when more than 1 layer...
next