comparison test/testblitspeed.c @ 1658:e49147870aac SDL-1.3

glSDL support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 01 May 2006 06:58:33 +0000
parents cf59e7b91ed4
children 782fd950bd46
comparison
equal deleted inserted replaced
1657:5b0805ceb50f 1658:e49147870aac
114 append_sdl_surface_flag(surface, f, sizeof (f), SDL_ANYFORMAT); 114 append_sdl_surface_flag(surface, f, sizeof (f), SDL_ANYFORMAT);
115 append_sdl_surface_flag(surface, f, sizeof (f), SDL_HWPALETTE); 115 append_sdl_surface_flag(surface, f, sizeof (f), SDL_HWPALETTE);
116 append_sdl_surface_flag(surface, f, sizeof (f), SDL_DOUBLEBUF); 116 append_sdl_surface_flag(surface, f, sizeof (f), SDL_DOUBLEBUF);
117 append_sdl_surface_flag(surface, f, sizeof (f), SDL_FULLSCREEN); 117 append_sdl_surface_flag(surface, f, sizeof (f), SDL_FULLSCREEN);
118 append_sdl_surface_flag(surface, f, sizeof (f), SDL_OPENGL); 118 append_sdl_surface_flag(surface, f, sizeof (f), SDL_OPENGL);
119 append_sdl_surface_flag(surface, f, sizeof (f), SDL_OPENGLBLIT);
120 append_sdl_surface_flag(surface, f, sizeof (f), SDL_RESIZABLE); 119 append_sdl_surface_flag(surface, f, sizeof (f), SDL_RESIZABLE);
121 append_sdl_surface_flag(surface, f, sizeof (f), SDL_NOFRAME); 120 append_sdl_surface_flag(surface, f, sizeof (f), SDL_NOFRAME);
122 append_sdl_surface_flag(surface, f, sizeof (f), SDL_HWACCEL); 121 append_sdl_surface_flag(surface, f, sizeof (f), SDL_HWACCEL);
123 append_sdl_surface_flag(surface, f, sizeof (f), SDL_SRCCOLORKEY); 122 append_sdl_surface_flag(surface, f, sizeof (f), SDL_SRCCOLORKEY);
124 append_sdl_surface_flag(surface, f, sizeof (f), SDL_RLEACCELOK); 123 append_sdl_surface_flag(surface, f, sizeof (f), SDL_RLEACCELOK);