comparison src/video/SDL_video.c @ 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 7f684f249ec9
children
comparison
equal deleted inserted replaced
3140:9ef99b844c60 3141:3df74541339b
70 #if SDL_VIDEO_DRIVER_DIRECTFB 70 #if SDL_VIDEO_DRIVER_DIRECTFB
71 &DirectFB_bootstrap, 71 &DirectFB_bootstrap,
72 #endif 72 #endif
73 #if SDL_VIDEO_DRIVER_PS2GS 73 #if SDL_VIDEO_DRIVER_PS2GS
74 &PS2GS_bootstrap, 74 &PS2GS_bootstrap,
75 #endif
76 #if SDL_VIDEO_DRIVER_PS3
77 &PS3_bootstrap,
75 #endif 78 #endif
76 #if SDL_VIDEO_DRIVER_VGL 79 #if SDL_VIDEO_DRIVER_VGL
77 &VGL_bootstrap, 80 &VGL_bootstrap,
78 #endif 81 #endif
79 #if SDL_VIDEO_DRIVER_SVGALIB 82 #if SDL_VIDEO_DRIVER_SVGALIB