OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
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.
2017-02-27 Kalyan KondapallyFix unintialized variables.
2017-02-27 Kalyan KondapallyClose Acquire fences once done with them.
2017-02-27 Johnson LinTests: Respect no explict fence option for glrenderer
2017-02-27 Johnson LinTests: Add json file for multiple layers without video.
2017-02-27 Johnson LinTests: Change video bo upload logic.
2017-02-27 Kalyan KondapallyMake cpplint happy.
2017-02-27 Kalyan KondapallyMake static code analyzer happy.
2017-02-27 Kalyan KondapallyAvoid intermediate composition when Overlay Support...
2017-02-27 Kalyan KondapallyCache Composition Region.
2017-02-26 Kalyan KondapallyRelease GLRenderer when Display is disconnected.
2017-02-26 Kalyan KondapallyDont query for KMS fence when doing modeset.
2017-02-26 Kalyan KondapallyDont hardcode include paths and TARGET_BOARD_PLATFORM.
2017-02-25 Kalyan KondapallyFix warnings.
2017-02-25 Kalyan KondapallyMove sync object management to DisplayQueue.
2017-02-25 Kalyan KondapallyDont reset needs_modeset flag till we try to handle...
2017-02-25 Kalyan KondapallyRespect DRM_MODE_FLAG_INTERLACE and DRM_MODE_FLAG_DBLSC...
2017-02-25 Kalyan KondapallyTests: Dont ignore first frame.
2017-02-25 Kalyan KondapallyRemove unnecessary includes.
2017-02-24 Kalyan KondapallyRemove save/restore of EGLContext.
2017-02-22 Kalyan KondapallyBuildFix.
2017-02-22 johnson.linDisplayQueue: Dont update state cache when needs_modese...
2017-02-22 Kalyan KondapallyEnsure Acquire fence is signalled before 3D composition.
2017-02-22 johnson.linDont delete buffers which are not owned by us.
2017-02-22 Kalyan KondapallyMove Display Commits to a separate thread.
2017-02-19 Kalyan KondapallyFix Indentation.
2017-02-19 Kalyan KondapallyNo need to call composition init function for every...
2017-02-19 Kalyan KondapallyStop manual tracking of release fences.
2017-02-19 Kalyan KondapallyMove all Display related classes under display/
2017-02-19 Kalyan KondapallyMove OverlayBuffer under core.
2017-02-19 Kalyan KondapallyRename InternalDisplay as Display.
2017-02-19 Kalyan KondapallyUse std::thread instead of PThread.
2017-02-19 Kalyan KondapallyCleanup: Remove unwanted forward declarations and includes.
2017-02-19 Kalyan KondapallyTie OverlayBuffer lifetime to OverlayLayer.
2017-02-19 Kalyan KondapallyCache ValidateLayers result.
2017-02-16 johnson.linremove compile warnings
next