WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
109588
[Texmap] Implementation for pattern compositing
https://bugs.webkit.org/show_bug.cgi?id=109588
Summary
[Texmap] Implementation for pattern compositing
Noam Rosenthal
Reported
2013-02-12 08:26:16 PST
[Texmap] Implementation for pattern compositing
Attachments
Patch
(30.86 KB, patch)
2013-02-12 08:47 PST
,
Noam Rosenthal
no flags
Details
Formatted Diff
Diff
Patch
(24.91 KB, patch)
2013-04-15 07:39 PDT
,
Noam Rosenthal
no flags
Details
Formatted Diff
Diff
Patch
(25.01 KB, patch)
2013-04-19 06:36 PDT
,
Noam Rosenthal
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Noam Rosenthal
Comment 1
2013-02-12 08:47:59 PST
Created
attachment 187876
[details]
Patch
Early Warning System Bot
Comment 2
2013-02-12 09:01:20 PST
Comment on
attachment 187876
[details]
Patch
Attachment 187876
[details]
did not pass qt-wk2-ews (qt): Output:
http://queues.webkit.org/results/16510287
Early Warning System Bot
Comment 3
2013-02-12 09:01:27 PST
Comment on
attachment 187876
[details]
Patch
Attachment 187876
[details]
did not pass qt-ews (qt): Output:
http://queues.webkit.org/results/16517258
EFL EWS Bot
Comment 4
2013-02-12 14:07:23 PST
Comment on
attachment 187876
[details]
Patch
Attachment 187876
[details]
did not pass efl-ews (efl): Output:
http://queues.webkit.org/results/16531132
Noam Rosenthal
Comment 5
2013-04-15 07:39:29 PDT
Created
attachment 198125
[details]
Patch
Allan Sandfeld Jensen
Comment 6
2013-04-19 05:50:33 PDT
Comment on
attachment 198125
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=198125&action=review
Is this supposed to be always disabled, and what happens to TextureMapperImageBuffer in this case?
> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp:587 > + layer->setShouldMapBackingStoreToContentsRect(false);
Isn't it always false?
> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp:594 > +// layer->setShouldMapBackingStoreToContentsRect(true);
Is that supposed to be commented out?
Noam Rosenthal
Comment 7
2013-04-19 06:15:40 PDT
Comment on
attachment 198125
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=198125&action=review
>> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp:587 >> + layer->setShouldMapBackingStoreToContentsRect(false); > > Isn't it always false?
See below
>> Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedGraphicsScene.cpp:594 >> +// layer->setShouldMapBackingStoreToContentsRect(true); > > Is that supposed to be commented out?
No, it's a debugging leftover...
Noam Rosenthal
Comment 8
2013-04-19 06:36:06 PDT
Created
attachment 198850
[details]
Patch
Allan Sandfeld Jensen
Comment 9
2013-04-19 06:51:39 PDT
Comment on
attachment 198850
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=198850&action=review
LGTM
> Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:124 > + if (m_state.solidColor.isValid() && !m_state.contentsRect.isEmpty() && m_state.solidColor.alpha()) {
Unrelated optimization, isn't it? But I will let it slide.
Noam Rosenthal
Comment 10
2013-04-19 06:57:39 PDT
(In reply to
comment #9
)
> (From update of
attachment 198850
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=198850&action=review
> > LGTM
Thanks, I'll ask a WK2 owner to approve.
> > > Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:124 > > + if (m_state.solidColor.isValid() && !m_state.contentsRect.isEmpty() && m_state.solidColor.alpha()) { > > Unrelated optimization, isn't it?
It isn't :) Now that we support pattern compositing, if this is not there, this code path would be triggered and the pattern would not be drawn.
Andreas Kling
Comment 11
2013-04-19 08:20:51 PDT
Comment on
attachment 198850
[details]
Patch wk2r=me
WebKit Commit Bot
Comment 12
2013-04-19 08:59:14 PDT
The commit-queue encountered the following flaky tests while processing
attachment 198850
[details]
: platform/mac/editing/deleting/deletionUI-single-instance.html
bug 114181
(author:
rniwa@webkit.org
) transitions/color-transition-rounding.html
bug 114182
(author:
simon.fraser@apple.com
) transitions/cubic-bezier-overflow-svg-length.html
bug 114183
(author:
peter@chromium.org
) transitions/interrupt-zero-duration.html
bug 114184
(authors:
cmarrin@apple.com
,
rniwa@webkit.org
, and
simon.fraser@apple.com
) transitions/multiple-background-transitions.html
bug 114185
(author:
simon.fraser@apple.com
) transitions/cubic-bezier-overflow-color.html
bug 114186
(author:
peter@chromium.org
) transitions/mismatched-shadow-transitions.html
bug 114188
(author:
simon.fraser@apple.com
) transitions/color-transition-all.html
bug 114189
(authors:
ossy@webkit.org
and
simon.fraser@apple.com
) transitions/cubic-bezier-overflow-shadow.html
bug 114191
(author:
peter@chromium.org
) transitions/min-max-width-height-transitions.html
bug 114192
(author:
simon.fraser@apple.com
) transitions/cancel-transition.html
bug 114193
(authors:
ojan@chromium.org
,
rniwa@webkit.org
, and
simon.fraser@apple.com
) transitions/border-radius-transition.html
bug 114194
(author:
simon.fraser@apple.com
) transitions/flex-transitions.html
bug 114195
(author:
tony@chromium.org
) transitions/mixed-type.html
bug 114196
(author:
mikelawther@chromium.org
) transitions/multiple-mask-transitions.html
bug 114197
(author:
simon.fraser@apple.com
) transitions/color-transition-premultiplied.html
bug 114198
(author:
simon.fraser@apple.com
) transitions/mismatched-shadow-styles.html
bug 114199
(author:
simon.fraser@apple.com
) transitions/mask-transitions.html
bug 114200
(authors:
ojan@chromium.org
,
oliver@apple.com
, and
simon.fraser@apple.com
) transitions/cubic-bezier-overflow-length.html
bug 114201
(author:
peter@chromium.org
) transitions/multiple-background-size-transitions.html
bug 114202
(authors:
mitz@webkit.org
and
simon.fraser@apple.com
) transitions/clip-transition.html
bug 114203
(authors:
dglazkov@chromium.org
and
simon.fraser@apple.com
) transitions/cubic-bezier-overflow-transform.html
bug 114204
(author:
peter@chromium.org
) transitions/interrupted-accelerated-transition.html
bug 56242
(authors:
rniwa@webkit.org
,
simon.fraser@apple.com
, and
tonyg@chromium.org
) transitions/background-transitions.html
bug 114206
(author:
simon.fraser@apple.com
) http/tests/security/cookies/third-party-cookie-blocking-user-action.html
bug 114511
(authors:
ap@webkit.org
,
jochen@chromium.org
, and
rniwa@webkit.org
) http/tests/security/mixedContent/redirect-https-to-http-iframe-in-main-frame.html
bug 114208
(authors:
abarth@webkit.org
and
rniwa@webkit.org
) http/tests/inspector/appcache/appcache-manifest-with-non-existing-file.html
bug 114209
(author:
vsevik@chromium.org
) fast/loader/javascript-url-in-object.html
bug 114210
(authors:
rniwa@webkit.org
and
sam@webkit.org
) svg/animations/smil-leak-elements.svg
bug 114280
(authors:
fmalita@chromium.org
and
timothy_horton@apple.com
) svg/animations/smil-leak-dynamically-added-element-instances.svg
bug 114281
(authors:
fmalita@chromium.org
and
timothy_horton@apple.com
) The commit-queue is continuing to process your patch.
WebKit Commit Bot
Comment 13
2013-04-19 09:00:10 PDT
Comment on
attachment 198850
[details]
Patch Clearing flags on attachment: 198850 Committed
r148748
: <
http://trac.webkit.org/changeset/148748
>
WebKit Commit Bot
Comment 14
2013-04-19 09:00:16 PDT
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.
Top of Page
Format For Printing
XML
Clone This Bug