On Sun, 10 Aug 2003 13:59:18 -0700 (PDT) Mark Vojkovich <[EMAIL PROTECTED]>
babbled:

>    RENDER is slow, so that's not surprising.

yes. i'm getting the drift. :) it was slow 2 years ago. i was kind of hoping
it'd moved on since then. i started work on using it and found at the time even
1:1 scaled blending was not outperforming client-side software routines. i
halted work on that code pending improvement. :)

> > display is 24bpp (src picture is 32bpp, with alpha, component alpha set,
> > repeat set to true, dither true). i am not sure.. but a 35 TIMES speed
> > difference with software being the faster... sounds wrong to me.
> > 
> 
>    Software being faster than what?  It's all in software.  I don't
> check to see if the transform is identity.   If there's a transform,
> I punt.

hmmm bugger. i'd have expected at least identity checks. i'd also have expected
checks for simple 2d scaling (no rotation) in the transform matrix as this is an
easier case to accelerate - especially in software.

-- 
--------------- Codito, ergo sum - "I code, therefore I am" --------------------
The Rasterman (Carsten Haitzler)    [EMAIL PROTECTED]
熊耳 - 車君                         [EMAIL PROTECTED]
Mobile Phone: +61 (0)413 451 899    Home Phone: 02 9698 8615
_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to