Mercurial > sdl-ios-xcode
annotate src/main/beos/exports/SDL.exp @ 809:dba98fb391e7
Date: Tue, 13 Jan 2004 19:25:37 +0300
From: Dmitry Yakimov
Subject: [SDL] [PATCH] SDL bug patch
Let me introduce 2 fixes to SDL.
1. Preventing great slowdown on fast machines while hardware
flipping (it's obviously bug).
2. Setting up 85 Hz of monitor if supported. The reason is that
Win98 by default sets lowest frequency 60 Hz.
And we can't set up maximum frequency because some users can have
wrong monitor drivers.
This is important for shareware and commercial programs.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 11 Feb 2004 16:10:16 +0000 |
parents | ab0d977f91f8 |
children | eb78bb0b715b |
rev | line source |
---|---|
0 | 1 _SDL_Init |
2 _SDL_InitSubSystem | |
3 _SDL_QuitSubSystem | |
4 _SDL_WasInit | |
5 _SDL_Quit | |
6 _SDL_GetAppState | |
7 _SDL_AudioInit | |
8 _SDL_AudioQuit | |
9 _SDL_AudioDriverName | |
10 _SDL_OpenAudio | |
11 _SDL_GetAudioStatus | |
12 _SDL_PauseAudio | |
13 _SDL_LoadWAV_RW | |
14 _SDL_FreeWAV | |
15 _SDL_BuildAudioCVT | |
16 _SDL_ConvertAudio | |
17 _SDL_MixAudio | |
18 _SDL_LockAudio | |
19 _SDL_UnlockAudio | |
20 _SDL_CloseAudio | |
21 _SDL_CDNumDrives | |
22 _SDL_CDName | |
23 _SDL_CDOpen | |
24 _SDL_CDStatus | |
25 _SDL_CDPlayTracks | |
26 _SDL_CDPlay | |
27 _SDL_CDPause | |
28 _SDL_CDResume | |
29 _SDL_CDStop | |
30 _SDL_CDEject | |
31 _SDL_CDClose | |
763 | 32 _SDL_HasRDTSC |
33 _SDL_HasMMX | |
791
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
34 _SDL_HasMMXExt |
763 | 35 _SDL_Has3DNow |
791
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
36 _SDL_Has3DNowExt |
763 | 37 _SDL_HasSSE |
791
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
38 _SDL_HasSSE2 |
ab0d977f91f8
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
764
diff
changeset
|
39 _SDL_HasAltiVec |
0 | 40 _SDL_ReadLE16 |
41 _SDL_ReadBE16 | |
42 _SDL_ReadLE32 | |
43 _SDL_ReadBE32 | |
44 _SDL_ReadLE64 | |
45 _SDL_ReadBE64 | |
46 _SDL_WriteLE16 | |
47 _SDL_WriteBE16 | |
48 _SDL_WriteLE32 | |
49 _SDL_WriteBE32 | |
50 _SDL_WriteLE64 | |
51 _SDL_WriteBE64 | |
52 _SDL_SetError | |
53 _SDL_GetError | |
54 _SDL_ClearError | |
55 _SDL_PumpEvents | |
56 _SDL_PeepEvents | |
57 _SDL_PollEvent | |
58 _SDL_WaitEvent | |
59 _SDL_PushEvent | |
60 _SDL_SetEventFilter | |
61 _SDL_GetEventFilter | |
62 _SDL_EventState | |
63 _SDL_NumJoysticks | |
64 _SDL_JoystickName | |
65 _SDL_JoystickOpen | |
66 _SDL_JoystickOpened | |
67 _SDL_JoystickIndex | |
68 _SDL_JoystickNumAxes | |
69 _SDL_JoystickNumBalls | |
70 _SDL_JoystickNumHats | |
71 _SDL_JoystickNumButtons | |
72 _SDL_JoystickUpdate | |
73 _SDL_JoystickEventState | |
74 _SDL_JoystickGetAxis | |
75 _SDL_JoystickGetHat | |
76 _SDL_JoystickGetBall | |
77 _SDL_JoystickGetButton | |
78 _SDL_JoystickClose | |
79 _SDL_EnableUNICODE | |
80 _SDL_EnableKeyRepeat | |
81 _SDL_GetKeyState | |
82 _SDL_GetModState | |
83 _SDL_SetModState | |
84 _SDL_GetKeyName | |
648
12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
Sam Lantinga <slouken@libsdl.org>
parents:
296
diff
changeset
|
85 _SDL_LoadObject |
12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
Sam Lantinga <slouken@libsdl.org>
parents:
296
diff
changeset
|
86 _SDL_LoadFunction |
12a21d82a060
Exposed SDL_LoadObject(), SDL_LoadFunction(), and SDL_UnloadObject() APIs
Sam Lantinga <slouken@libsdl.org>
parents:
296
diff
changeset
|
87 _SDL_UnloadObject |
292
eadc0746dfaf
Added SDL_LockRect() and SDL_UnlockRect()
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
88 _SDL_SetModuleHandle |
0 | 89 _SDL_RegisterApp |
90 _SDL_InitQuickDraw | |
91 _SDL_GetMouseState | |
92 _SDL_GetRelativeMouseState | |
93 _SDL_WarpMouse | |
94 _SDL_CreateCursor | |
95 _SDL_SetCursor | |
96 _SDL_GetCursor | |
97 _SDL_FreeCursor | |
98 _SDL_ShowCursor | |
99 _SDL_CreateMutex | |
100 _SDL_mutexP | |
101 _SDL_mutexV | |
102 _SDL_DestroyMutex | |
103 _SDL_CreateSemaphore | |
104 _SDL_DestroySemaphore | |
105 _SDL_SemWait | |
106 _SDL_SemTryWait | |
107 _SDL_SemWaitTimeout | |
108 _SDL_SemPost | |
109 _SDL_SemValue | |
110 _SDL_CreateCond | |
111 _SDL_DestroyCond | |
112 _SDL_CondSignal | |
113 _SDL_CondBroadcast | |
114 _SDL_CondWait | |
115 _SDL_CondWaitTimeout | |
116 _SDL_RWFromFile | |
117 _SDL_RWFromFP | |
118 _SDL_RWFromMem | |
764
974c0fb74bf8
Added function to create RWops from const memory: SDL_RWFromConstMem()
Sam Lantinga <slouken@libsdl.org>
parents:
763
diff
changeset
|
119 _SDL_RWFromConstMem |
0 | 120 _SDL_AllocRW |
121 _SDL_FreeRW | |
122 _SDL_GetWMInfo | |
123 _SDL_CreateThread | |
124 _SDL_ThreadID | |
125 _SDL_GetThreadID | |
126 _SDL_WaitThread | |
127 _SDL_KillThread | |
128 _SDL_GetTicks | |
129 _SDL_Delay | |
130 _SDL_SetTimer | |
131 _SDL_AddTimer | |
132 _SDL_RemoveTimer | |
133 _SDL_Linked_Version | |
134 _SDL_VideoInit | |
135 _SDL_VideoQuit | |
136 _SDL_VideoDriverName | |
137 _SDL_GetVideoSurface | |
138 _SDL_GetVideoInfo | |
139 _SDL_VideoModeOK | |
140 _SDL_ListModes | |
141 _SDL_SetVideoMode | |
142 _SDL_UpdateRects | |
143 _SDL_UpdateRect | |
144 _SDL_Flip | |
145 _SDL_SetGamma | |
146 _SDL_SetGammaRamp | |
147 _SDL_GetGammaRamp | |
148 _SDL_SetColors | |
149 _SDL_SetPalette | |
150 _SDL_MapRGB | |
151 _SDL_MapRGBA | |
152 _SDL_GetRGB | |
153 _SDL_GetRGBA | |
154 _SDL_CreateRGBSurface | |
155 _SDL_CreateRGBSurfaceFrom | |
156 _SDL_FreeSurface | |
157 _SDL_LockSurface | |
158 _SDL_UnlockSurface | |
159 _SDL_LoadBMP_RW | |
160 _SDL_SaveBMP_RW | |
161 _SDL_SetColorKey | |
162 _SDL_SetAlpha | |
163 _SDL_SetClipRect | |
164 _SDL_GetClipRect | |
165 _SDL_ConvertSurface | |
166 _SDL_UpperBlit | |
167 _SDL_LowerBlit | |
168 _SDL_FillRect | |
169 _SDL_DisplayFormat | |
170 _SDL_DisplayFormatAlpha | |
171 _SDL_CreateYUVOverlay | |
172 _SDL_LockYUVOverlay | |
173 _SDL_UnlockYUVOverlay | |
174 _SDL_DisplayYUVOverlay | |
175 _SDL_FreeYUVOverlay | |
176 _SDL_GL_LoadLibrary | |
177 _SDL_GL_GetProcAddress | |
178 _SDL_GL_SetAttribute | |
179 _SDL_GL_GetAttribute | |
180 _SDL_GL_SwapBuffers | |
181 _SDL_GL_UpdateRects | |
182 _SDL_GL_Lock | |
183 _SDL_GL_Unlock | |
184 _SDL_WM_SetCaption | |
185 _SDL_WM_GetCaption | |
186 _SDL_WM_SetIcon | |
187 _SDL_WM_IconifyWindow | |
188 _SDL_WM_ToggleFullScreen | |
189 _SDL_WM_GrabInput | |
292
eadc0746dfaf
Added SDL_LockRect() and SDL_UnlockRect()
Sam Lantinga <slouken@libsdl.org>
parents:
0
diff
changeset
|
190 _SDL_SoftStretch |