[SDL] 1.2.8 -> 1.2.11 Upgrade
Torsten Giebl
wizard at syntheticsw.com
Fri Feb 2 02:00:36 PST 2007
Hello !
> I've upgraded SDL version from 1.2.8 to 1.2.11 and I'm noticing that
> colors are not the same. SDL is used on an embedded device with 8bpp,
> 320x240 sized LCD.
> My first investigations were around blitting code of the surface and I
> found out that several changes were made in that section
> (src/video/SDL_blit* files).
Did you also recompile your app with SDL 1.2.11 ?
If not, maybe test this too.
When you know that you will only have 8bpp available,
then you should use your own palettes with it.
Even if the new SDL code may be broken,
with using palettes you will be sure
that the app looks the way you want.
CU
CU
More information about the SDL
mailing list