RESOLVED FIXED Bug 54321
[chromium] Allow turning off multisampling through web reference settings
https://bugs.webkit.org/show_bug.cgi?id=54321
Summary [chromium] Allow turning off multisampling through web reference settings
Zhenyao Mo
Reported 2011-02-11 15:43:04 PST
So later we could hook up chromium side through a command line flag "--disable-gl-multisampling". Note that I also have the chromium side CL ready for review. I tested that with patches on both side, "--disable-gl-multisampling" will turn off multisampling in WebGL in chromium.
Attachments
Patch (6.28 KB, patch)
2011-02-11 15:53 PST, Zhenyao Mo
kbr: review+
Zhenyao Mo
Comment 1 2011-02-11 15:53:27 PST
Kenneth Russell
Comment 2 2011-02-11 18:09:18 PST
Comment on attachment 82203 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=82203&action=review Basically looks fine with a couple of nits. Appreciate your fixing upon commit. > Source/WebCore/ChangeLog:5 > + [chromium] Allow turning off multisampling through web reference settings reference -> preference > Source/WebCore/ChangeLog:10 > + * page/Settings.cpp: Add a fflag for multisampling preference. typo: fflag > Source/WebCore/ChangeLog:14 > + (WebCore::Settings::setGLMultisamplingEnabled): > + * page/Settings.h: Ditto. > + (WebCore::Settings::GLMultisamplingEnabled): These don't match WebKit capitalization conventions. I'd suggest "setOpenGLMultisamplingEnabled" / "openGLMultisamplingEnabled". > Source/WebKit/chromium/ChangeLog:5 > + [chromium] Allow turning off multisampling through web reference settings again, reference -> preference
Zhenyao Mo
Comment 3 2011-02-12 12:46:59 PST
Note You need to log in before you can comment on or make changes to this bug.