<div class="gmail_quote"><div>Hi All,</div><div><br></div><div>One more thing I would like to add is, it is not just about drawing semi transparent rectangles, actually webkit uses <b>cairo_push_group </b>&amp; then drawing on the temporary surface then again paints to actual surface <b>with cairo_paint_with_alpha.</b></div>
<div><b><br></b></div><div>Can any cairo-directfb porting guys help me to accelerate this..?</div><div><br></div><div>Regards,</div><div>Arun</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
&gt; Hi folks,<br>
&gt;<br>
&gt; I&#39;m facing low performance issue while using cairo with directfb as a<br>
&gt; backend. Actual problem was while using cairo to draw bunch of<br>
&gt; transparent  rectangles, it takes very much time, but no issues with<br>
&gt; opaque rectangles.<br>
&gt;<br>
&gt; While analysing the issue I found that semi transparent rectangles<br>
&gt; were not drawn directly to the surface, instead it was drawn by<br>
&gt; creating another backend surface &amp; drawn opaquely, but the<br>
&gt; transparency was applied by creating a mask.<br>
&gt;<br>
&gt; So why this is happening..?<br>
&gt;<br>
&gt; Please help to resolve.<br>
&gt;<br>
&gt; Note:<br>
&gt; -------<br>
&gt;<br>
&gt; I&#39;m testing things with webkit/cairo/directfb<br>
&gt;<br>
&gt; Thanks &amp; Regards,<br>
&gt; Arun.<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; cairo mailing list<br>
&gt; <a href="mailto:cairo@cairographics.org">cairo@cairographics.org</a><br>
&gt; <a href="http://lists.cairographics.org/mailman/listinfo/cairo" target="_blank">http://lists.cairographics.org/mailman/listinfo/cairo</a><br>
It&#39;s the same for me.. Every object is drawn inside a rectangle. How can<br>
I resolve this problem?? It&#39;s look very bad<br></blockquote></div>