[Webkit-unassigned] [Bug 101489] [BlackBerry] Improper initialization of ANGLEResources

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 12 06:42:49 PST 2012


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


akaushik at rim.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Fixing                      |[BlackBerry] Improper
                   |OES_standard_derivatives    |initialization of
                   |flag value for compiler     |ANGLEResources




--- Comment #5 from akaushik at rim.com  2012-11-12 06:44:32 PST ---
MaxDrawBuffers, OES_standard_derivatives, OES_EGL_image_external and ARB_texture_rectangle have already been initialized through ShBuiltInResources function and these fields do not need to be set again in GraphicsContext3dBlackBerry.cpp. In addition, the extension flags cannot be set to true without getExtension having been called (Khronos WebGL specs, section 5.14.14.). Thus these lines need to be removed.

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