summaryrefslogtreecommitdiff
path: root/libs/hostgraphics/HostBufferQueue.cpp
AgeCommit message (Collapse)Author
2025-03-06Release buffer in HostBufferQueue Jerome Gaillard
This releases the pointer to the GraphicBuffer when detachBuffer is called to avoid leaking the memory. Flag: NONE host-only change Bug: 388141123 Bug: 396183478 Test: N/A Change-Id: Ia705c046653f01192991bb2c181bee685fad97a2
2024-04-24Run clang-format on libhostgraphics Jerome Gaillard
Bug: 322360037 Test: N/A Change-Id: I346805e599a41abcd1eaaa51f5654cb323e5146f
2024-04-23Add missing methods in host version of Surface Jerome Gaillard
The version of Surface in libhostgraphics was not complete enough to render on host platforms. Bug: 322360037 Test: build libhwui on host Change-Id: I701dba9ed2eb8d7958082df4d27e03ebdd907d8f
2019-08-02Add hostgraphics classes required for ImageReader Fedor Kudasov
Bug: 117921091 Test: all tests should pass Change-Id: I5d60a1177d43eb8dec08403cf34936007b8a267f (cherry picked from commit c1409f44f82313902a690fb257ee271dc16385a0)