-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gralloc: unify gralloc frontends to use cros_gralloc_convert_format #72
gralloc: unify gralloc frontends to use cros_gralloc_convert_format #72
Conversation
8ebdc98
to
ac7bb7f
Compare
The previous ANDROID_VERSION is also checked against the wrong version because the fp16 and 10bit rgba formats were released in 8.0. So this change also fixes to check against api level 26 instead. BUG=b:199524294 TEST=emerge-$BOARD arc-cros-gralloc Tracked-On: OAM-112372 Change-Id: I16c1dba4901b374c5aecbc0e0f859638d08895aa Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3158977 Tested-by: Yiwei Zhang <[email protected]> Reviewed-by: Gurchetan Singh <[email protected]> Commit-Queue: Yiwei Zhang <[email protected]> Signed-off-by: chenyanxzhu <[email protected]>
Reordered the cases to align with actual enum value for the hal formats, and added 3 more formats support to align with gralloc4 support: 1. Y8 2. Y16 3. YCBCR_P010 BUG=b:199524294 TEST=CtsNativeHardwareTestCases TEST=gralloc4 builds in aosp Tracked-On: OAM-112372 Change-Id: I7a6743524c024d46ab2a7a6d973f431ea2721c49 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/minigbm/+/3160131 Tested-by: Yiwei Zhang <[email protected]> Auto-Submit: Yiwei Zhang <[email protected]> Reviewed-by: Jason Macnak <[email protected]> Reviewed-by: Gurchetan Singh <[email protected]> Commit-Queue: Yiwei Zhang <[email protected]> Signed-off-by: chenyanxzhu <[email protected]>
80127b6
to
08d5c48
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failure when executing preintegration builder
FAILURE:CheckBug Bad comments/Bugs
More details, logs, and binaries: /absp/builders/celadon_smr0_master-preintegration/builds/685
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'preintegration' builder
More details, logs, and binaries: /absp/builders/celadon_smr0_master-preintegration/builds/686
Done by "Jiang, Fei" [email protected]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'premerge' builder
More details, logs, and binaries: /absp/builders/celadon_smr0_master-premerge/builds/407
Done by "Jiang, Fei" [email protected]
5187d42
into
projectceladon:celadon/s/mr0/master
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cactus finished building and testing your changes
It was requested for merge by "Jiang, Fei" [email protected]
so we merge it. Thanks for your contribution.
more details, logs, and binaries: /absp/builders/celadon_smr0_master-mergerequest/builds/402
No description provided.