Mercurial > sdl-ios-xcode
annotate TODO @ 1655:59227394023d SDL-1.3
SDL_OPENGLBLIT is really gone...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 27 Apr 2006 05:49:51 +0000 |
parents | 0a53c90a37f9 |
children | 14717b52abc0 |
rev | line source |
---|---|
0 | 1 |
2 Wish list for the 1.3 development branch: | |
1534
f02e673ffc5f
*** empty log message ***
Sam Lantinga <slouken@libsdl.org>
parents:
1441
diff
changeset
|
3 http://bugzilla.libsdl.org/ |
0 | 4 |
1654
0a53c90a37f9
Updated to 1.3.0, SDL_OPENGLBLIT is no longer supported
Sam Lantinga <slouken@libsdl.org>
parents:
1621
diff
changeset
|
5 * Support querying and setting refresh rate with video modes |
0 | 6 * Add mousewheel events (new unified event architecture?) |
7 * DirectInput joystick support needs to be implemented | |
8 * Be able to enumerate and select available audio and video drivers | |
1621 | 9 * Fullscreen video mode support for Mac OS X |
0 | 10 * Explicit vertical retrace wait (maybe separate from SDL_Flip?) |
11 * Shaped windows, windows without borders | |
12 * Multiple windows, multiple display support | |
13 * SDL_INIT_EVENTTHREAD on Windows and MacOS? | |
14 * Add a timestamp to events | |
15 * Add audio input API | |
2
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
16 * Add hardware accelerated scaled blit |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
17 * Add hardware accelerated alpha blits |
836aaee3f39e
*** empty log message ***
Sam Lantinga <slouken@lokigames.com>
parents:
0
diff
changeset
|
18 * Redesign blitting architecture to allow blit plugins |
0 | 19 |
20 In the jump from 1.2 to 1.3, we should change the SDL_Rect members to | |
21 int and evaluate all the rest of the datatypes. This is the only place | |
22 we should do it though, since the 1.2 series should not break binary | |
23 compatibility in this way. | |
150 | 24 |
25 Requests: | |
26 * PCM and CDROM volume control (deprecated, but possible) |