Commit c905d2c5 authored by Sam Lantinga's avatar Sam Lantinga

*** empty log message ***

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403
parent 9b6cc5a9
TODO list for the 1.2 release:
* Use /etc/fb.modes, if available, like GGI does
Wish list for the 1.3 development branch: Wish list for the 1.3 development branch:
* Use /etc/fb.modes, if available, like GGI does
* Add mousewheel events (new unified event architecture?) * Add mousewheel events (new unified event architecture?)
* DirectInput joystick support needs to be implemented * DirectInput joystick support needs to be implemented
* Be able to enumerate and select available audio and video drivers * Be able to enumerate and select available audio and video drivers
...@@ -16,6 +13,9 @@ Wish list for the 1.3 development branch: ...@@ -16,6 +13,9 @@ Wish list for the 1.3 development branch:
* Add a timestamp to events * Add a timestamp to events
* Use RDTSC for timer resolution on x86 hardware * Use RDTSC for timer resolution on x86 hardware
* Add audio input API * Add audio input API
* Add hardware accelerated scaled blit
* Add hardware accelerated alpha blits
* Redesign blitting architecture to allow blit plugins
In the jump from 1.2 to 1.3, we should change the SDL_Rect members to In the jump from 1.2 to 1.3, we should change the SDL_Rect members to
int and evaluate all the rest of the datatypes. This is the only place int and evaluate all the rest of the datatypes. This is the only place
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment