Bug 4550

Summary: Allow HW rendering of SVG filters to be disabled
Product: WebKit Reporter: Tobias Lidskog <tobiaslidskog>
Component: SVGAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Enhancement    
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
add hardwareRenderingEnabled() eric: review+

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.