Closed
Bug 1808878
Opened 3 years ago
Closed 3 years ago
RenderAndroidSurfaceTextureHost rendering for WebGL is y flipped with software WebRender
Categories
(Core :: Graphics, defect)
Core
Graphics
Tracking
()
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox110 | --- | fixed |
People
(Reporter: sotaro, Assigned: sotaro)
References
Details
Attachments
(1 file)
Readback image by RenderAndroidSurfaceTextureHost::ReadTexImage() is inverted(y flipped). The problem does not happen with decoded video data.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → sotaro.ikeda.g
| Assignee | ||
Updated•3 years ago
|
Summary: RenderAndroidSurfaceTextureHost rendering is inverted with software WebRender → RenderAndroidSurfaceTextureHost rendering is y flipped with software WebRender
| Assignee | ||
Updated•3 years ago
|
Summary: RenderAndroidSurfaceTextureHost rendering is y flipped with software WebRender → RenderAndroidSurfaceTextureHost rendering for WebGL is y flipped with software WebRender
| Assignee | ||
Comment 1•3 years ago
|
||
| Assignee | ||
Comment 2•3 years ago
|
||
(In reply to Sotaro Ikeda [:sotaro] from comment #0)
Readback image by RenderAndroidSurfaceTextureHost::ReadTexImage() is inverted(y flipped). The problem does not happen with decoded video data.
RenderAndroidSurfaceTextureHost of android video decoder uses gl::OriginPos::BottomLeft.
Pushed by sikeda.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/51045b9fc116
Fix aYInvert of GLReadTexImageHelper::ReadTexImage() in RenderAndroidSurfaceTextureHost::ReadTexImage() r=gfx-reviewers,lsalzman
Comment 4•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox110:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•