Closed
Bug 1128639
Opened 10 years ago
Closed 6 years ago
Unity Mandlebrot GPU benchmark doesn't run properly on Windows in Beta 36
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jrmuizel, Unassigned)
References
Details
(Whiteboard: [gfx-noted])
The first benchmark (Mandlebrot GPU) of http://beta.unity3d.com/jonas/WebGLBenchmark/ just paints a green square when I run it in FF release and with d3d11 turned off. Turning d3d11 on seems to fix it.
Comment 1•10 years ago
|
||
This might be a duplicate of this: 1122465
Reporter | ||
Comment 3•10 years ago
|
||
(In reply to Martin Best (:mbest) from comment #2)
> https://bugzilla.mozilla.org/show_bug.cgi?id=1122465
I can reproduce this on trunk and in FF 30 which suggests that it is not this problem.
Comment 5•10 years ago
|
||
On a related, but perhaps irrelevant note, OS X Aurora with Skia is about 5% better on this benchmark than Nightly with Quartz. May get to checking if it's Skia or version that make a difference.
Reporter | ||
Comment 6•10 years ago
|
||
(In reply to Milan Sreckovic [:milan] from comment #5)
> On a related, but perhaps irrelevant note, OS X Aurora with Skia is about 5%
> better on this benchmark than Nightly with Quartz. May get to checking if
> it's Skia or version that make a difference.
Shouldn't make a difference as this uses WebGL not 2D canvas afaik.
Comment 7•10 years ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #6)
> (In reply to Milan Sreckovic [:milan] from comment #5)
> > On a related, but perhaps irrelevant note, OS X Aurora with Skia is about 5%
> > better on this benchmark than Nightly with Quartz. May get to checking if
> > it's Skia or version that make a difference.
>
> Shouldn't make a difference as this uses WebGL not 2D canvas afaik.
Exactly, which is why it's weird...
Comment 8•10 years ago
|
||
Martin, can you attach the about:support graphics section form the computer you have this failing at?
Flags: needinfo?(mbest)
Comment 9•10 years ago
|
||
This is not a recent bug (see comment 3), but there is a recent fix; Aurora fails on 01/06 build, but works fine in 02/03. This is D3D11/D2D1.1.
Flags: needinfo?(mbest)
Summary: Unity Mandlebrot GPU benchmark doesn't run properly with D3D9 on Intel HW → Unity Mandlebrot GPU benchmark doesn't run properly on Windows - recently fixed in Aurora 37
Updated•10 years ago
|
Summary: Unity Mandlebrot GPU benchmark doesn't run properly on Windows - recently fixed in Aurora 37 → Unity Mandlebrot GPU benchmark doesn't run properly on Windows in Beta 36
Comment 10•10 years ago
|
||
This is fixed by D3D11 ANGLE, so not the best candidate for uplifting.
Comment 11•10 years ago
|
||
I was using a beta driver and seeing some very strange behavior in beta yesterday. When I went back and reverted to stable drivers, all was resolved. I still see the missing Mandlebrot texture when D3D9 is in play but the scores and WebGL performance are now consistent across versions. Looks like the Beta drivers were not optimized properly for D3D9.
Updated•10 years ago
|
Whiteboard: [gfx-noted]
Comment 12•6 years ago
|
||
I think d3d9 is wontfix.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•