I did some work on a generic benchmark class that we can use to test our toolkits. I did some preliminary tests and the difference in performance was probably too large between PocketFrog and GapiDraw so I will ask you guys for help in checking the PocketFrog test.
Here are the bitmaps I have chosen. A typical 32x32 sprite, and a typical menu graphics bitmap in 128x128 pixels:

Color keyed sprite 32x32

Alpha map used for AlphaBltFast (not available in PocketFrog 0.6)

Color keyed menu item 128x128

Alpha map used for AlphaBltFast (not available in PocketFrog 0.6)
Here is the class I used:
http://www.sanneblad.se/johan/temp/gfxbench.h
Here are the sample projects:
http://www.sanneblad.se/johan/temp/gfxbenchgd104.zip
http://www.sanneblad.se/johan/temp/gfxbenchgd300.zip
http://www.sanneblad.se/johan/temp/gfxbenchpf060.zip
Here are the results as an XLS file:
http://www.sanneblad.se/johan/temp/gfxbench.xls
And for those of you without Excel, here is a screen snapshot:
Please, give the PocketFrog sample a go! I compiled the PocketFrog library and the Blit sample with maximum optimizations in release mode.
//Johan