Igalia / meta-webkit

Yocto / OpenEmbedded layer for WebKit based engines and browsers
MIT License
127 stars 70 forks source link

mesa: gallium/dri Make YUV formats we're going to emulate external-only. Fixes the red label issues on video #312

Closed psaavedra closed 3 years ago

psaavedra commented 3 years ago

This patch fixes the red label issues on video for Raspberry 4-64 Mesa VC4 driver and for iMX53 Adreno A200 GPU using the Mesa Freedreno driver.

Issue was originally reported in meta-webkit [1] and later contributed in Mesa [2] where it was already merged in master.

[1] https://github.com/Igalia/meta-webkit/issues/185 [2] https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038

Upstream-Status: Accepted [https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13038] Yocto-Status: Submitted [https://lists.openembedded.org/g/openembedded-core/message/157080]

psaavedra commented 3 years ago

This problem is not longer there from Kirkstone (patch) but still honister (21.2.1) and hardknott (21.0.3) will be affected.

otavio commented 3 years ago

This breaks builds due to missing bbappend files.

See:

xxx Parsing recipes...done.
xxx Parsing of 2343 .bb files complete (0 cached, 2343 parsed). 3483 targets, 425 skipped, 0 masked, 0 errors.
xxx WARNING: No recipes available for:
xxx   .../sources/meta-webkit/recipes-graphics/mesa/mesa_21.0.3.bbappend
xxx   .../sources/meta-webkit/recipes-graphics/mesa/mesa_21.2.1.bbappend
xxx Resolving any missing task queue dependencies
...
xxx Summary: There was 1 WARNING message shown.
xxx Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
psaavedra commented 3 years ago

This breaks builds due to missing bbappend files.

See:

xxx Parsing recipes...done.
xxx Parsing of 2343 .bb files complete (0 cached, 2343 parsed). 3483 targets, 425 skipped, 0 masked, 0 errors.
xxx WARNING: No recipes available for:
xxx   .../sources/meta-webkit/recipes-graphics/mesa/mesa_21.0.3.bbappend
xxx   .../sources/meta-webkit/recipes-graphics/mesa/mesa_21.2.1.bbappend
xxx Resolving any missing task queue dependencies
...
xxx Summary: There was 1 WARNING message shown.
xxx Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Addressed in https://github.com/Igalia/meta-webkit/pull/324. @otavio in what poky release did you find that issue?