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,413 additions
and 59 deletions.
- +2 −2 VisualC/SDL/SDL_VS2005.vcproj
- +2 −2 VisualC/SDL/SDL_VS2008.vcproj
- +3 −3 VisualC/SDL/SDL_VS2010.vcxproj
- +349 −20 configure
- +103 −0 configure.in
- +3 −1 include/SDL_config.h.in
- +3 −0 include/SDL_config_macosx.h
- +38 −0 include/SDL_cpuinfo.h
- +87 −4 src/cpuinfo/SDL_cpuinfo.c
- +34 −0 src/video/SDL_blit.c
- +3 −18 src/video/SDL_blit.h
- +918 −8 src/video/SDL_blit_A.c
- +863 −0 src/video/SDL_blit_N.c
- +2 −0 test/automated/platform/platform.c
- +3 −1 test/testplatform.c
Oops, something went wrong.