Closed
Bug 843555
Opened 13 years ago
Closed 12 years ago
[layers-refactoring] Fix D2D accelerated canvas with OMTC D3D11
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla24
People
(Reporter: bas.schouten, Assigned: bas.schouten)
References
Details
(Whiteboard: [metro-gfx])
Attachments
(2 files)
|
1.05 KB,
patch
|
nical
:
review+
|
Details | Diff | Splinter Review |
|
1.01 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Updated•13 years ago
|
Summary: Fix D2D accelerated canvas with OMTC D3D11 → [layers-refactoring] Fix D2D accelerated canvas with OMTC D3D11
Whiteboard: [metro-gfx]
Updated•13 years ago
|
Blocks: metro-omtc
Updated•13 years ago
|
No longer blocks: metro-omtc
| Assignee | ||
Comment 1•12 years ago
|
||
This makes us use a Content texture client for Canvas2D. This is optimal since we use LockSurface to draw the canvas anyway. This will make us use a TextureClientD3D11 and avoid the readback when copying.
Attachment #748898 -
Flags: review?(nical.bugzilla)
| Assignee | ||
Comment 2•12 years ago
|
||
This prevents this from hitting a slow path in the Cairo D2D backend.
Attachment #748899 -
Flags: review?(jmuizelaar)
Updated•12 years ago
|
Attachment #748898 -
Flags: review?(nical.bugzilla) → review+
Updated•12 years ago
|
Attachment #748899 -
Flags: review?(jmuizelaar) → review+
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/778368babc94
https://hg.mozilla.org/mozilla-central/rev/dcc5e600d4d3
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla24
Crash at least on http://ie.microsoft.com/testdrive/Performance/PsychedelicBrowsing/Default.html after landed in last central build
OS: Windows 8 x64
Video: nVidia 460GT
layers.offmainthreadcomposition.enabled = true
Crash Report: https://crash-stats.mozilla.com/report/index/bp-e994ec2b-cd8e-4012-ae7e-9d22f2130529
| Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Theliel from comment #5)
> Crash at least on
> http://ie.microsoft.com/testdrive/Performance/PsychedelicBrowsing/Default.
> html after landed in last central build
>
> OS: Windows 8 x64
> Video: nVidia 460GT
> layers.offmainthreadcomposition.enabled = true
>
> Crash Report:
> https://crash-stats.mozilla.com/report/index/bp-e994ec2b-cd8e-4012-ae7e-
> 9d22f2130529
Could you file a bug, this isn't an acute problem since it's a custom pref, but I'd like to fix it soon! :)
Updated•12 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•