Bug 49486 - [chromium] Remove assumption that GL functions are function pointers
Summary: [chromium] Remove assumption that GL functions are function pointers
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 19:18 PST by Kenneth Russell
Modified: 2010-11-15 13:04 PST (History)
5 users (show)

See Also:


Attachments
Patch (7.15 KB, patch)
2010-11-12 19:23 PST, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2010-11-12 19:18:54 PST
Currently in Chromium's in-process WebGL implementation there is an assumption that the GL entry points are function pointers. This is not a good assumption; the appropriate extension queries should be made instead.
Comment 1 Kenneth Russell 2010-11-12 19:23:26 PST
Created attachment 73805 [details]
Patch
Comment 2 James Robinson 2010-11-15 11:04:40 PST
Comment on attachment 73805 [details]
Patch

R=me
Comment 3 Kenneth Russell 2010-11-15 13:04:55 PST
Committed r72025: <http://trac.webkit.org/changeset/72025>