summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-10-14 16:21:22 +0200
committerjmoenig <jens@moenig.org>2013-10-14 16:21:22 +0200
commitf3b8d8dcef97adec7d6a93b3dfda799515b5723f (patch)
treef0d4bf8ac39ac9a74e5d79d138e606bb406dc1a9 /history.txt
parent027388029f3a2b9e15b5552fce4cc01ea308feab (diff)
downloadsnap-byow-f3b8d8dcef97adec7d6a93b3dfda799515b5723f.tar.gz
snap-byow-f3b8d8dcef97adec7d6a93b3dfda799515b5723f.zip
Condense damage list by merging overlapping dirty rectangles
thanks, Craxic, for suggesting the idea for this optimization in #192 !
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 7452005..139f5d3 100755
--- a/history.txt
+++ b/history.txt
@@ -1954,3 +1954,7 @@ ______
131010
------
* Cloud: added "sanity check" to cloud-saving mechanism that errors if the serialized project data is corrupt and cannot be parsed as XML, addresses #203, #200, #171
+
+131014
+------
+* Morphic: Condense damage list by merging overlapping dirty rectangles