OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
2017-04-24 Aravindan MHot plug event handler modified to reduce cycles consumed
2017-04-24 Kalyan KondapallyDont call Compositor related APIS when not falling...
2017-04-24 Kalyan KondapallyDecrease lock wait time in KmsFenceHandler.
2017-04-24 Kalyan KondapallyRemove DISABLE_EXPLICIT_SYNC usage.
2017-04-24 Kalyan KondapallyRemove usage of DISABLE_OVERLAY_USAGE.
2017-04-24 Kalyan KondapallyCleanup: Remove unused API.
2017-04-24 Kalyan KondapallyUnRegister Buffers in DisplayQueue.
2017-04-24 Kalyan KondapallyCheck for OUT_FENCE_PTR support during runtime.
2017-04-24 Kalyan KondapallyMove ValidateCachedLayers to DisplayQueue.
2017-04-24 Kalyan KondapallyTrack if layer has changed over frames within OverlayLayer.
2017-04-21 Kalyan KondapallyReset inflight surfaces appropriately.
2017-04-21 Pallavi GAvoid virtual display error prints
2017-04-20 Kalyan KondapallyLet native surface track its buffer.
2017-04-20 Kalyan KondapallySquash BeginFrameUpdate into CommitFrame.
2017-04-20 Harish KrupoThe string comparision must check for zero for equality.
2017-04-20 Terry HeoDo not build PIC code for Android
2017-04-20 Kalyan KondapallyRemove wait for each layer used for 3D Composition.
2017-04-19 Harish KrupoStore size of the static buffer in a variable
2017-04-19 Pallavi GModified the nativesurface handling
2017-04-17 Kalyan KondapallyUse Poll in EnsureReadyForNextFrame.
2017-04-17 Kalyan KondapallyRemove "DOUBLE_BUFFERED" option.
2017-04-17 Kalyan KondapallyRename PageFlipEventHandler as VblankEventHandler.
2017-04-17 Kalyan KondapallyRemove SignalBuffersIfReady.
2017-04-17 Kalyan KondapallyMark pointers const.
2017-04-17 Kalyan KondapallyCleanup: Remove unused API.
2017-04-07 Pallavi GFix for the blank shade behind the cursor
2017-04-06 Randy XuHWC: Add spinlock for scopedfd
2017-04-05 Pallavi GRevert "Add surface damage support"
2017-04-04 Pallavi GAdd surface damage support
2017-04-04 Pallavi GFix the cursor handling if the HW cursor is not working
2017-04-01 Yugang, FanUpdate parameter type of gamma to float.
2017-04-01 Yugang, FanAdd color correction and broadcast rgb test to layers...
2017-03-31 Pallavi GBuild fix with display dump enable
2017-03-30 Kevin Strasservk: Free vk objects after use
2017-03-30 Kevin Strasservk: Disable explicit sync
2017-03-30 Kalyan KondapallyFix warnings on Android.
2017-03-30 Kalyan KondapallyBuild fix.
2017-03-28 Yugang, FanAdd color correction tests to check gamma color remap
2017-03-28 Yugang, FanAdd color correction relevant APIs.
2017-03-27 Johnson LinTests: Initialize all variables correctly.
2017-03-26 Bruce BeareAllow the minigbm project to be relocated in the tree
2017-03-26 Kalyan KondapallyMake static analyzers happy.
2017-03-26 Kalyan KondapallyAdd support to handle both Double Buffered & Triple...
2017-03-26 Kalyan KondapallyAdd support for retire_fence.
2017-03-26 Kalyan KondapallyAdd OverlayBufferManager.
2017-03-26 Kalyan KondapallyUnify Hot plug logic on Linux and Android.
2017-03-25 Kalyan KondapallyReplace all printf with ETRACE under common/
2017-03-24 Kevin Strasservk: Make each VKSurface track its own fb
2017-03-24 Wayne BoyerChromeOS: fix include path for drm_fourcc.h
2017-03-24 Kevin Strasservk: Define missing Renderer overrides
2017-03-24 PoornimaFormat check in the getclienttargetsupport API
2017-03-24 Kalyan KondapallyRemove fd from our tracking list when Thread is killed.
2017-03-24 Kalyan KondapallyRename pageflipeventhandler to vblankeventhandler.
2017-03-24 Shobhit KumarAdd support to use either of GBM or Mini GBM as needed
2017-03-24 Kalyan KondapallyWait on kms fence in a separate thread.
2017-03-24 Kalyan KondapallyRelease fences early for layers using 3D composition.
2017-03-24 Kalyan KondapallyUse poll instead of sync_wait.
2017-03-24 Kalyan KondapallyFix tearing.
2017-03-24 Kalyan KondapallyTrack sync objects for each overlay layer.
2017-03-24 johnson.linAdd nv12 support.
2017-03-24 Kevin Strasservk: Check queue family before vkCreateDevice
2017-03-24 Kevin Strasservk: Free descriptor sets after use
2017-03-21 Johnson LinAlways handle hot plug callback.
2017-03-21 Johnson LinOnly need to assign one encoder for the connector.
2017-03-21 Johnson LinHotplug event thread should not wait.
2017-03-20 PoornimaConfirm Validate display call before Accepting Display...
2017-03-19 Kevin Strasservk: Initial commit of the Vulkan backend
2017-03-19 Kalyan KondapallyGet all needed data from cros_gralloc_handle.
2017-03-15 Mingwei WangFix HDMI display hotplug issue
2017-03-15 Johnson LinTests: Store fences for each display separately.
2017-03-15 Rafael AntognolliAdd documentation to FDHandler.
2017-03-15 Rafael AntognolliAdd documentation to HWCEvent.
2017-03-15 Rafael AntognolliSeparate code for finishing commit and handling requests.
2017-03-14 Rafael AntognolliRefactor DisplayQueue to watch for drmAtomicCommit...
2017-03-14 Rafael AntognolliMake HWCThread use FDHandler to watch for events.
2017-03-14 Rafael AntognolliAdd FDHandler to watch for fds that are ready.
2017-03-13 Kalyan KondapallyMake PageFlipEventHandler work with eventfd.
2017-03-13 Rafael AntognolliAdd HWCEvent to handle signalling of HWCThread.
2017-03-11 Rafael AntognolliFix build by missing header.
2017-03-11 Kalyan KondapallyAdopt to new changes from Minigbm.
2017-03-10 Johnson LinAdd ebuild file for chromeos.
2017-03-10 Mingwei WangFix rotation issue
2017-03-10 Johnson LinInclude file drm/drm_fourcc.h should be drm_fourcc.h
2017-03-10 Johnson LinTest: rename c files to cpp.
2017-03-08 sivagRemove unused variables.
2017-03-08 johnson.linTest: Different renders should use different GL context.
2017-03-08 Kalyan KondapallyTests: Fix warnings.
2017-03-07 Kalyan KondapallyForce 3DComposition when DISABLE_OVERLAY_USAGE is enabled.
2017-03-06 Kalyan KondapallyAndroid: Use same sw_sync ABI as supported by AOSP...
2017-03-05 Kalyan KondapallyTests: Make power mode toggling continuous.
2017-03-05 Kalyan KondapallySimplify connect/disconnect logic in DisplayQueue.
2017-03-05 Kalyan KondapallyRemove unused code.
2017-03-05 Kalyan KondapallyTry closing fd only when it's > 0.
2017-03-04 Kalyan KondapallyRespect PowerMode state in PageFlipEventHandler.
2017-03-04 Kalyan KondapallyTrack if Display is powered on using power_mode_ state.
2017-03-03 Fan YugangAdd new gl test to check texture and dma_buf mmap.
2017-03-02 Kevin Strassergl: remove extra program->Init() call
2017-03-01 Pallavi GAdded power mode tests as part of the standalone test
2017-03-01 Pallavi GAdded the doze power mode support
2017-02-28 Kalyan KondapallyWait on KMS Fence before even calling commit.
next