SDL/src/video
2008-10-12 16:15:43 +00:00
..
ataricommon Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
bwindow Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
cocoa Fixed a bunch of compile warnings on Mac OS X 2008-09-01 16:04:20 +00:00
dc Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
directfb Date: Sun, 31 Aug 2008 17:53:59 +0200 2008-08-31 16:04:32 +00:00
dummy Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
fbcon Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
gapi Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
gem indent 2007-07-15 16:59:16 +00:00
ipod Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
nanox SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
nds Fixes to the NDS sprite2 test. Illustrates partially working texture-as-sprite functionality. 2008-09-06 04:31:34 +00:00
os2fslib Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
photon Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
ps2gs Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
riscos Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
svga Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
uikit Final merge of Google Summer of Code 2008 work... 2008-10-04 06:46:59 +00:00
vgl Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
win32 This can be static 2008-10-12 16:15:43 +00:00
wscons Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
x11 Final merge of Google Summer of Code 2008 work... 2008-10-04 06:46:59 +00:00
xbios Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
Xext Removed zap_ptr hack from Bugzilla #602...it was incorrect. 2008-09-15 20:48:51 +00:00
mmx.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_blit_1.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_blit_0.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_blit_A.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_blit_auto.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_auto.h More work in progress, still doesn't compile... 2007-08-17 06:40:12 +00:00
SDL_blit_copy.c Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_blit_copy.h Oops, didn't want to rename those files... 2007-08-16 21:54:26 +00:00
SDL_blit_N.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_blit_slow.c Getting ready to add slow blitters. Everyone will love me. :) 2007-08-16 22:56:18 +00:00
SDL_blit.c ran make indent 2008-03-14 20:43:44 +00:00
SDL_blit.h Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00
SDL_bmp.c SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_fill.c Added notes on the next steps for SDL 1.3 2007-08-16 21:43:19 +00:00
SDL_gamma.c Expanded the libm support and put it into a separate directory. 2008-09-15 06:33:23 +00:00
SDL_glesfuncs.h indent 2008-09-15 04:32:36 +00:00
SDL_glfuncs.h Added source color and alpha modulation support. 2006-08-28 03:17:39 +00:00
SDL_leaks.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_pixels_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_pixels.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_rect_c.h Split out the SDL_rect and SDL_surface functions into their own headers. 2007-09-10 12:20:02 +00:00
SDL_rect.c Split out the SDL_rect and SDL_surface functions into their own headers. 2007-09-10 12:20:02 +00:00
SDL_renderer_gl.c re: bug#563. checking in some commented out trace code and a fix so that the in testalpha.c the background only flashes when alpha == 255. The problem that is being 2008-03-14 18:17:49 +00:00
SDL_renderer_gl.h Starting on the OpenGL renderer... 2006-07-19 07:18:45 +00:00
SDL_renderer_gles.c indent 2008-09-15 04:32:36 +00:00
SDL_renderer_gles.h These files are similar in purpose and structure as SDL_renderer_gl.c and SDL_renderer_gl.h, except they use OpenGL ES 1.1 for rendering. 2008-09-02 00:37:04 +00:00
SDL_renderer_sw.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_renderer_sw.h Exported the software renderer texture functions to make easier to create 2007-08-11 23:26:03 +00:00
SDL_RLEaccel_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_RLEaccel.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_stretch_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_stretch.c Added source color and alpha modulation support. 2006-08-28 03:17:39 +00:00
SDL_surface.c Final merge of Google Summer of Code 2008 work... 2008-08-27 15:10:03 +00:00
SDL_sysvideo.h indent 2008-09-15 04:32:36 +00:00
SDL_video.c indent 2008-09-15 04:32:36 +00:00
SDL_yuv_mmx.c Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__. 2007-07-14 07:28:45 +00:00
SDL_yuv_sw_c.h SDL 1.2 is moving to a branch, and SDL 1.3 is becoming the head. 2006-07-10 21:04:37 +00:00
SDL_yuv_sw.c Merged r3261:3262 from branches/SDL-1.2: MMX/YUV with __OPTIMIZE__. 2007-07-14 07:28:45 +00:00
sdlgenblit.pl Okay, still some bugs, but everything builds again... 2007-08-18 05:39:09 +00:00