From 8854a326071567c3fad182c32e2d58991c6ba5b3 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 3 Jan 2009 21:01:02 +0000 Subject: [PATCH] Good ideas, added to the TODO list --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index d2bd70404..5d0566002 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,8 @@ * Add higher precision timers for profiling * Implement YUV texture support - in progress, software support is done, Ryan is working on OpenGL shaders + * Put subversion revision in SDL_version.h + * Tag snapshots with subversion revision * Implement desktop video mode change notification? * Add diagonal line clipping to SDL_IntersectRectAndLine() * Add OpenGL 3.0 context support