summaryrefslogtreecommitdiff
path: root/libs/ui/GraphicBufferMapper.cpp
AgeCommit message (Expand)Author
2022-03-29Polish up metadata propagation for native window Alec Mouri
2021-10-13Update gralloc wrappers to support querying SMPTE 2094-10 metadata Alec Mouri
2019-12-18gralloc: add gralloc4 HDR metadata support Marissa Wall
2019-12-17Revert submission Joseph Murphy
2019-12-16gralloc: add gralloc4 HDR metadata support Marissa Wall
2019-12-09gralloc: expose Gralloc4 get/dump functions Marissa Wall
2019-08-19gralloc: add IAllocator/IMapper 4.0 to frameworks/native Marissa Wall
2019-03-20Adding lock function that obtains bytesPerPixel and bytesPerStride Valerie Hau
2019-02-04Adding isSupported HIDL Mapper function support to framework Valerie Hau
2019-02-01Adding optional 3.0 lock support to GraphicBuffer Valerie Hau
2019-01-22Modifying Gralloc to handle bytesPerPixel and bytesPerStride Valerie Hau
2019-01-14gralloc: add allocator and mapper 3.0 support to SF Marissa Wall
2019-01-02gralloc: create a common gralloc interface Marissa Wall
2019-01-02gralloc: move gralloc2 code inside gralloc2 Marissa Wall
2018-01-22Add new AHardwareBuffer formats and usages with latest HAL change Craig Donner
2018-01-22Revert "Add new AHardwareBuffer formats and usages with latest HAL change." Craig Donner
2018-01-19Add new AHardwareBuffer formats and usages with latest HAL change. Craig Donner
2017-10-15Merge "Use -Werror in frameworks/native/libs/gui and ui" am: c4ebf5bbab am: 3... Chih-hung Hsieh
2017-10-15Merge "Use -Werror in frameworks/native/libs/gui and ui" Chih-hung Hsieh
2017-10-13Use -Werror in frameworks/native/libs/gui and ui Chih-Hung Hsieh
2017-10-03libui: harden GraphicBufferMapper::importBuffer Chia-I Wu
2017-09-21Merge "Avoid closing invalid fds in GraphicBufferMapper" Daniel Jarai
2017-09-20Avoid closing invalid fds in GraphicBufferMapper Daniel Jarai
2017-07-12Add GraphicBufferMapper::preloadHal Jesse Hall
2017-04-18libui: remove gralloc0/gralloc1 support Chia-I Wu
2017-04-11libui: support GRALLOC1_CAPABILITY_RELEASE_IMPLY_DELETE Chia-I Wu
2017-04-10libui: update for revised HIDL gralloc Chia-I Wu
2017-02-21cleanup libui’s includes Mathias Agopian
2017-02-17Break a dependency of libui on libandroid Mathias Agopian
2017-02-13libui: add notes to registerBuffer(buffer_handle_t) Chia-I Wu
2017-02-03Adds support for more gralloc1 functions to GrallocMapper. Craig Donner
2017-02-03Add methods for allocating and locking GraphicBuffers via gralloc1 flags Craig Donner
2016-12-23libui: use HIDLized gralloc-mapper Chia-I Wu
2016-12-23Replace non-const references by pointers Chia-I Wu
2016-10-12libui: add support for android.hardware.graphics Chia-I Wu
2016-06-13libui: Convert Allocator and Mapper to gralloc1 Dan Stoza
2015-04-30Merge "Close Fence FDs in error cases of Surface and GraphicBufferMapper" Dan Stoza
2015-04-30Avoid closing invalid FD in Surface and GraphicBufferMapper Taiju Tsuiki
2015-04-30Close Fence FDs in error cases of Surface and GraphicBufferMapper Taiju Tsuiki
2015-01-28resolved conflicts for merge of 1f9f71e1 to lmp-mr1-dev-plus-aosp Lajos Molnar
2015-01-28GraphicBufferMapper: handle devices that do not implement lock_ycbcr Lajos Molnar
2014-12-04libui: Enable -Weverything and -Werror Dan Stoza
2014-05-12Use asynchronous lock/unlock API Francis Hart
2014-05-09Revert "Use asynchronous lock/unlock API" Greg Hackmann
2014-05-02Use asynchronous lock/unlock API Francis Hart
2013-05-06Add support for HAL_PIXEL_FORMAT_YCbCr_420_888 Eino-Ville Talvala
2012-02-29add more tracing for buffer allocation Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2012-01-06Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE Steve Block
2010-12-08fix [3259708] Graphic Buffer Mapper does not support YV12 Mathias Agopian