OSDN Git Service

android-x86/external-IA-Hardware-Composer.git
2017-09-03 Kalyan KondapallyFix segfault when shutting down.
2017-09-01 Johnson LinFormats: Add HAL_PIXEL_FORMAT_YCbCr_422_888
2017-09-01 Fan, YugangFix wrong NV21 and ycbcr_444_888 lineBytes/height issue...
2017-09-01 Fan, YugangFix wrong NV16 lineBytes issue in video test.
2017-08-31 johnson.linAdd missing support for packed and planar YUV formats.
2017-08-31 Fan, YugangAdd tool to generate test example images
2017-08-31 johnson.linAdd tests for YUV formats.
2017-08-31 johnson.linTest: Fix data upload to bo.
2017-08-31 johnson.linLinux: correct logic for get fd for multiple planes...
2017-08-30 Kalyan KondapallyRe-calculate size after populating layers.
2017-08-29 Kalyan KondapallyFix SurfaceDamage tracking.
2017-08-26 Kalyan KondapallyLet's hold on to buffers for an extra frame before...
2017-08-26 Kalyan KondapallyRemove un-used refresh variable.
2017-08-26 Kalyan KondapallyEnsure display rect has changed before allocating new...
2017-08-26 Kalyan KondapallyMove ValidatePreviousFrameState internal to OverlayLayer.
2017-08-26 Kalyan KondapallyMark back buffers free to be recycled.
2017-08-26 Kalyan KondapallyMove redundant calculations to hwclayer.
2017-08-26 Kalyan KondapallyAllocate buffers of needed size only.
2017-08-22 Kalyan KondapallyGet source layers from current plane.
2017-08-15 Gao ChunAdd color format mapping from native format to vulkan
2017-08-15 Gao ChunAndroid: Build with vulkan source files
2017-08-13 YugangChange the init_frames place to load test json firstly.
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.
next