Page 1 of 1

rotateblit and xscale

PostPosted: Jul 2, 2003 @ 6:01pm
by StephC

PostPosted: Jul 2, 2003 @ 6:27pm
by refractor
The PXA250 had some "problems" with its cache. That may or may not be affecting you.

Are you sure your source is in the same type of memory (i.e. you're using a "general" memory buffer rather than a buffer GAPI passes you for the source of the rotation)?

PostPosted: Jul 2, 2003 @ 10:00pm
by warmi
Try to run the same test using system memory only ( blit from one part of memory to another - no framebufffer ) and see if it is any faster.
If it is then perhaps you are dealing with a device that is using MediaQ GPU chip ( Toshibas etc ) - accessing framebuffer memory is very slow on these devices.

PostPosted: Jul 3, 2003 @ 11:46am
by StephC