OSDN Git Service

Fix potential FD leak
[android-x86/external-IA-Hardware-Composer.git] / common / compositor / vk /
2019-01-14 Lin JohnsonReplace SetExplicitSyncSupport with SetDisableExplicitSync
2018-11-14 Shaofeng TangClean error log in HWC
2018-10-15 Lin JohnsonChange decryption prop name
2018-04-30 Kalyan Kondapallyvk: Fix building with Vulkan backend
2018-04-02 Kalyan KondapallyRemove unused code related to PixelBuffer.
2018-02-06 Kalyan KondapallyAdd support for raw pixel data.
2017-12-20 Kalyan KondapallyNo need to pass clear_surface to draw call.
2017-12-10 Kalyan KondapallyGet NativeHandler from BufferManager.
2017-08-15 Gao ChunAdd color format mapping from native format to vulkan
2017-08-09 Kalyan KondapallyMove all 3D rendering to a separate thread.
2017-08-06 Kalyan KondapallyInsert acquire fences into 3D pipeline as needed.
2017-07-15 Kalyan KondapallyAdd missing license.
2017-07-04 Kalyan KondapallyRelease GPU resources agressively.
2017-07-02 Kalyan KondapallyTrack if plane surface needs to be cleared via displayp...
2017-06-18 Kalyan KondapallyRemove redundant code related to idle mode.
2017-06-04 Kalyan KondapallyFall back to single plane composition in Idle case.
2017-05-20 Kalyan KondapallyUse NativeBufferHandler for allocating buffers in Tests.
2017-04-24 Kalyan KondapallyRemove DISABLE_EXPLICIT_SYNC usage.
2017-04-24 Kalyan KondapallyCheck for OUT_FENCE_PTR support during runtime.
2017-03-30 Kevin Strasservk: Free vk objects after use
2017-03-26 Kalyan KondapallyAdd OverlayBufferManager.
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 Kevin Strasservk: Define missing Renderer overrides
2017-03-24 Kevin Strasservk: Check queue family before vkCreateDevice
2017-03-24 Kevin Strasservk: Free descriptor sets after use
2017-03-19 Kevin Strasservk: Initial commit of the Vulkan backend