Bug 49486

Summary: [chromium] Remove assumption that GL functions are function pointers
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Kenneth Russell <kbr>
Status: RESOLVED FIXED    
Severity: Normal CC: dglazkov, enne, jamesr, senorblanco, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch jamesr: review+, kbr: commit-queue-

Kenneth Russell
Reported 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.
Attachments
Patch (7.15 KB, patch)
2010-11-12 19:23 PST, Kenneth Russell
jamesr: review+
kbr: commit-queue-
Kenneth Russell
Comment 1 2010-11-12 19:23:26 PST
James Robinson
Comment 2 2010-11-15 11:04:40 PST
Comment on attachment 73805 [details] Patch R=me
Kenneth Russell
Comment 3 2010-11-15 13:04:55 PST
Note You need to log in before you can comment on or make changes to this bug.