View source for Talk:Smedia Glamo 3362

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Smedia Glamo 3362.

Personal tools

Blitting Acceleration with X11 did not work. Wrote a sample programm to test it. It blits 32x32 tiles on 640x480. Speed is ca. the same as in SDL which uses software blitting. Its around 12 FPS. On my Ubuntu Desktop X11 there were 50%+ cpu using during SDL software blitting and 20% cpu usage during XLib hardware blitting using the same code (just other bits per pixel, 24 on desktop 16 on freerunner).

Maybe I did something wrong like color spaces etc. Here is my source. Maybe someone can look over it. We have to say cleary what works and what not. Some programmers get angry when they trust a documentation and find out that is it wrong and their code wont work the way they want. Maybe we have to change this page and tell the people the accelerated blits dont work or that there some restrictions / dependencies. Link to source: [1]