Closed
Bug 980285
Opened 11 years ago
Closed 11 years ago
Antialiasing is not supported in WebGL canvases in OSX.
Categories
(Core :: Graphics: CanvasWebGL, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jujjyl, Unassigned)
Details
(Whiteboard: [games])
Attachments
(2 files)
Firefox does not support antialiased WebGL contexts in OSX.
1. Open the attached page. The page tries to create an antialiased WebGL context.
Observed: The page prints "Antialias supported by canvas: false"
Expected: The page should report "Antialias supported by canvas: true"
Tested on latest Macbook Pro, where the page properly reports true in Chrome 33.
Reporter | ||
Updated•11 years ago
|
Summary: Antialiasing is not supported in WebGL canvases. → Antialiasing is not supported in WebGL canvases in OSX.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [games]
Which version of OSX is failing, because on 10.9.2 I get true.
Flags: needinfo?(jujjyl)
Comment 2•11 years ago
|
||
I believe it's <10.8.
Comment 3•11 years ago
|
||
Bug 757642 might be related?
Reporter | ||
Comment 4•11 years ago
|
||
Yeah, the system I checked on was on 10.7. Updated to 10.8.4 I do now get msaa. Thanks!
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: needinfo?(jujjyl)
Resolution: --- → INVALID
Comment 6•11 years ago
|
||
(In reply to Dan Glastonbury :djg :kamidphish from comment #5)
> We need to get more OSX versions into TBPL.
We actually just removed 10.7 slaves a few months ago. This should be caught by just having 10.6 and 10.8, so I don't think having 10.7 slaves would help us much. (one of the reasons they were removed)
You need to log in
before you can comment on or make changes to this bug.
Description
•