[Webkit-unassigned] [Bug 35153] [Qt] WebGL support missing in QtWebKit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 23 12:10:47 PST 2010


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


Kenneth Rohde Christiansen <kenneth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #49302|review?                     |review-
               Flag|                            |




--- Comment #22 from Kenneth Rohde Christiansen <kenneth at webkit.org>  2010-02-23 12:10:47 PST ---
(From update of attachment 49302)
I had a discussion with Jarkko on IRC and he is a.o updating the patch to make
use of a template for all calls similar to: 

#ifdef ...
enableVertexAttribArray =
reinterpret_cast<glEnableVertexAttribArrayType>(getProcAddress(ctx,
"glEnableVertexAttribArray"));
#else
enableVertexAttribArray = glEnableVertexAttribArray
#endif

that will simplify the code somewhat, as well as fixing coding styles issues
and the like.

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