Could I kindly ask if the blit and another critical functions are optimized within GAPIDraw? One of reasons I consider PocketHAL is that I hope, I could draw faster Blit, AlphaBlending, and transparency routines, that would allow me to put more graphics in the shorter time on the PocketPC display.
Therefore, i would like to ask, if enough attention was put by GAPIDraw developer, to get maximum from Blit algorithms, or if there is any room for improvement. I don't see the GAPIDraw code so it difficult to evaluate.
One idea would be using memcpy(); to copy memory blocks, to move 32bits instead of 16bits in single CPU cycle, or to use fixed point math and bit-shifts, to get as fast output as possible.
Thank you and with regards,
Rene.
