Closed
Bug 711649
Opened 14 years ago
Closed 14 years ago
OGL Layers resolves its source texture in RenderLayer() instead of UpdateSurface()
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: jgilbert, Assigned: jgilbert)
References
Details
Attachments
(1 file)
3.97 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
All calls in RenderLayer() should assume that after UpdateSurface() completes, the surface should be fully up-to-date. Thus, the resolve should be in UpdateSurface, instead of RenderLayer.
![]() |
Assignee | |
Comment 1•14 years ago
|
||
Attachment #582427 -
Flags: review?(matt.woodrow)
Updated•14 years ago
|
Attachment #582427 -
Flags: review?(matt.woodrow) → review+
![]() |
Assignee | |
Comment 2•14 years ago
|
||
Target Milestone: --- → mozilla11
![]() |
Assignee | |
Updated•14 years ago
|
Assignee: nobody → jgilbert
Status: NEW → ASSIGNED
![]() |
Assignee | |
Comment 3•14 years ago
|
||
Note: This also fixes bug 708125.
![]() |
||
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•