Closed
Bug 776199
Opened 13 years ago
Closed 1 year ago
Add an Moz2D implementation of text shadow
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jwatt, Assigned: jwatt)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(1 file)
|
46.72 KB,
text/html
|
Details |
Apparently Azure can provide a significant perf win for drawing of CSS text-shadow since it provides API to do rendering of the shadow on the graphics card using shaders rather than doing it in software. We should add an Azure implementation of text shadow to take advantage of that and demonstrate the wins that are possible using Azure.
| Assignee | ||
Comment 1•13 years ago
|
||
Currently looking into this bug. This is the testcase I'm using to check perf (it counts the number of animation frame callbacks over 10 seconds).
Assignee: nobody → jwatt
Status: NEW → ASSIGNED
| Assignee | ||
Updated•12 years ago
|
Summary: Add an Azure implementation of text shadow → Add an Moz2D implementation of text shadow
Updated•3 years ago
|
Severity: normal → S3
Comment 2•1 year ago
|
||
This is what I get today: https://share.firefox.dev/46Ftl9X
I am closing this. Any improvement to text shadow will require new analysis of bottlenecks.
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•