Mercurial > sdl-ios-xcode
annotate TODO @ 1386:2b7e0180a72c
Pick the right default GL library on IRIX
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 20 Feb 2006 10:19:22 +0000 |
parents | 19418e4422cb |
children | 4a203b442650 |
rev | line source |
---|---|
1361
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
1 |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
2 Update project files |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
3 Create general SDL_config.h |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
4 Create stubs for all the disabled subsystems |
19418e4422cb
New configure-based build system. Still work in progress, but much improved
Sam Lantinga <slouken@libsdl.org>
parents:
150
diff
changeset
|
5 Test all the platforms and drivers |
0 | 6 |
7 Wish list for the 1.3 development branch: | |
8 | |
2
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
9 * Use /etc/fb.modes, if available, like GGI does |
0 | 10 * Add mousewheel events (new unified event architecture?) |
11 * DirectInput joystick support needs to be implemented | |
12 * Be able to enumerate and select available audio and video drivers | |
13 * Fullscreen video mode support for MacOS X | |
14 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) | |
15 * Shaped windows, windows without borders | |
16 * Multiple windows, multiple display support | |
17 * SDL_INIT_EVENTTHREAD on Windows and MacOS? | |
18 * Add a timestamp to events | |
19 * Use RDTSC for timer resolution on x86 hardware | |
20 * Add audio input API | |
2
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
21 * Add hardware accelerated scaled blit |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
22 * Add hardware accelerated alpha blits |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
23 * Redesign blitting architecture to allow blit plugins |
0 | 24 |
25 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to | |
26 int and evaluate all the rest of the datatypes. This is the only place | |
27 we should do it though, since the 1.2 series should not break binary | |
28 compatibility in this way. | |
150 | 29 |
30 Requests: | |
31 * PCM and CDROM volume control (deprecated, but possible) |