Mercurial > sdl-ios-xcode
comparison src/video/SDL_blit_A.c @ 2038:eb5aedc79992
(none)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 23 Sep 2006 23:15:56 +0000 |
parents | c121d94672cb |
children | 9e6dc39f48b6 |
comparison
equal
deleted
inserted
replaced
2037:6bb97f41ab4b | 2038:eb5aedc79992 |
---|---|
1619 } | 1619 } |
1620 } | 1620 } |
1621 | 1621 |
1622 #if GCC_ASMBLIT | 1622 #if GCC_ASMBLIT |
1623 /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */ | 1623 /* fast (as in MMX with prefetch) ARGB888->(A)RGB888 blending with pixel alpha */ |
1624 inline static void | 1624 static void |
1625 BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo * info) | 1625 BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo * info) |
1626 { | 1626 { |
1627 int width = info->d_width; | 1627 int width = info->d_width; |
1628 int height = info->d_height; | 1628 int height = info->d_height; |
1629 Uint32 *srcp = (Uint32 *) info->s_pixels; | 1629 Uint32 *srcp = (Uint32 *) info->s_pixels; |