Re: [AD] update bitmap drawing after addition of transformations |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
I have not benchmarked it yet, but I imagine the performance loss
will be
significant. If it is, can we not make the memory draw_bitmap_regionimplementation infer the rotate/scale special cases from the
transformation
matrix and call the specialised functions? Peter
As Elias said, there are only the pure scaling and identity special cases that need to be detected. Everything else (rotated/rotated + scaled/affine) is sent to the parallelogram drawer.
-SiegeLord
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |