summaryrefslogtreecommitdiff
path: root/gralloc4/src
AgeCommit message (Expand)Author
2021-11-02Merge changes Ifb3fb740,Id59480e7 into sc-v2-dev am: b69e0a1dd0Ankit Goyal
2021-11-02Merge changes Ifb3fb740,Id59480e7 into sc-v2-devandroid12L-devAnkit Goyal
2021-11-02gralloc4: Do not hold reference for dumping in allocator am: 0e8b1d64d8Ankit Goyal
2021-11-02gralloc4: Delete the gralloc handle when freeing the buffer am: 4ffbe198a4Ankit Goyal
2021-10-29Revert "Add delayed logger to allow logging verbose/info logs as warnings"Ankit Goyal
2021-10-29Revert "Commit all gralloc logs to warning on high memory allocation"Ankit Goyal
2021-10-27Remove ndk_platform backend. Use the ndk backend. am: 52ccf58b8f am: e215962343Jiyong Park
2021-10-27Remove ndk_platform backend. Use the ndk backend. am: 52ccf58b8fJiyong Park
2021-10-26Remove ndk_platform backend. Use the ndk backend.Jiyong Park
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-10-08Merge "Maximize the priority of gralloc allocator thread" into sc-qpr1-devAnkit Goyal
2021-10-05Maximize the priority of gralloc allocator threadAnkit Goyal
2021-10-04Add plane layout for R8 and RG88 formatsAnkit Goyal
2021-09-24Add missing 16 alignment constraint of chroma stride for YV12wenchangliu
2021-09-16Fix YV12 stride alignment issuewenchangliu
2021-08-05Merge "Remove getppid call from gralloc mapper" into sc-devTreeHugger Robot
2021-08-05Remove getppid call from gralloc mapperAnkit Goyal
2021-08-04Merge changes Ib1f3cfda,I3d0f30b0,Ic93aa915 into sc-devTreeHugger Robot
2021-08-04Commit all gralloc logs to warning on high memory allocationAnkit Goyal
2021-08-04Add delayed logger to allow logging verbose/info logs as warningsAnkit Goyal
2021-08-02Log the calling process's PIDAnkit Goyal
2021-07-27Replace refcounting functions with buffer freeSean Callanan
2021-07-19Merge "Allow realigning YV12 to satisfy C2's stride assumptions" into sc-devTreeHugger Robot
2021-07-01Decouple metadata operations from implementationAnkit Goyal
2021-06-28Map CPU accessible buffers during importAnkit Goyal
2021-06-28Remove deprecated ION calls from referenceAnkit Goyal
2021-06-21Merge "Lazy map the buffers on lock" into sc-devAnkit Goyal
2021-06-21Lazy map the buffers on lockAnkit Goyal
2021-06-18Define SBWC sizing macros if UAPI isn't availableSean Callanan
2021-06-19Allow realigning YV12 to satisfy C2's stride assumptionsAnkit Goyal
2021-06-18Merge "vendorgraphicbuffer: add validation on metadata before operating" into...TreeHugger Robot
2021-06-15Merge "Revert "gralloc4: limit 64-byte alignment to GPU+camera"" into sc-devWen Chang Liu
2021-06-15vendorgraphicbuffer: add validation on metadata before operatingYichi Chen
2021-06-11Merge "Allow GPU to read RAW10 buffers" into sc-devSean Callanan
2021-06-10Allow GPU to read RAW10 buffersAnkit Goyal
2021-06-09Disable AFBC for RGB_565Sean Callanan
2021-06-05gralloc: map camera output yuv to NV21Zhijun He
2021-06-03Revert "gralloc4: limit 64-byte alignment to GPU+camera"Sean Callanan
2021-05-27Gralloc: allow INTERNAL_Y8 and INTERNAL_YV12 access by CameraYichi Chen
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-10Merge "gralloc4: Disable SBWC on Camera buffer when GPU is one of producers" ...TreeHugger Robot
2021-05-10gralloc4: Disable SBWC on Camera buffer when GPU is one of producersYichi Chen
2021-05-06Convert BO CPU_READ_OFTEN to CPU_READ_RARELYAnkit Goyal
2021-04-29gralloc4: sync ion buffers around CPU usageSean Callanan
2021-04-21gralloc4: Enable SBWC when vpu is specified as consumerYichi Chen
2021-04-12gralloc4: use UAPI for SBWC size macrosAnkit Goyal
2021-04-07gralloc4: support camera write to RGBA_8888 buffersSean Callanan
2021-04-06gralloc4: make isp_preview heap accept SurfaceViewYin-Chia Yeh