comparison src/video/SDL_sysvideo.h @ 4165:3b8ac3d311a2 SDL-1.2

Hello. This patch provides basic support for video on the Sony PS3 Linux framebuffer. Scaling, format-conversion, and drawing is done from the SPEs, so there is little performance impact to PPE applications. This is by no means production quality code, but it is a very good start and a good example of how to use the PS3's hardware capabilities to accelerate video playback on the box. The driver has been verified to work with ffplay, mplayer and xine. This piece of software has been developed at the IBM R&D Lab in Boeblingen, Germany and is now returned to the community. Enjoy ! Signed-off-by: D.Herrendoerfer < d.herrendoerfer [at] de [dot] ibm [dot] com >
author Sam Lantinga <slouken@libsdl.org>
date Thu, 02 Apr 2009 04:06:55 +0000
parents a1b03ba2fcd0
children d62725f761a1
comparison
equal deleted inserted replaced
4164:7a4c511c980a 4165:3b8ac3d311a2
345 extern VideoBootStrap DirectFB_bootstrap; 345 extern VideoBootStrap DirectFB_bootstrap;
346 #endif 346 #endif
347 #if SDL_VIDEO_DRIVER_PS2GS 347 #if SDL_VIDEO_DRIVER_PS2GS
348 extern VideoBootStrap PS2GS_bootstrap; 348 extern VideoBootStrap PS2GS_bootstrap;
349 #endif 349 #endif
350 #if SDL_VIDEO_DRIVER_PS3
351 extern VideoBootStrap PS3_bootstrap;
352 #endif
350 #if SDL_VIDEO_DRIVER_GGI 353 #if SDL_VIDEO_DRIVER_GGI
351 extern VideoBootStrap GGI_bootstrap; 354 extern VideoBootStrap GGI_bootstrap;
352 #endif 355 #endif
353 #if SDL_VIDEO_DRIVER_VGL 356 #if SDL_VIDEO_DRIVER_VGL
354 extern VideoBootStrap VGL_bootstrap; 357 extern VideoBootStrap VGL_bootstrap;