Closed
Bug 980761
Opened 12 years ago
Closed 12 years ago
Bug 594624-1.html fails with tiling
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
mozilla30
People
(Reporter: jrmuizel, Unassigned)
Details
Attachments
(1 file)
|
78.21 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
| Reporter | ||
Comment 1•12 years ago
|
||
Use a test path of layout/reftest/bugs/reftest.list
The bug seems sort of finicky (not running some of the tests before the failing test made a difference)
| Reporter | ||
Comment 2•12 years ago
|
||
The following patch fixes the issue:
// Try to re-use the front-buffer if possible
- if (mFrontBuffer &&
+ if (false && mFrontBuffer &&
mFrontBuffer->HasInternalBuffer() &&
mFrontLock->GetReadCount() == 1) {
// If we had a backbuffer we no longer care about it since we'll
| Reporter | ||
Comment 3•12 years ago
|
||
I was able to reproduce on Galaxy Nexus 4.4 and Galaxy S 2.3
Comment 4•12 years ago
|
||
Bas and mattwoodrow fixed this: http://hg.mozilla.org/users/bschouten_mozilla.com/tiling/rev/2ab4118dc7d0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → mozilla30
You need to log in
before you can comment on or make changes to this bug.
Description
•