Closed
Bug 557390
Opened 15 years ago
Closed 15 years ago
[d2d][grafxbot] reftest '== path-01.svg[accelerated] path-01-ref.svg[accelerated] ' fails on Win7, ATI Mobility Radeon HD 4650
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: jgriffin, Assigned: bas.schouten)
References
Details
Attachments
(1 file)
1.02 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
Reftest '== path-01.svg[accelerated] path-01-ref.svg[accelerated]' fails in hardware-accelerated mode on Windows 7 with ATI Mobility Radeon HD 4650.
See screen shots:
http://brasstacks.mozilla.com/resultserv/data/testcase/4344/
This problem does not occur on a Windows XP VM.
Comment 1•15 years ago
|
||
There's nothing green or lime in path-01.svg. It's like it's leftover from some previous test.
Reporter | ||
Comment 2•15 years ago
|
||
> There's nothing green or lime in path-01.svg. It's like it's leftover from some
> previous test.
Yes. The canvases in this test framework are recycled, so I suspect that drawWindow is completely failing for this test, and what we are seeing is the output from a previous test.
Assignee | ||
Comment 3•15 years ago
|
||
Indeed a draw call is failing:
D2D DEBUG WARNING - A Draw call by a render target failed [88990001]. Tags [0, 0].
Investigating.
Assignee | ||
Comment 4•15 years ago
|
||
This patch fixes the case of a path with a single move and a close instruction.
Assignee: nobody → bas.schouten
Status: NEW → ASSIGNED
Attachment #437590 -
Flags: review?(jmuizelaar)
Updated•15 years ago
|
Attachment #437590 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•