Bug 52490 - Make it possible for TransformationMatrix to have platform specific implementations
Summary: Make it possible for TransformationMatrix to have platform specific implement...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-14 15:32 PST by Chris Marrin
Modified: 2012-10-18 05:38 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Marrin 2011-01-14 15:32:31 PST
Today, TransformationMatrix is in platform/graphics, but there are no platform specific implementations other than the casting operators. PLATFORM(CA) and probably others could take advantage of optimized matrix operations if they were made platform specific.