[Webkit-unassigned] [Bug 107823] New: Remove #ifdef OPENCL from SVG Filter code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 24 06:42:05 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107823

           Summary: Remove #ifdef OPENCL from SVG Filter code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: schenney at chromium.org
                CC: zimmermann at kde.org, zherczeg at webkit.org,
                    tczene at inf.u-szeged.hu


The code required to manage OpenCLHandle, and the use of OpenCL as a backing for images, should all be placed in a platform specific version of some class. That will get rid of almost all of the code cluttering FilterEffect, and is in fact the correct way to provide a platform specific back end.

We may need to create an new platform independent image representation for hardware backings or "alternate" backings. Or make ImageBuffer sub-classable.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list