debrix/miext/rootless/accel rlBlt.c, 1.2, 1.3 rlCopy.c, 1.2,
1.3 rlFill.c, 1.2, 1.3 rlFillRect.c, 1.2, 1.3 rlFillSpans.c,
1.2, 1.3 rlGlyph.c, 1.2, 1.3 rlSolid.c, 1.2, 1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Fri Jun 11 05:41:55 EST 2004
- Previous message: debrix/miext/rootless rootless.h, 1.2, 1.3 rootlessCommon.c, 1.2,
1.3 rootlessCommon.h, 1.2, 1.3 rootlessConfig.h, 1.2,
1.3 rootlessGC.c, 1.2, 1.3 rootlessScreen.c, 1.2,
1.3 rootlessValTree.c, 1.2, 1.3 rootlessWindow.c, 1.2,
1.3 rootlessWindow.h, 1.2, 1.3
- Next message: debrix/miext/rootless/safeAlpha safeAlpha.h, 1.2,
1.3 safeAlphaPicture.c, 1.2, 1.3 safeAlphaWindow.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/miext/rootless/accel
In directory pdx:/home/daniel/x/debrix/debrix/miext/rootless/accel
Modified Files:
rlBlt.c rlCopy.c rlFill.c rlFillRect.c rlFillSpans.c rlGlyph.c
rlSolid.c
Log Message:
Initial import from modular sources.
Index: rlBlt.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlBlt.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlBlt.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlBlt.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbblt.c,v 1.8 2000/09/28 00:47:22 keithp Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "rootlessCommon.h"
#include "rlAccel.h"
Index: rlCopy.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlCopy.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlCopy.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlCopy.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -24,6 +24,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbcopy.c,v 1.12 2001/07/16 05:04:05 keithp Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "rlAccel.h"
Index: rlFill.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlFill.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlFill.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlFill.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -24,6 +24,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbfill.c,v 1.6 2003/01/31 00:01:45 torrey Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "rlAccel.h"
Index: rlFillRect.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlFillRect.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlFillRect.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlFillRect.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -24,6 +24,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbfillrect.c,v 1.2 2000/02/23 20:29:43 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "rlAccel.h"
Index: rlFillSpans.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlFillSpans.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlFillSpans.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlFillSpans.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -24,6 +24,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbfillsp.c,v 1.2 2000/02/23 20:29:43 dawes Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "rlAccel.h"
Index: rlGlyph.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlGlyph.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlGlyph.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlGlyph.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -24,6 +24,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbglyph.c,v 1.12 2001/09/07 15:16:00 keithp Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "fontstruct.h"
#include "dixfontstr.h"
Index: rlSolid.c
===================================================================
RCS file: /cvs/xserver/debrix/miext/rootless/accel/rlSolid.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rlSolid.c 23 Apr 2004 19:54:27 -0000 1.2
+++ rlSolid.c 10 Jun 2004 19:41:52 -0000 1.3
@@ -28,6 +28,9 @@
*/
/* $XFree86: xc/programs/Xserver/fb/fbsolid.c,v 1.8 2001/10/28 03:33:08 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
#include "fb.h"
#include "rootlessCommon.h"
- Previous message: debrix/miext/rootless rootless.h, 1.2, 1.3 rootlessCommon.c, 1.2,
1.3 rootlessCommon.h, 1.2, 1.3 rootlessConfig.h, 1.2,
1.3 rootlessGC.c, 1.2, 1.3 rootlessScreen.c, 1.2,
1.3 rootlessValTree.c, 1.2, 1.3 rootlessWindow.c, 1.2,
1.3 rootlessWindow.h, 1.2, 1.3
- Next message: debrix/miext/rootless/safeAlpha safeAlpha.h, 1.2,
1.3 safeAlphaPicture.c, 1.2, 1.3 safeAlphaWindow.c, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list