xserver ChangeLog,3.349,3.350
Damien Ciabrini
xserver-commit at pdx.freedesktop.org
Wed Jul 6 06:57:43 PDT 2005
Committed by: damienc
Update of /cvs/xserver/xserver
In directory gabe:/tmp/cvs-serv13860
Modified Files:
ChangeLog
Log Message:
Fix offset alignment code in the offscreen memory allocator to prevent
textures from being allocated in the next free memory area.
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.349
retrieving revision 3.350
diff -u -d -r3.349 -r3.350
--- ChangeLog 4 Jul 2005 12:18:51 -0000 3.349
+++ ChangeLog 6 Jul 2005 13:57:39 -0000 3.350
@@ -1,3 +1,10 @@
+2005-07-06 Damien Ciabrini <damienc at freedesktop.org>
+ * hw/kdrive/src/koffscreen.c: (KdOffscreenValidate),
+ (KdOffscreenAlloc): Fix offset alignment code in the offscreen
+ memory allocator to prevent textures from being allocated in
+ the next free memory area. Fix assert code that was using
+ structure fields that no longer exist.
+
2005-07-04 Lars Knoll <lars at trolltech.com>
* fb/fbpict.h:
* fb/fbcompose.c:
More information about the xserver-commit
mailing list