comparison src/video/SDL_sysvideo.h @ 3141:3df74541339b gsoc2009_ps3

Added ps3 video driver based on the dummy driver. Added spulib for copying to framebuffer. Added SPU managing functions. Added open/close and taking control of the framebuffer.
author Martin Lowinski <martin@goldtopf.org>
date Fri, 29 May 2009 09:50:21 +0000
parents 7dc982143c06
children
comparison
equal deleted inserted replaced
3140:9ef99b844c60 3141:3df74541339b
353 extern VideoBootStrap DirectFB_bootstrap; 353 extern VideoBootStrap DirectFB_bootstrap;
354 #endif 354 #endif
355 #if SDL_VIDEO_DRIVER_PS2GS 355 #if SDL_VIDEO_DRIVER_PS2GS
356 extern VideoBootStrap PS2GS_bootstrap; 356 extern VideoBootStrap PS2GS_bootstrap;
357 #endif 357 #endif
358 #if SDL_VIDEO_DRIVER_PS3
359 extern VideoBootStrap PS3_bootstrap;
360 #endif
358 #if SDL_VIDEO_DRIVER_VGL 361 #if SDL_VIDEO_DRIVER_VGL
359 extern VideoBootStrap VGL_bootstrap; 362 extern VideoBootStrap VGL_bootstrap;
360 #endif 363 #endif
361 #if SDL_VIDEO_DRIVER_SVGALIB 364 #if SDL_VIDEO_DRIVER_SVGALIB
362 extern VideoBootStrap SVGALIB_bootstrap; 365 extern VideoBootStrap SVGALIB_bootstrap;