comparison src/video/SDL_yuv_sw.c @ 2828:7e5ff6cd05bf

Added very slow software scaling to the X11 renderer
author Sam Lantinga <slouken@libsdl.org>
date Wed, 03 Dec 2008 12:10:51 +0000
parents 9e7ce3069096
children 99210400e8b9
comparison
equal deleted inserted replaced
2827:aec4399c507a 2828:7e5ff6cd05bf
83 * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 83 * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
84 */ 84 */
85 85
86 #include "SDL_video.h" 86 #include "SDL_video.h"
87 #include "SDL_cpuinfo.h" 87 #include "SDL_cpuinfo.h"
88 #include "SDL_stretch_c.h"
89 #include "SDL_yuv_sw_c.h" 88 #include "SDL_yuv_sw_c.h"
90 89
91 90
92 struct SDL_SW_YUVTexture 91 struct SDL_SW_YUVTexture
93 { 92 {