Bug 40321 - Fold getString into getParameter and implement new queries
Summary: Fold getString into getParameter and implement new queries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Zhenyao Mo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-08 12:07 PDT by Kenneth Russell
Modified: 2010-09-27 10:08 PDT (History)
6 users (show)

See Also:


Attachments
patch (7.76 KB, patch)
2010-09-16 11:27 PDT, Zhenyao Mo
kbr: review+
zmo: 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-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>