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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 13:11:57 PDT 2013


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





--- Comment #3 from Roger Fong <roger_fong at apple.com>  2013-04-08 13:10:11 PST ---
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;

-- 
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