Closed Bug 1279335 Opened 8 years ago Closed 8 years ago

Support platform-independent TiledTextureImage creation

Categories

(Core :: Graphics: Layers, defect)

50 Branch
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla50
Tracking Status
firefox50 --- fixed

People

(Reporter: acomminos, Assigned: acomminos)

References

Details

Attachments

(1 file)

Large GL TextureImages that exceed the maximum texture size don't end up getting composited using the GL compositor on Linux, as we don't make use of TiledTextureImage outside of EGL and CGL TextureImage implementations- we just prematurely cause the upload to fail in GLContext::fTexImage2D.

This causes reftests like layout/reftests/canvas/size-1.html to fail.
Attachment #8761801 - Flags: review?(nical.bugzilla) → review+
Comment on attachment 8761801 [details]
Bug 1279335 - Use TiledTextureImage as a fallback on all GL implementations when exceeding the maximum texture size.

https://reviewboard.mozilla.org/r/58868/#review55870
Pushed by acomminos@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/1f20c27e6db6
Use TiledTextureImage as a fallback on all GL implementations when exceeding the maximum texture size. r=nical
https://hg.mozilla.org/mozilla-central/rev/1f20c27e6db6
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: