Bug 40321

Summary: Fold getString into getParameter and implement new queries
Product: WebKit Reporter: Kenneth Russell <kbr>
Component: WebGLAssignee: Zhenyao Mo <zmo>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarrin, dglazkov, enne, fishd, oliver, zmo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch kbr: review+, zmo: commit-queue-

Description Kenneth Russell 2010-06-08 12:07:09 PDT
Per recent WebGL spec updates, the getString entry point must be removed, and its functionality folded into getParameter. Queries of RENDERER, SHADING_LANGUAGE_VERSION, VENDOR and VERSION must be made spec compliant. Queries of UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL must be supported.
Comment 1 Zhenyao Mo 2010-09-16 11:27:40 PDT
Created attachment 67821 [details]
patch
Comment 2 Kenneth Russell 2010-09-24 19:27:21 PDT
Comment on attachment 67821 [details]
patch

Looks good.
Comment 3 Zhenyao Mo 2010-09-27 10:08:00 PDT
Committed r68400: <http://trac.webkit.org/changeset/68400>