[xserver-commit] xserver/mi miinitext.c,3.73,3.73.2.1
Eric Anholt
xserver-commit@pdx.freedesktop.org
Mon, 01 Dec 2003 14:56:10 -0800
- Previous message: [xserver-commit] xserver/drm .cvsignore,NONE,1.1.2.1 Makefile.am,NONE,1.1.2.1 drm.h,NONE,1.1.2.1 drmhash.c,NONE,1.1.2.1 libdrm.c,NONE,1.1.2.1 libdrm.h,NONE,1.1.2.1
- Next message: [xserver-commit] xserver ChangeLog,3.74,3.74.2.1 Makefile.am,3.10,3.10.2.1 configure.ac,3.39,3.39.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: anholt
Update of /cvs/xserver/xserver/mi
In directory pdx:/home/anholt/xserver-dri/mi
Modified Files:
Tag: dri-0-1-branch
miinitext.c
Log Message:
- Initial add of enough of the DRI to create a 2d driver that uses
the DRM for its acceleration.
- Converted the ATI driver to use the DRM to execute rendering
commands using DMA instead of MMIO when available.
Index: miinitext.c
===================================================================
RCS file: /cvs/xserver/xserver/mi/miinitext.c,v
retrieving revision 3.73
retrieving revision 3.73.2.1
diff -u -d -r3.73 -r3.73.2.1
--- miinitext.c 5 Nov 2003 05:45:31 -0000 3.73
+++ miinitext.c 1 Dec 2003 22:56:08 -0000 3.73.2.1
@@ -199,9 +199,6 @@
extern void DarwinGlxWrapInitVisuals(miInitVisualsProcPtr *);
#endif
#endif
-#ifdef XF86DRI
-extern void XFree86DRIExtensionInit(INITARGS);
-#endif
#ifdef TOGCUP
extern void XcupExtensionInit(INITARGS);
#endif
@@ -341,9 +338,6 @@
#if defined(XFreeXDGA)
XFree86DGAExtensionInit();
#endif
-#ifdef XF86DRI
- XFree86DRIExtensionInit();
-#endif
#endif
#ifdef GLXEXT
#ifndef XPRINT /* we don't want Glx in the Xprint server */
- Previous message: [xserver-commit] xserver/drm .cvsignore,NONE,1.1.2.1 Makefile.am,NONE,1.1.2.1 drm.h,NONE,1.1.2.1 drmhash.c,NONE,1.1.2.1 libdrm.c,NONE,1.1.2.1 libdrm.h,NONE,1.1.2.1
- Next message: [xserver-commit] xserver ChangeLog,3.74,3.74.2.1 Makefile.am,3.10,3.10.2.1 configure.ac,3.39,3.39.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]