On Wed, Mar 30, 2011 at 09:37:21AM -0700, Søren Sandmann wrote:
> From: Søren Sandmann Pedersen <s...@redhat.com>
> 
> It is not used anywhere else.
> 
> Signed-off-by: Soren Sandmann <s...@redhat.com>
> ---

[...]

> +    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.
_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to