summaryrefslogtreecommitdiff
path: root/gralloc4/src/core/mali_gralloc_bufferallocation.cpp
AgeCommit message (Expand)Author
2022-04-22Gralloc: add tracingDevika Krishnadas
2022-03-16Remove unused debug filesAnkit Goyal
2022-02-28Add support for BufferUsage::FRONT_BUFFERAnkit Goyal
2021-10-18gralloc4: Do not hold reference for dumping in allocatorAnkit Goyal
2021-10-18gralloc4: Delete the gralloc handle when freeing the bufferAnkit Goyal
2021-09-24Add missing 16 alignment constraint of chroma stride for YV12wenchangliu
2021-09-16Fix YV12 stride alignment issuewenchangliu
2021-06-19Allow realigning YV12 to satisfy C2's stride assumptionsAnkit Goyal
2021-06-03Revert "gralloc4: limit 64-byte alignment to GPU+camera"Sean Callanan
2021-05-19gralloc4: limit 64-byte alignment to GPU+cameraSean Callanan
2021-05-11gralloc4: align buffers for the GPU to 64 bytesSean Callanan
2021-05-06Convert BO CPU_READ_OFTEN to CPU_READ_RARELYAnkit Goyal
2021-03-19Merge changes from topic "b181800407" into sc-devAnkit Goyal
2021-03-18Remove MSCL specific hacksAnkit Goyal
2021-03-17Gralloc: remove unused usagesAnthony Han
2021-03-17Gralloc 4: log human readable format namesAnthony Han
2021-03-11gralloc4: Print usages in a human-readable waySean Callanan
2021-03-09Merge "Removing VIDEO_EXT usage from our Gralloc" into sc-devSean Callanan
2021-03-03gralloc4: Add support for contiguous planesSean Callanan
2021-02-25Removing VIDEO_EXT usage from our GrallocSean Callanan
2021-01-28Gralloc 4: Implement libGralloc4WrapperAnthony Han
2021-01-28Gralloc 4: Build wrapperAnthony Han
2020-12-21gralloc4: initial codeSeYeong Byeon