changeset 2:836aaee3f39e

*** empty log message ***
author Sam Lantinga <slouken@lokigames.com>
date Thu, 26 Apr 2001 16:52:25 +0000
parents cf2af46e9e2a
children 3b97b708523c
files TODO
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Thu Apr 26 16:50:19 2001 +0000
+++ b/TODO	Thu Apr 26 16:52:25 2001 +0000
@@ -1,10 +1,7 @@
-
-TODO list for the 1.2 release:
-
- * Use /etc/fb.modes, if available, like GGI does
 
 Wish list for the 1.3 development branch:
 
+ * Use /etc/fb.modes, if available, like GGI does
  * Add mousewheel events (new unified event architecture?)
  * DirectInput joystick support needs to be implemented
  * Be able to enumerate and select available audio and video drivers
@@ -16,6 +13,9 @@
  * Add a timestamp to events
  * Use RDTSC for timer resolution on x86 hardware
  * 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
 int and evaluate all the rest of the datatypes.  This is the only place