Closed
Bug 722167
Opened 13 years ago
Closed 13 years ago
Severe Graphics corruption
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: BenWa, Assigned: joe)
References
Details
(Keywords: regression)
Attachments
(2 files)
I'm seeing graphics corruption turn up in several page after updating to today's nightly.
The corruption occurs at the edge of the window when scrolling and stays until the page repaints so I bet it has to do with layer rotation.
I first saw this bug when visiting a google docs with comment, see screenshot for example.
Sample doc: https://docs.google.com/document/d/1dpt9CgJ8cbECqaQpW3HucSd0PO1GOd8R4hTUQffg2jg/edit
i also see graphical corruption on latest nightly (osx), staying until a repaint.
Comment 2•13 years ago
|
||
Unchecking "Use hardware acceleration when available" works around the problem for me (Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0a1) Gecko/20120129 Firefox/12.0a1)
Assignee | ||
Comment 3•13 years ago
|
||
Is this only happening to people on 10.7? I can't reproduce on 10.6. :(
If I could reproduce I could bisect.
Reporter | ||
Comment 4•13 years ago
|
||
I'm also on 10.7 running on the Discrete GPU.
Comment 6•13 years ago
|
||
It happens to me on 10.6, on TechCrunch.
Comment 7•13 years ago
|
||
It was much worse on a local debug build.
Assignee | ||
Comment 9•13 years ago
|
||
I can reproduce this on 10.6, but only with integrated graphics.
Assignee | ||
Comment 10•13 years ago
|
||
I'm bisecting.
Comment 11•13 years ago
|
||
I'm also getting it on the same build on 10.7.2. This is on a Mac Pro with a Radeon HD 4870. I get it when scrolling rapidly through a page of images (A facebook photo gallery is a good example). I also get corruption in the tab bar.
Assignee | ||
Comment 12•13 years ago
|
||
The first bad revision is:
changeset: 85562:9699edcbcedd
user: George Wright <george@mozilla.com>
date: Tue Jan 24 19:44:48 2012 -0500
summary: Bug 721467 - Add an optional codepath (currently enabled only for Adreno 200 GPUs) to only use glTexImage2D for texture uploads as glTexSubImage2D can be slow and/or buggy r=joe,BenWa
Currently running a build to make sure that backing it out fixes this bug.
Blocks: 721467
Comment 13•13 years ago
|
||
I can reproduce this on 10.7 but only on the integrated gfx...
Comment 14•13 years ago
|
||
FWIW, I can reproduce it scrolling through this bug, on 10.6.
Comment 15•13 years ago
|
||
i can reproduce it too by scrolling the page on 10.6 and 10.7 and its fix by disabling hardware accelerator from settings
Comment 17•13 years ago
|
||
FIXED WITH LAST UPDATE :)
Reporter | ||
Comment 18•13 years ago
|
||
Fixed for me as well
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 19•13 years ago
|
||
Crap, sorry. I thought I'd commented in this bug!
I backed out bug 721467 in https://hg.mozilla.org/mozilla-central/rev/d10da858631a .
Assignee: nobody → joe
You need to log in
before you can comment on or make changes to this bug.
Description
•