aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorMax Horn2004-02-07 12:30:44 +0000
committerMax Horn2004-02-07 12:30:44 +0000
commit364277dad0308c13eb4fa1e8882c00469a5a6682 (patch)
tree6da63b84c7d9e850015bcf674c3e8cd3421f2163 /TODO
parent54c6e4cc55847f81883d462697ba600054b19a12 (diff)
downloadscummvm-rg350-364277dad0308c13eb4fa1e8882c00469a5a6682.tar.gz
scummvm-rg350-364277dad0308c13eb4fa1e8882c00469a5a6682.tar.bz2
scummvm-rg350-364277dad0308c13eb4fa1e8882c00469a5a6682.zip
new auto-dirty-rect checksum algorithm (not so well tested but uses the standard adler32 checksum algorithm)
svn-id: r12760
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 0 insertions, 5 deletions
diff --git a/TODO b/TODO
index 40725117bf..af9c1536d7 100644
--- a/TODO
+++ b/TODO
@@ -227,11 +227,6 @@ Backends
this allows more control over these properties (like, it allows the GUI to
display checkboxes for these in the options dialog)
-SDL backend
-===========
-* Fix the "auto dirty rect" computing code - in particular, use a proper
- checksum algorithm, this should solve many of the problems with some luck
-
X11 backend
===========
* Verify that it still actually works