Module Name: src
Committed By: snj
Date: Wed Apr 1 03:23:17 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.0
Log Message:
Tickets 626, 628, and 629.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.122 -r1.1.2.123 src/doc/CHANGES-5.0
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-5.0
diff -u src/doc/CHANGES-5.0:1.1.2.122 src/doc/CHANGES-5.0:1.1.2.123
--- src/doc/CHANGES-5.0:1.1.2.122 Wed Apr 1 00:42:16 2009
+++ src/doc/CHANGES-5.0 Wed Apr 1 03:23:17 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.0,v 1.1.2.122 2009/04/01 00:42:16 snj Exp $
+# $NetBSD: CHANGES-5.0,v 1.1.2.123 2009/04/01 03:23:17 snj Exp $
A complete list of changes from the initial NetBSD 5.0 branch on October 2008
until the 5.0 release:
@@ -5551,3 +5551,24 @@
crime_drv.
[macallan, ticket #625]
+xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c 1.4
+
+ Implement clipping, this takes care of line drawing artifacts
+ in pwm.
+ [macallan, ticket #629]
+
+xsrc/external/mit/xf86-video-crime/dist/src/crime.h 1.3
+xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c 1.5
+
+ Implement image downloads, now KDE's window minimize animation
+ doesn't leave artifacts anymore. While there, allow commands to
+ queue up where appropriate, this gives a slight speedup in
+ anti-aliased text rendering and likely in other operations as well.
+ [macallan, ticket #628]
+
+xsrc/external/mit/xf86-video-crime/dist/src/crime.h 1.4
+xsrc/external/mit/xf86-video-crime/dist/src/crime_accel.c 1.6
+
+ Implement pattern fills.
+ [macallan, ticket #626]
+