Bug 34766 - Remove automatic viewport resizing
Summary: Remove automatic viewport resizing
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-02-09 11:20 PST by Kenneth Russell
Modified: 2010-02-10 15:05 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.62 KB, patch)
2010-02-09 17:19 PST, Kenneth Russell
no flags 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-02-09 11:20:23 PST
In discussions on the public WebGL mailing list, it was resolved to remove the automatic resizing of the viewport that is currently a result of changing the canvas's size. The backing store will still be allocated to the new size, but the automatic call to glViewport() needs to be removed.
Comment 1 Kenneth Russell 2010-02-09 17:19:43 PST
Created attachment 48452 [details]
Patch
Comment 2 WebKit Commit Bot 2010-02-10 15:05:04 PST
Comment on attachment 48452 [details]
Patch

Clearing flags on attachment: 48452

Committed r54625: <http://trac.webkit.org/changeset/54625>
Comment 3 WebKit Commit Bot 2010-02-10 15:05:10 PST
All reviewed patches have been landed.  Closing bug.