[Webkit-unassigned] [Bug 51928] [chromium] Enable reuse of RenderSurface for drawing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 10:01:31 PST 2011


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





--- Comment #6 from David Levin <levin at chromium.org>  2011-01-05 10:01:31 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > (In reply to comment #3)
> > > Not what you're asking for, but something to consider for a another revision: colorMask is a bad api.  Those bools should be enums as the current form is unreadable and fragile.
> > >   "m_context->colorMask(true, true, true, true)"
> > 
> > Thanks David. If these lines do end up in the final patch, I will look into converting to using enums.
> 
> Please don't do that. The GraphicsContext3D methods mirror the OpenGL ES 2.0 API and for better or worse this is how OpenGL phrases this call. Please do not make spurious changes.

Thanks for explaining.

fwiw, I think you're repeating yourself: "Please don't do that. ... Please do not make spurious changes."

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