OSDN Git Service

Separate code for finishing commit and handling requests.
[android-x86/external-IA-Hardware-Composer.git] / common /
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-10 Johnson LinInclude file drm/drm_fourcc.h should be drm_fourcc.h
2017-03-08 sivagRemove unused variables.
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 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-02 Kevin Strassergl: remove extra program->Init() call
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 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-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 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-15 Kalyan KondapallyEnsure Viewport is same as DisplayFrameRect.
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 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 PalletiFix 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-05 Kalyan KondapallyAdd support for Minigbm.
2017-02-03 Carlos SantaPresentDisplay should return true if modeset is succesful.
2017-02-01 Pallavi GFix modesetting.
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-26 Kalyan KondapallyDont pass EGL_SYNC_FLUSH_COMMANDS_BIT_KHR.
2017-01-25 Randy XuCorrect the RefreshRate Query in HWC
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 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 KondapallyDont set wrap mode to GL_REPEAT.
2017-01-22 Kalyan KondapallyRestore EGLContext state correctly during GLRenderer...
2017-01-22 Ragha KhandenahallyAlways fall back to GPU when Overlay usage is disabled.
2017-01-21 Kalyan KondapallyNo need to maintain a cache of OverlayBuffers.
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-16 Kalyan KondapallyMake DisplayManager private in cpp file.
2017-01-16 Kalyan KondapallyInitial import.