Bug 4550 - Allow HW rendering of SVG filters to be disabled
Summary: Allow HW rendering of SVG filters to be disabled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-21 00:10 PDT by Tobias Lidskog
Modified: 2005-08-22 00:49 PDT (History)
0 users

See Also:


Attachments
add hardwareRenderingEnabled() (3.01 KB, patch)
2005-08-21 00:12 PDT, Tobias Lidskog
eric: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Lidskog 2005-08-21 00:10:09 PDT
It should be possible to force the CI filters to use software rendering (to work around HW quirks when 
running regression tests).
Comment 1 Tobias Lidskog 2005-08-21 00:12:33 PDT
Created attachment 3487 [details]
add hardwareRenderingEnabled()

Perhaps there should be an option in run-webkit-tests to use software filtering
Comment 2 Eric Seidel (no email) 2005-08-21 15:38:42 PDT
Comment on attachment 3487 [details]
add hardwareRenderingEnabled()

Looks fine Tobias.  Now we just need either DrawTest or DumpKCanvasTree to use
this.