Closed
Bug 1286348
Opened 9 years ago
Closed 9 years ago
Reintroduce support for UNPACK_FLIP_Y and UNPACK_PREMULTIPLY_ALPHA for WebGL2
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
FIXED
mozilla50
Tracking | Status | |
---|---|---|
firefox50 | --- | fixed |
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63758/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63758/
Attachment #8770263 -
Flags: review?(mtseng)
Attachment #8770264 -
Flags: review?(mtseng)
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/63760/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/63760/
Assignee | ||
Comment 3•9 years ago
|
||
These patches are exciting, because:
$ git diff --stat HEAD~2
dom/canvas/TexUnpackBlob.cpp | 928 +++++++++++++-------------------------
dom/canvas/TexUnpackBlob.h | 82 ++--
dom/canvas/WebGLContext.h | 24 +-
dom/canvas/WebGLContextUtils.cpp | 18 +-
dom/canvas/WebGLTexture.h | 3 +
dom/canvas/WebGLTextureUpload.cpp | 138 +++---
6 files changed, 430 insertions(+), 763 deletions(-)
Assignee | ||
Comment 4•9 years ago
|
||
Assignee | ||
Comment 5•9 years ago
|
||
Well, windows hasn't come back yet, but it was green before. "likely green"
Comment 7•9 years ago
|
||
Comment on attachment 8770263 [details]
Bug 1286348 - Reintroduce support for UNPACK_{FLIP_Y,PREMULTIPLY_ALPHA}. -
https://reviewboard.mozilla.org/r/63758/#review60938
Attachment #8770263 -
Flags: review?(mtseng) → review+
Updated•9 years ago
|
Attachment #8770264 -
Flags: review?(mtseng) → review+
Comment 8•9 years ago
|
||
Comment on attachment 8770264 [details]
Bug 1286348 - Only set ROW_LENGTH if it's different. -
https://reviewboard.mozilla.org/r/63760/#review60940
Pushed by jgilbert@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8d95a6d08558
Reintroduce support for UNPACK_{FLIP_Y,PREMULTIPLY_ALPHA}. - r=mtseng
https://hg.mozilla.org/integration/mozilla-inbound/rev/b15f05a94c71
Only set ROW_LENGTH if it's different. - r=mtseng
Comment 10•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/8d95a6d08558
https://hg.mozilla.org/mozilla-central/rev/b15f05a94c71
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Updated•8 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•