summaryrefslogtreecommitdiff
path: root/Xext/panoramiXsrv.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@freebsd.org>2003-12-01 22:56:06 +0000
committerEric Anholt <anholt@freebsd.org>2003-12-01 22:56:06 +0000
commite765a631da6e14afa28de3d31504d84e3470a5ab (patch)
treefc02a2da9287352828160ea7cdf64f0bd3d67f00 /Xext/panoramiXsrv.h
parentae2454f65698eef66b3507e586e4f8125cb1790d (diff)
- 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.
Diffstat (limited to 'Xext/panoramiXsrv.h')
-rw-r--r--Xext/panoramiXsrv.h44
1 files changed, 0 insertions, 44 deletions
diff --git a/Xext/panoramiXsrv.h b/Xext/panoramiXsrv.h
deleted file mode 100644
index 27cbcda52..000000000
--- a/Xext/panoramiXsrv.h
+++ /dev/null
@@ -1,44 +0,0 @@
-/* $XFree86: xc/programs/Xserver/Xext/panoramiXsrv.h,v 1.9 2001/08/11 21:00:06 mvojkovi Exp $ */
-
-#ifndef _PANORAMIXSRV_H_
-#define _PANORAMIXSRV_H_
-
-#include "panoramiX.h"
-
-extern int PanoramiXNumScreens;
-extern PanoramiXData *panoramiXdataPtr;
-extern int PanoramiXPixWidth;
-extern int PanoramiXPixHeight;
-extern RegionRec PanoramiXScreenRegion;
-extern XID *PanoramiXVisualTable;
-
-extern void PanoramiXConsolidate(void);
-extern Bool PanoramiXCreateConnectionBlock(void);
-extern PanoramiXRes * PanoramiXFindIDByScrnum(RESTYPE, XID, int);
-extern PanoramiXRes * PanoramiXFindIDOnAnyScreen(RESTYPE, XID);
-extern WindowPtr PanoramiXChangeWindow(int, WindowPtr);
-extern Bool XineramaRegisterConnectionBlockCallback(void (*func)(void));
-extern int XineramaDeleteResource(pointer, XID);
-
-extern RegionRec XineramaScreenRegions[MAXSCREENS];
-
-extern unsigned long XRC_DRAWABLE;
-extern unsigned long XRT_WINDOW;
-extern unsigned long XRT_PIXMAP;
-extern unsigned long XRT_GC;
-extern unsigned long XRT_COLORMAP;
-
-extern void XineramaGetImageData(
- DrawablePtr *pDrawables,
- int left,
- int top,
- int width,
- int height,
- unsigned int format,
- unsigned long planemask,
- char *data,
- int pitch,
- Bool isRoot
-);
-
-#endif /* _PANORAMIXSRV_H_ */