OSDN Git Service

fix build error
[android-x86/external-IA-Hardware-Composer.git] / wsi /
2019-03-29 xue.yifeiFix create/destroy VDS issue
2019-03-05 Lin JohnsonFix another memory leak
2019-03-04 Shaofeng TangFollow klocwork coding guide for null checking. (#552)
2019-02-20 renchengleiReuse last overlay plane on ACRN when multi monitors...
2019-02-19 HeYueFix the ACRN build error
2019-02-19 Shaofeng TangFix the null pointer and out-of array issues found...
2019-01-29 Shaofeng TangActiveConfig should not be reset in ConnectDisplay...
2019-01-28 HeYueAdd GetFrameBufferManager function in GpuDevice
2019-01-24 HeYueGPU device use singleton
2019-01-22 Wan ShuangAdded the support of panorama view mode in AaaG HWC.
2019-01-18 Shaofeng TangNew API for syncing hwc drm-commit.
2019-01-18 Shaofeng TangSupporting Planes Reservation
2019-01-14 Lin JohnsonReplace SetExplicitSyncSupport with SetDisableExplicitSync
2019-01-10 Shaofeng TangRevert "Return false for none of DrmModeMode"
2019-01-09 Lin JohnsondrmBuffer: wrap CreateFrameBuffer in GetFb
2019-01-09 Lin JohnsonRemove choose_drm_modifier
2019-01-02 Yang, DongModify the connected display calculate logic
2019-01-02 Yuanjun HuangCorrect overlay alpha blending value setting
2018-12-27 Shaofeng TangReturn false for none of DrmModeMode
2018-12-18 Yang, DongHWC: optimize the 1st display frame commit
2018-12-06 Lin JohnsonAndroid: disable use modificators in some situation
2018-12-05 Shaofeng TangCheck null pointer before using layer buffer.
2018-11-29 HeYueAdd full color range support
2018-11-15 Lin JohnsonRename HwcBuffer to HwcMeta
2018-11-15 Kishore KadiyalaAdd support for the Color Depth control
2018-11-14 Shaofeng TangClean error log in HWC
2018-11-06 Jenny CaoFix critical KW issue
2018-10-31 Lin JohnsonPAVP: set vpp parameters if layer is protected
2018-10-30 HeYueAndroid: Fix unused parameters complie warnings in...
2018-10-19 Lin JohnsonHDCP: Should use connector_id (port_id) as the index...
2018-10-19 Lin JohnsonHDCP: Add GetDisplayIDFromConnectorID
2018-10-17 Wan ShuangSet HWC as DRM master when got exclusive lock of /vendo...
2018-10-15 Lin Johnsonfix compliation error caused by rebase 05cda00f4c6322c1...
2018-10-15 Lin JohnsonChange decryption prop name
2018-10-15 Lin JohnsonHWC to support protected buffer display
2018-10-15 Lin JohnsonProtected layer should always choose video path
2018-10-15 Harish KrupoDrmDisplay: check if sink supports DCI-P3.
2018-10-15 Lin JohnsonHDCP: Add Set SRM support
2018-10-09 Lin JohnsonImplement PAVP tear down support
2018-10-09 Wan ShuangAdded ignore_updates_ to track if HWC needs to ignore...
2018-10-01 Harish KrupoImplement display rotation.
2018-09-26 Lin JohnsonRemove blocking commit wrongly merged
2018-09-20 Lin JohnsonAdd support for SolidColor Type layer in HWC
2018-09-10 Caiwen ZhangUpdate AliOS support
2018-08-28 Michele Lim GP2.0 Renderer interlaced video mode control
2018-08-27 Lin JohnsonRobustness for AaaG: when there is no pipe assigned,
2018-08-22 xue.yifeinew design of the hyper dmabuf sharing base on VDS
2018-08-21 Lin JohnsonShould check input parameters for function GetDisplayCo...
2018-08-14 Michele Lim Omit extraneous metadata copy in DrmBuffer and replac...
2018-08-14 Lin JohnsonFix virtual display regression
2018-08-02 Lin JohnsonAndroid: workaound for 3 display underrun issue.
2018-06-25 Lin JohnsonAdd option to disable video vpp if va driver is not...
2018-06-15 Liu Zhiquanignore interlace modes
2018-06-04 Kevin Strasserlinux: Only build against Mesa GBM
2018-06-04 Kevin StrasserFix Mesa GBM support
2018-06-01 Richard AvelarFrameBufferManager Instance owned by GPUDevice
2018-05-29 Kevin StrasserStop assuming that enums is a valid pointer when count_...
2018-05-27 Kalyan KondapallyAdd support to dynamically disable last overlay usage.
2018-05-24 Kalyan KondapallyMove display fence polling to DrmDisplay.
2018-05-18 Wan ShuangFix flicker during boot up.
2018-05-18 Michele LimFix Klockwork NULL pointer dereference issue
2018-05-17 Kevin StrasserFree drm objects before returning
2018-05-17 Kevin StrasserAlso ensure blob data field is non-null
2018-05-16 Kevin StrasserEnsure property blob pointer is non-null
2018-04-30 Kalyan Kondapallyvk: Fix building with Vulkan backend
2018-04-24 Richard AvelarReformat files with clang-format
2018-04-18 Kalyan KondapallyFix crash in UpdateDisplayConfig.
2018-04-14 Kalyan KondapallyWeston: Move texture upload sync to Display Queue.
2018-04-14 Vivek KasireddyAdd support for canvas color feature
2018-04-10 Kelly Ledfordwsi: fix gcc flag error
2018-04-09 Kalyan KondapallyAvoid using parent compositor for cloned display.
2018-04-09 Kalyan KondapallyAdd support to enable RBC dynamically.
2018-04-09 Yuanjun HuangAdd Render Buffer Compression support in HWComposer.
2018-04-08 Kalyan KondapallyRemoved unused is_cursor_layer param in InitializeFromN...
2018-04-02 Kalyan KondapallyRemove unused code related to PixelBuffer.
2018-04-02 Kalyan KondapallyMove raw pixel data handling to IAHWCLayer.
2018-03-30 Gowtham HosamaneCustom position for float display
2018-03-30 Harish KrupoImprove Weston support.
2018-03-30 Kalyan KondapallyRemove unused gpu_fd variable.
2018-03-30 Kalyan KondapallyTrack GemHandles and FB separately.
2018-03-28 Lin JohnsonGive out error message when meet errors
2018-03-27 xue.yifeiChange meta-data process to algin with SOS & fix Nested...
2018-03-27 Lin JohnsonUse global cache for KMS resources
2018-03-26 Wan ShuangFixed one display hang when plug 3 displays in clone...
2018-03-24 Kalyan KondapallyRe-work Clone mode.
2018-03-22 Richard AvelarFix conversion warning when building hwc
2018-03-22 Gowtham HosamaneConfigure custom resolution
2018-03-20 Lin JohnsonkRrefreshRate should return refresh period in nanoseconds
2018-03-20 Kalyan KondapallyInitial Coverity fixes.
2018-03-18 Kalyan KondapallyAdd support for multi plane import.
2018-03-18 Kalyan KondapallyAdd API to enable/disable HDCP support from HWCService...
2018-03-15 Kalyan KondapallyEnsure we release buffer only when it's not used by...
2018-02-22 kalyan kondapallyMerge pull request #248 from harishkrupo/master
2018-02-20 biskhandFix hwc compilation error due to libva2.0 master upgrade
2018-02-19 xue.yifeiHyper dmabuf sharing
2018-02-18 Kalyan KondapallyFix commit failures.
2018-02-18 Kalyan KondapallyCheck if plane type is cursor before applying Cursor...
2018-02-13 Harish KrupoMove LayerHashGenerator to Native display
2018-02-09 Harish KrupoPixelBuffer: Align width and height of pixelbuffer
2018-02-09 Harish KrupoMakefile.am: Add wsi, common as dependency
next