RESOLVED FIXED Bug 111630
[texmap] Remove direct access to clip state from clip stack
https://bugs.webkit.org/show_bug.cgi?id=111630
Summary [texmap] Remove direct access to clip state from clip stack
Bruno Abinader (history only)
Reported 2013-03-06 14:49:32 PST
As we are now monitoring the clip state from TextureMapperGL/BitmapTextureGL, have direct access to clip state object would eventually make it dirty without properly setting the 'clipStateDirty' flag. This bug intends to substitute direct access with auxiliary functions which would set the clip state dirty when necessary.
Attachments
Patch (5.25 KB, patch)
2013-03-06 14:54 PST, Bruno Abinader (history only)
no flags
Patch (5.36 KB, patch)
2013-03-07 06:54 PST, Bruno Abinader (history only)
no flags
Bruno Abinader (history only)
Comment 1 2013-03-06 14:54:09 PST
Created attachment 191836 [details] Patch Proposed patch
Bruno Abinader (history only)
Comment 2 2013-03-07 06:54:57 PST
Created attachment 191988 [details] Patch Rebased patch after changes from r145071
Allan Sandfeld Jensen
Comment 3 2013-03-07 07:04:13 PST
Comment on attachment 191988 [details] Patch LGTM
WebKit Review Bot
Comment 4 2013-03-07 07:27:58 PST
Comment on attachment 191988 [details] Patch Clearing flags on attachment: 191988 Committed r145073: <http://trac.webkit.org/changeset/145073>
WebKit Review Bot
Comment 5 2013-03-07 07:28:02 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.