xserver ChangeLog,3.180,3.181
Keith Packard
xserver-commit at pdx.freedesktop.org
Thu May 20 20:32:29 PDT 2004
Committed by: keithp
Update of /cvs/xserver/xserver
In directory pdx:/tmp/cvs-serv18211
Modified Files:
ChangeLog
Log Message:
2004-05-20 Keith Packard <keithp at keithp.com>
* composite/compinit.c: (compFindVisuallessDepth),
(compAddAlternateVisuals), (compScreenInit):
* composite/compint.h:
* composite/compwindow.c: (compIsAlternateVisual),
(compImplicitRedirect):
Allow for multiple composite-based visuals, then
add an RGB24 visual in addition to the ARGB32 one. This
allows 'glitz' to run on top of any X server using mesa.
* hw/kdrive/src/kdrive.c: (KdSetPixmapFormats):
Switch to using 32bpp for depth 24 pixmaps (even when
the frame buffer is not depth 24).
Index: ChangeLog
===================================================================
RCS file: /cvs/xserver/xserver/ChangeLog,v
retrieving revision 3.180
retrieving revision 3.181
diff -u -d -r3.180 -r3.181
--- a/ChangeLog 20 May 2004 19:51:43 -0000 3.180
+++ b/ChangeLog 21 May 2004 03:32:26 -0000 3.181
@@ -1,5 +1,20 @@
2004-05-20 Keith Packard <keithp at keithp.com>
+ * composite/compinit.c: (compFindVisuallessDepth),
+ (compAddAlternateVisuals), (compScreenInit):
+ * composite/compint.h:
+ * composite/compwindow.c: (compIsAlternateVisual),
+ (compImplicitRedirect):
+ Allow for multiple composite-based visuals, then
+ add an RGB24 visual in addition to the ARGB32 one. This
+ allows 'glitz' to run on top of any X server using mesa.
+
+ * hw/kdrive/src/kdrive.c: (KdSetPixmapFormats):
+ Switch to using 32bpp for depth 24 pixmaps (even when
+ the frame buffer is not depth 24).
+
+2004-05-20 Keith Packard <keithp at keithp.com>
+
* hw/kdrive/mach64/mach64draw.c: (mach64Setup):
Miscomputing pitch in 24bpp modes because of rounding errors.
More information about the xserver-commit
mailing list