Mercurial > sdl-ios-xcode
annotate docs/html/Makefile.am @ 821:30168104389f
Date: Sat, 14 Feb 2004 14:52:40 +0200
From: "Mike Gorchak"
Subject: Batch of the QNX6 fixes for the SDL
1. Updated readme.QNX
2. Fixed crashes during intensive window updating under fast machines (got over 200 rectangles for update).
3. Fixed double-buffered fullscreen modes, now it works as needed.
4. Fixed Photon detection algorithm.
5. Fixed HWSURFACE update function.
6. Added SDL_PHOTON_FULLSCREEN_REFRESH environment variable support for control refresh rates under Photon.
7. Added 640x400 fullscreen mode emulation via 640x480 (if videodriver not supports original 640x400 mode of course) shifted by 40 vertical pixels from begin, to center it. It's needed for some old DOS games which ran in doubled 320x200 mode.
8. Added available video ram amount support.
8. Added hardware surface allocation/deallocation support if current videomode and videodriver supports it.
9. Added hardware filling support.
10. Added hardware blits support (simple and colorkeyed).
And I've added to testvidinfo test color-keyed blits benchmark (maybe need to add alpha blits benchmark too ?). Currently Photon not supporting any alpha hardware blittings (all drivers lack of alpha blitting code support, only software alpha blitting exist in photon, which is hundreds times slowest than the SDL's one). So I've not added the alpha support. I suppose new QNX 6.3 will have the hardware alpha support, so when it will be done, I'll add alpha support.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 14 Feb 2004 20:22:21 +0000 |
parents | e5bc29de3f0a |
children | 02b4ab953ea1 |
rev | line source |
---|---|
0 | 1 EXTRA_DIST = \ |
2 audio.html \ | |
3 cdrom.html \ | |
4 event.html \ | |
5 eventfunctions.html \ | |
6 eventstructures.html \ | |
7 general.html \ | |
8 guide.html \ | |
9 guideaboutsdldoc.html \ | |
10 guideaudioexamples.html \ | |
11 guidebasicsinit.html \ | |
12 guidecdromexamples.html \ | |
13 guidecredits.html \ | |
14 guideeventexamples.html \ | |
15 guideexamples.html \ | |
16 guideinput.html \ | |
17 guideinputkeyboard.html \ | |
18 guidepreface.html \ | |
19 guidethebasics.html \ | |
20 guidetimeexamples.html \ | |
21 guidevideo.html \ | |
22 guidevideoexamples.html \ | |
55
55f1f1b3e27d
Added new docs for SDL 1.2.1
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
23 guidevideoopengl.html \ |
0 | 24 index.html \ |
25 joystick.html \ | |
26 reference.html \ | |
27 sdlactiveevent.html \ | |
28 sdladdtimer.html \ | |
29 sdlaudiocvt.html \ | |
30 sdlaudiospec.html \ | |
31 sdlblitsurface.html \ | |
32 sdlbuildaudiocvt.html \ | |
33 sdlcd.html \ | |
34 sdlcdclose.html \ | |
35 sdlcdeject.html \ | |
36 sdlcdname.html \ | |
37 sdlcdnumdrives.html \ | |
38 sdlcdopen.html \ | |
39 sdlcdpause.html \ | |
40 sdlcdplay.html \ | |
41 sdlcdplaytracks.html \ | |
42 sdlcdresume.html \ | |
43 sdlcdstatus.html \ | |
44 sdlcdstop.html \ | |
45 sdlcdtrack.html \ | |
46 sdlcloseaudio.html \ | |
47 sdlcolor.html \ | |
48 sdlcondbroadcast.html \ | |
49 sdlcondsignal.html \ | |
50 sdlcondwait.html \ | |
51 sdlcondwaittimeout.html \ | |
52 sdlconvertaudio.html \ | |
53 sdlconvertsurface.html \ | |
54 sdlcreatecond.html \ | |
55 sdlcreatecursor.html \ | |
56 sdlcreatemutex.html \ | |
57 sdlcreatergbsurface.html \ | |
58 sdlcreatergbsurfacefrom.html \ | |
59 sdlcreatesemaphore.html \ | |
60 sdlcreatethread.html \ | |
61 sdlcreateyuvoverlay.html \ | |
62 sdldelay.html \ | |
63 sdldestroycond.html \ | |
64 sdldestroymutex.html \ | |
65 sdldestroysemaphore.html \ | |
66 sdldisplayformat.html \ | |
67 sdldisplayformatalpha.html \ | |
68 sdldisplayyuvoverlay.html \ | |
69 sdlenablekeyrepeat.html \ | |
70 sdlenableunicode.html \ | |
71 sdlevent.html \ | |
72 sdleventstate.html \ | |
181
e5bc29de3f0a
Updated from the SDL Documentation Project
Sam Lantinga <slouken@libsdl.org>
parents:
55
diff
changeset
|
73 sdlexposeevent.html \ |
0 | 74 sdlfillrect.html \ |
75 sdlflip.html \ | |
76 sdlfreecursor.html \ | |
77 sdlfreesurface.html \ | |
78 sdlfreewav.html \ | |
79 sdlfreeyuvoverlay.html \ | |
80 sdlgetappstate.html \ | |
81 sdlgetaudiostatus.html \ | |
82 sdlgetcliprect.html \ | |
83 sdlgetcursor.html \ | |
181
e5bc29de3f0a
Updated from the SDL Documentation Project
Sam Lantinga <slouken@libsdl.org>
parents:
55
diff
changeset
|
84 sdlgeterror.html \ |
0 | 85 sdlgeteventfilter.html \ |
86 sdlgetgammaramp.html \ | |
87 sdlgetkeyname.html \ | |
88 sdlgetkeystate.html \ | |
89 sdlgetmodstate.html \ | |
90 sdlgetmousestate.html \ | |
91 sdlgetrelativemousestate.html \ | |
92 sdlgetrgb.html \ | |
93 sdlgetrgba.html \ | |
94 sdlgetthreadid.html \ | |
95 sdlgetticks.html \ | |
96 sdlgetvideoinfo.html \ | |
97 sdlgetvideosurface.html \ | |
98 sdlglattr.html \ | |
99 sdlglgetattribute.html \ | |
100 sdlglgetprocaddress.html \ | |
101 sdlglloadlibrary.html \ | |
102 sdlglsetattribute.html \ | |
103 sdlglswapbuffers.html \ | |
104 sdlinit.html \ | |
105 sdlinitsubsystem.html \ | |
106 sdljoyaxisevent.html \ | |
107 sdljoyballevent.html \ | |
108 sdljoybuttonevent.html \ | |
109 sdljoyhatevent.html \ | |
110 sdljoystickclose.html \ | |
111 sdljoystickeventstate.html \ | |
112 sdljoystickgetaxis.html \ | |
113 sdljoystickgetball.html \ | |
114 sdljoystickgetbutton.html \ | |
115 sdljoystickgethat.html \ | |
116 sdljoystickindex.html \ | |
117 sdljoystickname.html \ | |
118 sdljoysticknumaxes.html \ | |
119 sdljoysticknumballs.html \ | |
120 sdljoysticknumbuttons.html \ | |
121 sdljoysticknumhats.html \ | |
122 sdljoystickopen.html \ | |
123 sdljoystickopened.html \ | |
124 sdljoystickupdate.html \ | |
125 sdlkey.html \ | |
126 sdlkeyboardevent.html \ | |
127 sdlkeysym.html \ | |
128 sdlkillthread.html \ | |
129 sdllistmodes.html \ | |
130 sdlloadbmp.html \ | |
131 sdlloadwav.html \ | |
132 sdllockaudio.html \ | |
133 sdllocksurface.html \ | |
134 sdllockyuvoverlay.html \ | |
135 sdlmaprgb.html \ | |
136 sdlmaprgba.html \ | |
137 sdlmixaudio.html \ | |
138 sdlmousebuttonevent.html \ | |
139 sdlmousemotionevent.html \ | |
140 sdlmutexp.html \ | |
141 sdlmutexv.html \ | |
142 sdlnumjoysticks.html \ | |
143 sdlopenaudio.html \ | |
144 sdloverlay.html \ | |
145 sdlpalette.html \ | |
146 sdlpauseaudio.html \ | |
147 sdlpeepevents.html \ | |
148 sdlpixelformat.html \ | |
149 sdlpollevent.html \ | |
150 sdlpumpevents.html \ | |
151 sdlpushevent.html \ | |
152 sdlquit.html \ | |
153 sdlquitevent.html \ | |
154 sdlquitsubsystem.html \ | |
155 sdlrect.html \ | |
156 sdlremovetimer.html \ | |
157 sdlresizeevent.html \ | |
158 sdlsavebmp.html \ | |
159 sdlsempost.html \ | |
160 sdlsemtrywait.html \ | |
161 sdlsemvalue.html \ | |
162 sdlsemwait.html \ | |
163 sdlsemwaittimeout.html \ | |
164 sdlsetalpha.html \ | |
165 sdlsetcliprect.html \ | |
166 sdlsetcolorkey.html \ | |
167 sdlsetcolors.html \ | |
168 sdlsetcursor.html \ | |
169 sdlseteventfilter.html \ | |
170 sdlsetgamma.html \ | |
171 sdlsetgammaramp.html \ | |
172 sdlsetmodstate.html \ | |
173 sdlsetpalette.html \ | |
174 sdlsettimer.html \ | |
175 sdlsetvideomode.html \ | |
176 sdlshowcursor.html \ | |
177 sdlsurface.html \ | |
178 sdlsyswmevent.html \ | |
179 sdlthreadid.html \ | |
180 sdlunlockaudio.html \ | |
181 sdlunlocksurface.html \ | |
182 sdlunlockyuvoverlay.html \ | |
183 sdlupdaterect.html \ | |
184 sdlupdaterects.html \ | |
185 sdluserevent.html \ | |
186 sdlvideodrivername.html \ | |
187 sdlvideoinfo.html \ | |
188 sdlvideomodeok.html \ | |
189 sdlwaitevent.html \ | |
190 sdlwaitthread.html \ | |
191 sdlwarpmouse.html \ | |
192 sdlwasinit.html \ | |
193 sdlwmgetcaption.html \ | |
194 sdlwmgrabinput.html \ | |
195 sdlwmiconifywindow.html \ | |
196 sdlwmsetcaption.html \ | |
197 sdlwmseticon.html \ | |
198 sdlwmtogglefullscreen.html \ | |
199 thread.html \ | |
200 time.html \ | |
201 video.html \ | |
202 wm.html |