WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
88132
[chromium] Make LayerRendererChromium use RenderPasses instead of RenderSurfaces
https://bugs.webkit.org/show_bug.cgi?id=88132
Summary
[chromium] Make LayerRendererChromium use RenderPasses instead of RenderSurfaces
Dana Jansens
Reported
2012-06-01 13:49:27 PDT
[chromium] Make LayerRendererChromium use RenderPasses instead of RenderSurfaces
Attachments
Patch
(77.30 KB, patch)
2012-06-01 14:51 PDT
,
Dana Jansens
no flags
Details
Formatted Diff
Diff
Patch
(79.12 KB, patch)
2012-06-01 15:42 PDT
,
Dana Jansens
no flags
Details
Formatted Diff
Diff
Patch
(77.32 KB, patch)
2012-06-01 19:50 PDT
,
Dana Jansens
no flags
Details
Formatted Diff
Diff
Patch
(79.00 KB, patch)
2012-06-02 09:06 PDT
,
Dana Jansens
no flags
Details
Formatted Diff
Diff
Patch for landing
(79.46 KB, patch)
2012-06-04 10:29 PDT
,
Dana Jansens
no flags
Details
Formatted Diff
Diff
Patch for landing
(78.98 KB, patch)
2012-06-04 10:50 PDT
,
Dana Jansens
no flags
Details
Formatted Diff
Diff
Show Obsolete
(5)
View All
Add attachment
proposed patch, testcase, etc.
Dana Jansens
Comment 1
2012-06-01 14:51:25 PDT
Created
attachment 145381
[details]
Patch
Dana Jansens
Comment 2
2012-06-01 14:53:16 PDT
This is going to conflict pretty nicely with the CCRenderer change, waiting for it to land then will rebase. I had some discussions about what to call the coordinate space that is "physical pixels in the framebuffer, without the viewport/window matrices applied". We settled on calling this the "framebuffer space". We've called it something like "surface content space" in the past, but that would like a name that does not refer to surfaces, and that isn't super confusing in the face of device-scale.
Dana Jansens
Comment 3
2012-06-01 15:42:49 PDT
Created
attachment 145392
[details]
Patch rebased onto aelias' patch
Dana Jansens
Comment 4
2012-06-01 19:50:55 PDT
Created
attachment 145423
[details]
Patch here's a patch that applies on ToT for EWS.
Dana Jansens
Comment 5
2012-06-02 09:06:03 PDT
Created
attachment 145445
[details]
Patch heh this patch can't win :p rebased onto trunk again!
Adrienne Walker
Comment 6
2012-06-02 11:26:49 PDT
Comment on
attachment 145445
[details]
Patch Nice. R=me.
Dana Jansens
Comment 7
2012-06-02 11:31:15 PDT
Comment on
attachment 145445
[details]
Patch thank you!
WebKit Review Bot
Comment 8
2012-06-02 11:53:40 PDT
Comment on
attachment 145445
[details]
Patch Rejecting
attachment 145445
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: , const WebKit::WebFilterOperations&, const WebKit::WebFilterOperations&, unsigned int)': Source/WebCore/platform/graphics/chromium/cc/CCRenderPassDrawQuad.cpp:46: error: 'm_layer' was not declared in this scope CXX(target) out/Debug/obj.target/webcore_platform/Source/WebCore/platform/graphics/chromium/cc/CCScrollbarLayerImpl.o make: *** [out/Debug/obj.target/webcore_platform/Source/WebCore/platform/graphics/chromium/cc/CCRenderPassDrawQuad.o] Error 1 make: *** Waiting for unfinished jobs.... Full output:
http://queues.webkit.org/results/12864893
Dana Jansens
Comment 9
2012-06-04 10:29:49 PDT
Created
attachment 145603
[details]
Patch for landing
WebKit Review Bot
Comment 10
2012-06-04 10:40:37 PDT
Comment on
attachment 145603
[details]
Patch for landing Rejecting
attachment 145603
[details]
from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: uad::CCRenderPassDrawQuad(const WebCore::CCSharedQuadState*, const WebCore::IntRect&, const WebCore::CCRenderPass*, bool, const WebKit::WebFilterOperations&, const WebKit::WebFilterOperations&, unsigned int)': Source/WebCore/platform/graphics/chromium/cc/CCRenderPassDrawQuad.cpp:45: error: 'm_layer' was not declared in this scope make: *** [out/Debug/obj.target/webcore_platform/Source/WebCore/platform/graphics/chromium/cc/CCRenderPassDrawQuad.o] Error 1 make: *** Waiting for unfinished jobs.... Full output:
http://queues.webkit.org/results/12898271
Dana Jansens
Comment 11
2012-06-04 10:50:10 PDT
Created
attachment 145605
[details]
Patch for landing
WebKit Review Bot
Comment 12
2012-06-04 12:53:59 PDT
Comment on
attachment 145605
[details]
Patch for landing Clearing flags on attachment: 145605 Committed
r119419
: <
http://trac.webkit.org/changeset/119419
>
WebKit Review Bot
Comment 13
2012-06-04 12:54:04 PDT
All reviewed patches have been landed. Closing bug.
Ryosuke Niwa
Comment 14
2012-06-04 14:57:16 PDT
It appears that this patch broke GpuFeatureTest.RafNoDamage: [12655:-1597528768:0604/134340:2263335561903:ERROR:trace_event_analyzer.cc(827)] Not enough events: 0 ../../chrome/test/gpu/gpu_feature_browsertest.cc:425: Failure Value of: trace_analyzer::GetRateStats(events, &stats, &stats_options) Actual: false Expected: true [12655:-1597528768:0604/134340:2263335777689:INFO:gpu_feature_browsertest.cc(427)] Number of RAFs: 0 Mean: 6.36069e-307 Min: -1.99068 Max: 2.56952e-256 StdDev: 2.57917e-256 ../../chrome/test/gpu/gpu_feature_browsertest.cc:435: Failure Expected: (stats.mean_us) > (15000.0), actual: 6.36069e-307 vs 15000
Dana Jansens
Comment 15
2012-06-04 15:18:03 PDT
Can you explain what that output means?
Ryosuke Niwa
Comment 16
2012-06-04 15:25:09 PDT
(In reply to
comment #15
)
> Can you explain what that output means?
I don't know anything about this test :(
Dana Jansens
Comment 17
2012-06-04 15:47:45 PDT
Bisecting locally it appears to be
bug #88003
that causes the failure.
Ryosuke Niwa
Comment 18
2012-06-04 15:59:17 PDT
(In reply to
comment #17
)
> Bisecting locally it appears to be
bug #88003
that causes the failure.
Thanks for the help!
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