RESOLVED INVALID 83458
update skia's interface to leverage the circle drawing hardware support
https://bugs.webkit.org/show_bug.cgi?id=83458
Summary update skia's interface to leverage the circle drawing hardware support
Lu Guanqun
Reported 2012-04-09 01:07:52 PDT
I've been implementing the feature to draw circles directly via GPU shaders. Here's the skia side issue: http://codereview.appspot.com/5696086/ But in order to be able to use this feature, we need to change interface in WebKit a little bit. We need to call addCircle() directly when we detect it's a circle. Otherwise, in skia side, it has no idea whether it's a circle or not and it won't leverage this powerful feature. The changes in WebKit and skia are quite de-coupled. Either side can take the patch first, without hurting the other. :)
Attachments
Lu Guanqun
Comment 1 2012-04-09 01:20:22 PDT
It can be handled in skia side, so mark it as invalid.
Note You need to log in before you can comment on or make changes to this bug.