On Wed, Mar 30, 2011 at 09:37:21AM -0700, Søren Sandmann wrote:
> From: Søren Sandmann Pedersen <[email protected]>
>
> It is not used anywhere else.
>
> Signed-off-by: Soren Sandmann <[email protected]>
> ---
[...]
> + pixman_image_fill_rectangles (
> + op, image, (pixman_color_t *)color, nRect,
> + (const pixman_rectangle16_t *)rects);
This is guaranteed to be software rendering.
[...]
> - (*pGC->ops->PolyFillRect) (pDst->pDrawable, pGC, nRect, rects);
[...]
> - while (nRect--)
> - {
> - CompositePicture (op, pSrc, 0, pDst, 0, 0, 0, 0,
> - rects->x,
> - rects->y,
> - rects->width,
> - rects->height);
> - rects++;
> - }
This at least might be hardware rendering.
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel