This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
2,757 additions
and 112 deletions.
- +1 −0 Makefile.dc
- +20 −0 configure.in
- +1 −0 include/SDL_config.h.in
- +1 −0 include/SDL_config_amiga.h
- +1 −0 include/SDL_config_dreamcast.h
- +1 −0 include/SDL_config_macos.h
- +1 −0 include/SDL_config_macosx.h
- +3 −0 include/SDL_config_win32.h
- +1 −1 include/SDL_video.h
- +1 −1 src/video/SDL_blit.c
- +9 −9 src/video/SDL_glfuncs.h
- +4 −1 src/video/SDL_sysvideo.h
- +14 −11 src/video/SDL_video.c
- +1 −1 src/video/bwindow/SDL_BWin.h
- +3 −3 src/video/bwindow/SDL_sysvideo.cc
- +1 −1 src/video/cybergfx/SDL_cgximage.c
- +9 −9 src/video/cybergfx/SDL_cgxvideo.c
- +4 −4 src/video/dc/SDL_dcvideo.c
- +2 −2 src/video/gem/SDL_gemvideo.c
- +2,573 −0 src/video/glsdl/SDL_glsdl.c
- +38 −0 src/video/glsdl/SDL_glsdl.h
- +1 −1 src/video/maccommon/SDL_macevents.c
- +4 −4 src/video/macdsp/SDL_dspvideo.c
- +2 −2 src/video/macrom/SDL_romvideo.c
- +3 −3 src/video/photon/SDL_ph_image.c
- +2 −2 src/video/photon/SDL_ph_modes.c
- +2 −2 src/video/photon/SDL_ph_mouse.c
- +2 −2 src/video/photon/SDL_ph_video.c
- +1 −1 src/video/qtopia/SDL_sysvideo.cc
- +8 −8 src/video/quartz/SDL_QuartzVideo.m
- +2 −2 src/video/quartz/SDL_QuartzWM.m
- +4 −4 src/video/quartz/SDL_QuartzWindow.m
- +7 −7 src/video/wincommon/SDL_lowvideo.h
- +1 −1 src/video/wincommon/SDL_sysevents.c
- +5 −5 src/video/windib/SDL_dibvideo.c
- +1 −1 src/video/windx5/SDL_dx5events.c
- +8 −8 src/video/windx5/SDL_dx5video.c
- +1 −1 src/video/x11/SDL_x11events.c
- +1 −1 src/video/x11/SDL_x11image.c
- +2 −2 src/video/x11/SDL_x11modes.c
- +8 −8 src/video/x11/SDL_x11video.c
- +3 −3 src/video/xbios/SDL_xbios.c
- +0 −1 test/testblitspeed.c
Oops, something went wrong.