OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
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
2017-02-16 Kalyan KondapallyEnable fstack-protector-strong option.
2017-02-15 Kalyan KondapallyEnsure Viewport is same as DisplayFrameRect.
2017-02-15 Yugang, FanUpdate json files for small size video test files.
2017-02-15 Kalyan KondapallyCleanup: Remove unused variables in Compositor.
2017-02-15 Kalyan KondapallyEnsure final combination is tested before doing actual...
2017-02-15 Kalyan KondapallyMove NativeSurface initialization to PlaneManager.
2017-02-15 Kalyan KondapallyEnsure GL resources are initlialized before MakeCurrent.
2017-02-14 Fan, YugangAdd multiple layers test json example.
2017-02-14 Kalyan KondapallyPass NativeBufferHandler in DisplayPlaneManager Initial...
2017-02-14 Kalyan KondapallyAdd API to set and retrieve offscreen target for a...
2017-02-14 Kalyan KondapallyAdd OverlayLayer to NativeSurface.
2017-02-14 Avinash Reddy... Fix for continous commit failures
2017-02-12 Kalyan KondapallyFix compiler warnings.
2017-02-12 Kalyan KondapallyAdd support for importing YVU, NV12 etc formats.
2017-02-08 arpalletPassing proper width height to create Virtual display.
2017-02-07 Fan YugangFix shaking issue when playing video raw file
2017-02-05 Kalyan KondapallyInstall hwcomposer in vendor/lib
2017-02-05 Kalyan KondapallyAdd support for Minigbm.
2017-02-03 Yugang, FanSupport json-c static compilation in project build
2017-02-03 arpalletFix crash with Virtual display.
2017-02-03 Carlos SantaPresentDisplay should return true if modeset is succesful.
2017-02-01 Kalyan KondapallyTests: Fix crash with External Monitor.
2017-02-01 Pallavi GFix modesetting.
2017-01-31 Kalyan KondapallyFix crash with virtual display.
2017-01-31 arpalletAlgorithm to detect disjoint regions for gpu composition.
2017-01-30 Kalyan KondapallyWe should have only one primary and cursor per display.
2017-01-29 Kalyan KondapallyHandle DPMS mode setting immediately.
2017-01-29 Kalyan KondapallyDo proper clean up of modeset blobs.
2017-01-29 Kalyan KondapallyEnsure we have internal display first in list of connec...
2017-01-29 Kalyan KondapallyCheck for supported formats before creating fbs for...
2017-01-28 Kalyan KondapallyFix surfaceflinger crash when not connected to an display.
2017-01-28 Johnson LinAdd support for extending tests and configuring them...
2017-01-26 Kalyan KondapallyDont pass EGL_SYNC_FLUSH_COMMANDS_BIT_KHR.
2017-01-25 Randy XuCorrect the RefreshRate Query in HWC
2017-01-24 Kalyan KondapallySquash BoardConfig flags.
2017-01-24 Kalyan KondapallyMake Choregrapher happy.
2017-01-24 Kalyan KondapallyManage sync time line within planemanager.
2017-01-24 Tapani Pällidrm_hwcomposer: in case of EBUSY, spin until commit...
2017-01-23 Marta LofstedtOnly build if BOARD_USES_IA_HWCOMPOSER is set
2017-01-23 Kalyan KondapallyMaintain compatibility with existing GRALLOC_MODULE_PER...
2017-01-23 Kalyan KondapallyUse GraphicBuffer APIS to allocate buffers.
2017-01-22 Kalyan KondapallyCleanup: Remove redundant logging.
2017-01-22 Kalyan KondapallyFix double deletion issue.
2017-01-22 Kalyan KondapallyEnsure we dont close gpu fd till all resources are...
2017-01-22 Kalyan KondapallyDont set wrap mode to GL_REPEAT.
2017-01-22 Kalyan KondapallyRestore EGLContext state correctly during GLRenderer...
2017-01-22 Ragha KhandenahallyFix build warning.
2017-01-22 Ragha KhandenahallyAlways fall back to GPU when Overlay usage is disabled.
2017-01-22 Ragha KhandenahallyEnsure format and usage are in right types.
2017-01-22 Ragha KhandenahallyAdd Board Config option to disable Native Color Mode...
2017-01-21 Kalyan KondapallyNo need to maintain a cache of OverlayBuffers.
2017-01-18 Rafael AntognolliLinux: Make kmscube wait on the right fence.
2017-01-18 johnson.linTests: Inital plumbing for connection change notifications.
2017-01-18 johnson.linEnsure we are using the right connected display.
2017-01-18 Kalyan KondapallyLinux: Fix kms cube test case.
2017-01-16 Kalyan KondapallyMake DisplayManager private in cpp file.
2017-01-16 Kalyan KondapallyInitial import.