summaryrefslogtreecommitdiff
path: root/gralloc/gr_buf_mgr.h
AgeCommit message (Collapse)Author
2018-06-22Gralloc: Make size calculation consistent at all placesSaurabh Dubey
Fix size calculation by consistently using adreno or gralloc calculation APIs Change-Id: Ic0cef22d6f99a17d7ce392d02a21edc812cd907b CRs-Fixed: 2262355
2018-04-12gralloc: Remove map fb memory propertyNaseer Ahmed
This property is unused Change-Id: Id8f5c087b0dfa0eb3a31a342968abb687f0944c8
2018-03-19gralloc: Implement IMapper::2.1Naseer Ahmed
Implements the new IMapper v2.1 APIs Passes VTS for IMapper v2.1 Change-Id: I9762cd056a296c522ab3446408c3c4c5434b3dc4
2018-03-14gralloc: Refactor size calculationNaseer Ahmed
Make GetSize return the final aligned, layer counted size. This can be used at other locations Change-Id: I5a8940b565eec6c8e709163c7736d485688ddb2e
2018-02-20gralloc: Add allocator and mapper HALsNaseer Ahmed
Implement the hidl .hal interfaces directly instead of using the default shims. This is required since new additions to .hal will no longer be added to the legacy gralloc1 C header. Change-Id: If577a14f75d7d13da0ff656c96ab451d21c910ce
2018-02-13gralloc: Move to new directoryNaseer Ahmed
In preparation for the hidlization of gralloc. Also delete obsolete libgralloc Change-Id: Id657f985cff1bdbf86c781efc52e8bda4e3d27b4