author | Sam Lantinga <slouken@libsdl.org> |
Mon, 29 May 2006 04:04:35 +0000 | |
branch | SDL-1.3 |
changeset 1668 | 4da1ee79c9af |
parent 1662 | 782fd950bd46 |
permissions | -rw-r--r-- |
0 | 1 |
/* |
2 |
Header definitions for the MMX routines for the HERMES library |
|
3 |
Copyright (c) 1998 Christian Nentwich (c.nentwich@cs.ucl.ac.uk) |
|
4 |
This source code is licensed under the GNU LGPL |
|
5 |
||
6 |
Please refer to the file COPYING.LIB contained in the distribution for |
|
7 |
licensing conditions |
|
8 |
*/ |
|
1402
d910939febfa
Use consistent identifiers for the various platforms we support.
Sam Lantinga <slouken@libsdl.org>
parents:
1197
diff
changeset
|
9 |
#include "SDL_config.h" |
0 | 10 |
|
11 |
#ifndef __HERMES_HEAD_MMX__ |
|
12 |
#define __HERMES_HEAD_MMX__ |
|
13 |
||
14 |
||
15 |
/* If you cannot stand ifdefs, then please do not look into this file, it's |
|
16 |
going to end your life :) */ |
|
17 |
||
18 |
#ifdef X86_ASSEMBLER |
|
19 |
||
20 |
||
21 |
#ifdef __cplusplus |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
22 |
extern "C" |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
23 |
{ |
0 | 24 |
#endif |
25 |
||
1668
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
26 |
void STACKCALL ConvertMMX(HermesConverterInterface *); |
0 | 27 |
|
1668
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
28 |
void STACKCALL ClearMMX_32(HermesClearInterface *); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
29 |
void STACKCALL ClearMMX_24(HermesClearInterface *); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
30 |
void STACKCALL ClearMMX_16(HermesClearInterface *); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
31 |
void STACKCALL ClearMMX_8(HermesClearInterface *); |
0 | 32 |
|
1668
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
33 |
void ConvertMMXpII32_24RGB888(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
34 |
void ConvertMMXpII32_16RGB565(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
35 |
void ConvertMMXpII32_16BGR565(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
36 |
void ConvertMMXpII32_16RGB555(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
37 |
void ConvertMMXpII32_16BGR565(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
38 |
void ConvertMMXpII32_16BGR555(); |
0 | 39 |
|
1668
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
40 |
void ConvertMMXp32_16RGB555(); |
0 | 41 |
|
42 |
#ifdef __cplusplus |
|
43 |
} |
|
44 |
#endif |
|
45 |
||
46 |
||
47 |
||
48 |
/* Fix the underscore business with ELF compilers */ |
|
49 |
||
50 |
#if defined(__ELF__) && defined(__GNUC__) |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
51 |
#ifdef __cplusplus |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
52 |
extern "C" |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
53 |
{ |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
54 |
#endif |
0 | 55 |
|
1668
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
56 |
extern void _ConvertMMX(HermesConverterInterface *); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
57 |
extern void _ConvertMMXpII32_24RGB888(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
58 |
extern void _ConvertMMXpII32_16RGB565(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
59 |
extern void _ConvertMMXpII32_16BGR565(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
60 |
extern void _ConvertMMXpII32_16RGB555(); |
4da1ee79c9af
more tweaking indent options
Sam Lantinga <slouken@libsdl.org>
parents:
1662
diff
changeset
|
61 |
extern void _ConvertMMXpII32_16BGR555(); |
0 | 62 |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
63 |
#define ConvertMMX _ConvertMMX |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
64 |
#define ConvertMMXpII32_24RGB888 _ConvertMMXpII32_24RGB888 |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
65 |
#define ConvertMMXpII32_16RGB565 _ConvertMMXpII32_16RGB565 |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
66 |
#define ConvertMMXpII32_16BGR565 _ConvertMMXpII32_16BGR565 |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
67 |
#define ConvertMMXpII32_16RGB555 _ConvertMMXpII32_16RGB555 |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
68 |
#define ConvertMMXpII32_16BGR555 _ConvertMMXpII32_16BGR555 |
0 | 69 |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
70 |
#ifdef __cplusplus |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
71 |
} |
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
72 |
#endif |
0 | 73 |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
74 |
#endif /* ELF and GNUC */ |
0 | 75 |
|
76 |
||
77 |
||
78 |
||
79 |
/* Make it work with Watcom */ |
|
80 |
#ifdef __WATCOMC__ |
|
81 |
#pragma warning 601 9 |
|
82 |
||
83 |
#pragma aux ConvertMMX "_*" modify [EAX EBX ECX EDX ESI EDI] |
|
84 |
||
85 |
#pragma aux ClearMMX_32 "_*" modify [EAX EBX ECX EDX ESI EDI] |
|
86 |
#pragma aux ClearMMX_24 "_*" modify [EAX EBX ECX EDX ESI EDI] |
|
87 |
#pragma aux ClearMMX_16 "_*" modify [EAX EBX ECX EDX ESI EDI] |
|
88 |
#pragma aux ClearMMX_8 "_*" modify [EAX EBX ECX EDX ESI EDI] |
|
89 |
||
90 |
#pragma aux ConvertMMXpII32_24RGB888 "_*" |
|
91 |
#pragma aux ConvertMMXpII32_16RGB565 "_*" |
|
92 |
#pragma aux ConvertMMXpII32_16BGR565 "_*" |
|
93 |
#pragma aux ConvertMMXpII32_16RGB555 "_*" |
|
94 |
#pragma aux ConvertMMXpII32_16BGR555 "_*" |
|
95 |
#pragma aux ConvertMMXp32_16RGB555 "_*" |
|
96 |
||
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
97 |
#endif /* WATCOM */ |
0 | 98 |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
99 |
#endif /* X86_ASSEMBLER */ |
0 | 100 |
|
101 |
||
102 |
#endif |
|
1662
782fd950bd46
Revamp of the video system in progress - adding support for multiple displays, multiple windows, and a full video mode selection API.
Sam Lantinga <slouken@libsdl.org>
parents:
1402
diff
changeset
|
103 |
/* vi: set ts=4 sw=4 expandtab: */ |