This repository was archived by the owner on Jan 7, 2023. It is now read-only.
[DO NOT MERGE]Revert two patch to pass booting issue#79
Open
renchenglei wants to merge 6 commits intointel:masterfrom
renchenglei:master
Open
[DO NOT MERGE]Revert two patch to pass booting issue#79renchenglei wants to merge 6 commits intointel:masterfrom renchenglei:master
renchenglei wants to merge 6 commits intointel:masterfrom
renchenglei:master
Conversation
We don't support glEGLImageTargetRenderbufferStorageOES with format NV12. However, we expose rendering usage in our gralloc. Remove this flag and pass following CTS issues on CtsNativeHardwareTestCases module SingleLayer_ColorTest_GpuColorOutputIsRenderable_Y8Cb8Cr8_420 SingleLayer_ColorTest_GpuColorOutputCpuRead_Y8Cb8Cr8_420 SingleLayer_ColorTest_GpuColorOutputAndSampledImage_Y8Cb8Cr8_420 Jira: OAM-81090 Test: No regression on CTS test Signed-off-by: Chenglei Ren <chenglei.ren@intel.com>
Jira: None Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Add handle closing function to avoid resource leak. Test: Compile successful Tracked-On: https://jira.devtools.intel.com/browse/OAM-80984 Sighed-off-by: Yuanzhe, Liu <yuanzhe.liu@intel.com> Change-Id: Ib39eefd406eca5285375251d86f4bba0081f50d6
Use clang-format-3.9 to correct some format errors. Separate with "fix klocwork issues" to make it easier to track. Test: Compile successful Tracked-On: No Sighed-off-by: Yuanzhe, Liu <yuanzhe.liu@intel.com> Change-Id: I1691fb48d1889b677b6b569c3fbb03556da28b33
sysopenci
reviewed
Jun 14, 2019
sysopenci
left a comment
There was a problem hiding this comment.
Autobuild started from pull-request-changes on this PR.
FAILURE: CheckBug Bad comments/Bugs
For more information, see: /absp/builders/celadon-autobuild/builds/968
65a77d7 to
f9c03af
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We encounter booting up issue with minigbm changes, this is to wa the issue, which may block the integration issue.