Closed
Bug 962041
Opened 11 years ago
Closed 11 years ago
New ContentClient doesn't work with component alpha
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: nical, Assigned: nical)
References
Details
Attachments
(1 file)
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
With component alpha, only one of the two textures (the one on black) is sent by the ContentClient, which causes "black" artifacts.
Assignee | ||
Comment 1•11 years ago
|
||
This patch adds the missing UseTexture() call for the texture "on white" on the client side so that the host can render properly.
Attachment #8362921 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8362921 -
Flags: review?(matt.woodrow) → review+
Assignee | ||
Comment 2•11 years ago
|
||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Comment 4•11 years ago
|
||
For me in a DEBUG build on linux x86-64 with GL layers this causes a reproducible assertion failure on http://www.lemonde.fr. See bug 967528.
You need to log in
before you can comment on or make changes to this bug.
Description
•