Re: [AD] possible speed improvements on current allegro blenders |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
Javier Gonzalez wrote:
Hello, I just noticed allegro doesn't take adventage of special cases in theblenders to speed up this operationfor example, in the trans blender, if the alpha is 255 (one of the most used cases) it could avoid reading the back pixel and simply returning the pixelto be put
Isn't this what FBlend is for? :-)
Same thing if the alpha is 0, it could simply avoid reading and do not putpix anything (or if that can't be done, simply return the value of the getpix)
That's not always possible for the (generic) way that Allegro does blending. An alpha of 0 may not mean to "do nothing".
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |