comparison src/video/sdlgenblit.pl @ 5152:be02be2ea897

Making the API simpler, removed support for palettized video modes and textures.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 01 Feb 2011 21:23:43 -0800
parents e743b9c3f6d6
children d976b67150c5
comparison
equal deleted inserted replaced
5151:5429daf5e3f9 5152:be02be2ea897
7 use strict; 7 use strict;
8 8
9 my %file; 9 my %file;
10 10
11 # The formats potentially supported by this script: 11 # The formats potentially supported by this script:
12 # SDL_PIXELFORMAT_INDEX8
13 # SDL_PIXELFORMAT_RGB332 12 # SDL_PIXELFORMAT_RGB332
14 # SDL_PIXELFORMAT_RGB444 13 # SDL_PIXELFORMAT_RGB444
15 # SDL_PIXELFORMAT_RGB555 14 # SDL_PIXELFORMAT_RGB555
16 # SDL_PIXELFORMAT_ARGB4444 15 # SDL_PIXELFORMAT_ARGB4444
17 # SDL_PIXELFORMAT_ARGB1555 16 # SDL_PIXELFORMAT_ARGB1555