OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
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...
2017-08-13 Kalyan KondapallyRework idle state detection logic.
2017-08-13 Kalyan KondapallyUse flags instead of bool to track Cursor state.
2017-08-13 Kalyan KondapallyEnsure we fall back to GPU Composition when commit...
2017-08-13 Kalyan KondapallyAdd support to initialize Overlaylayer from HWCLayer.
2017-08-13 Kalyan KondapallyDont invalidate Cache when cursor plane visibility...
2017-08-10 Kalyan KondapallyDont use MultiDisplayManager.
2017-08-10 Kalyan KondapallyEnsure we dont set primary as clone for itself.
2017-08-10 Kalyan KondapallyEnsure we pick up the first connected display as Primary.
2017-08-09 Harish KrupoDisable SetCursorPosition usage
2017-08-09 Lattannavar... Partial revert of "Clear Surface when display/src rect...
2017-08-09 Kalyan KondapallyMove all 3D rendering to a separate thread.
2017-08-07 Kishore KadiyalaAdd lock for mode setters/getters.
2017-08-06 Kalyan KondapallyFix flicker when moving layer position.
2017-08-06 Kalyan KondapallyInsert acquire fences into 3D pipeline as needed.
2017-08-06 Kalyan KondapallyRelease surfaces after updating the state of current...
2017-08-06 Kalyan KondapallyTrack Scissor rect separately in RenderState.
2017-08-06 Kalyan KondapallyUse SurfaceDamage of layer instead of DisplayFrame...
2017-08-06 Kalyan KondapallyAvoid creating render states for layers not part of...
2017-08-06 Kalyan KondapallyDont mark display as cloned when type == VirtualDisplay.
2017-08-05 Kalyan KondapallyRemove unused variables.
2017-08-05 Kalyan KondapallyUnify cpp flags with rest of stack.
2017-08-04 Harish KrupoFix hang during boot up
2017-07-28 Kalyan KondapallyPartial revert of 86099e12ed6b94b8f913c715da533a4156dc4dfd
2017-07-28 Michael GoffioulFix screen-off problem.
2017-07-26 Kalyan KondapallyEnsure we release any GL resources before shutting...
2017-07-26 Kalyan KondapallyRename HwcLayer to Hwc2Layer.
2017-07-26 Kalyan KondapallyRemove MarkBackBuffersForReUse.
2017-07-26 PoornimaFix for stack corruption and solve Multi-Mode config...
2017-07-26 nkumarchDoing fresh clone for libdrm, mesa and minigbm for...
2017-07-24 Kalyan KondapallyComment out hwc-val include for now.
2017-07-23 Kalyan KondapallyHWC1.5: Skip layer if composition type is HWC_FRAMEBUFF...
2017-07-23 Kalyan KondapallyReplace BOARD_USES_HWC1 with TARGET_USES_HWC2.
2017-07-23 Kalyan KondapallyHWC1.5: Add dummy implementation for setCursorPositionA...
2017-07-23 Kalyan KondapallyHWC1.5: Enable Surface damage support.
2017-07-23 Kalyan KondapallyRemove redundant code.
2017-07-23 Kalyan KondapallyHWC 1.5: Ensure we set overlay composition for layers...
2017-07-23 Kalyan KondapallyEnable support to opt for Double/tripple buffering.
2017-07-22 Kalyan KondapallyAndroid: Add HWC 1.5 support.
2017-07-22 Munish BhardwajInitial patch to enable HWC Validation code
2017-07-22 Fan, YugangUpdate the HWC ebuild file to support .so and binary...
2017-07-22 PoornimaAdded Support to test displayModes related APIs using...
2017-07-18 Harish KrupoFix tearing issue in multi display mode
2017-07-18 Kalyan KondapallyREVERTME: Android: Don't register more than one display...
2017-07-18 Kalyan KondapallyAdd Basic DisplayManagement for Android.
2017-07-17 Harish KrupoRemove unneeded break if encoder is found
2017-07-17 Kalyan KondapallyAndroid: Enable support for Extended mode.
2017-07-17 Kalyan KondapallyDisable Idle frame tracking for displays in cloned...
2017-07-17 Kalyan KondapallyAdd support for clone Mode.
2017-07-17 Kalyan KondapallyAdd support for scaling layers.
2017-07-15 Kalyan KondapallyFix Linux builds.
2017-07-15 Kalyan KondapallyInitial plumbing to enable multi display support.
2017-07-15 Kalyan KondapallyAdd missing license.
2017-07-14 Kalyan KondapallyRename drmhwctwo to iahwc2.
2017-07-14 Kalyan KondapallyRevert "Rename drmhwctwo to iahwc2."
2017-07-14 Kalyan KondapallyUse flags instead of bool to track state in DisplayQueue.
2017-07-13 Kalyan KondapallyAdd support for other apps to control display during...
2017-07-13 Kalyan KondapallyRename drmhwctwo to iahwc2.
2017-07-13 Kalyan KondapallyRemove redundant z_order variable in drmhwctwo.
2017-07-13 Kalyan KondapallyRemove redundant code.
2017-07-11 Kalyan KondapallyResize viewport when display rect has changed.
2017-07-10 Jeevaka Prabu... Replace Mutex with SpinLock
2017-07-10 Kalyan KondapallyReset continuous frames to 0 when we have idle frame.
2017-07-09 Kalyan KondapallyRelease GPU Resources after rendering layers.
2017-07-09 Kalyan KondapallyClose Buffer handle when we are done using it.
2017-07-09 Kalyan KondapallySet correct state to layer when we fall back to GPU...
2017-07-08 Kalyan KondapallyReset surface damage when ever layer dimension changes.
2017-07-08 Kalyan KondapallyVirtualDisplay: Render layers only if content has changed.
2017-07-06 Kalyan KondapallyIgnore idle refresh when power mode is set to off.
2017-07-06 Kalyan KondapallyExplicitly delete GPU Resources with offscreen rendering.
2017-07-06 Kalyan KondapallyDont update VirtualDisplay when powermode state is...
2017-07-06 Kalyan KondapallyClear surface when display/src rect has changed.
2017-07-05 Kalyan KondapallyAlign Surfacedamage semantics with Android.
2017-07-04 Kalyan KondapallyDont re-validate layes if display/src rects/content...
2017-07-04 Kalyan KondapallyRelease GPU resources agressively.
2017-07-04 Kalyan KondapallyRelease unused memory when commit is ignored.
2017-07-04 Kalyan KondapallyTake into consideration previous layer damage.
2017-07-04 Kalyan KondapallyCopy hwc_buffer state when copying buffer.
2017-07-04 Kalyan KondapallyTrack DisplayFrame changes separately.
2017-07-04 Kishore KadiyalaREVERT [PARTIAL] : Disable invoking of hwc.info service
2017-07-04 Kalyan KondapallyFix crash when we connect external monitor after bootup.
2017-07-04 Kalyan KondapallyTests: Clip display frame, source rect to resolution.
2017-07-03 Kalyan KondapallyHandle HDMI-change notification also.
2017-07-03 Kalyan KondapallyBe more aggressive in releasing used memory.
2017-07-03 Kalyan KondapallyRemove surface damage related things from displayplanes...
2017-07-03 Kalyan KondapallyRe-render layers which are part of Viewport only.
2017-07-03 Kalyan KondapallyPopulate display frame rects only when rendering.
2017-07-02 Kalyan KondapallyTrack if plane surface needs to be cleared via displayp...
2017-07-02 Kalyan KondapallyRemove kLayerPositionChanged usage.
2017-07-01 Kalyan KondapallyRevert "Remove width_ and height_ from displayplanemana...
2017-07-01 Kalyan KondapallyRevert "Allocate buffers of size we need."
2017-07-01 Kalyan KondapallyIgnore commits in case nothing has changed.
2017-07-01 Kalyan KondapallyCleanup hwcservice API naming.
2017-07-01 PoornimaAdded libhwcservice - getHwcVersion().
2017-07-01 Kalyan KondapallyEnsure all layers have a release fence.
2017-06-30 Kalyan KondapallyRevert "Use kms fence as release fence."
2017-06-30 Kalyan KondapallyUse kms fence as release fence.
2017-06-30 Kalyan KondapallyClear surface only as needed.
2017-06-30 Kalyan KondapallyMark backbuffers to be re-used when revalidating cache.
next