[Webkit-unassigned] [Bug 114101] Change requisite hardware checks for enabling multisample framebuffers.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 9 12:21:07 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114101





--- Comment #4 from Dean Jackson <dino at apple.com>  2013-04-09 12:19:22 PST ---
(In reply to comment #3)
> I think what we ended up wanting was for it to be true by default for everything except for certain versions of AMD...
> 
> O wait...if I wanted to do that I guess I could of just done: 
> 
> +    if (m_isAMD && !systemSupportsMultisampling)))
> +        m_maySupportMultisampling = false;

Yeah, do that one!

We should assume other ports want this supported. Meanwhile, we know it isn't good on AMD before a certain version on OS X, so turn it off there. We might have to turn it off on older OS X systems for other hardware too, but we don't know for sure yet.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list