[Webkit-unassigned] [Bug 46493] [chromium] Add mipmap support for ImageLayerChromium

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 27 10:06:06 PDT 2010


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





--- Comment #6 from Vangelis Kokkevis <vangelis at chromium.org>  2010-09-27 10:06:06 PST ---
(In reply to comment #5)
> (In reply to comment #4)
> > Created an attachment (id=68906)
 --> (https://bugs.webkit.org/attachment.cgi?id=68906) [details] [details]
> > Patch
> 
> The code checking for NPOT support is a bit clunky, although could be simplified if a method "bool checkExtension(const char *)" was added to GraphicsContext3D (?) to do the check.

A better place for checking the extension would be to put it in the constructor of ContentLayerChromium::SharedValues  .  GraphicsContext3D is supposed to mirror the GL ES 2 API pretty closely so it shouldn't be doing any texture adjustments behind the scenes.

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