[Webkit-unassigned] [Bug 62709] [EFL] Add GraphicsContext3DEfl for WebGL and accelerated compositing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 20:02:56 PDT 2011


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





--- Comment #13 from Hyowon Kim <hw1008.kim at samsung.com>  2011-06-22 20:02:56 PST ---
(In reply to comment #10)
> (From update of attachment 98116 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=98116&action=review
> 
> This looks like a huge wrapper class; isn't it possible to share most of this code with other ports, as there are few references to Evas and such?

Yes, most of this code are sharable.

Source/WebCore/platform/graphics/GraphicsContext3D.h:934

    // FIXME: ideally this would be used on all platforms.
#if PLATFORM(CHROMIUM) || PLATFORM(QT) || PLATFORM(GTK)
    friend class GraphicsContext3DInternal;
    OwnPtr<GraphicsContext3DInternal> m_internal;
#endif

Chromium & QT already have their own GraphicsContext3DInternal class.
How can you make it common? I have no concrete plans yet.

Thank you for your comment :)

-- 
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