summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_dri.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-03-22 14:25:55 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-03-22 14:25:55 +0000
commit050b77a9ac45afc5c3acb4d018f1d4858c2f4cc7 (patch)
tree9c8a33e48be56fe1218b6e6beee8bb8136ebc29f /src/mesa/drivers/dri/unichrome/via_dri.h
parent59b4b7e07e1374d63eede85c93665e4630a359b1 (diff)
merge unichrome changes from branch
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_dri.h')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_dri.h18
1 files changed, 2 insertions, 16 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_dri.h b/src/mesa/drivers/dri/unichrome/via_dri.h
index a624398f1a..7b5574ec29 100644
--- a/src/mesa/drivers/dri/unichrome/via_dri.h
+++ b/src/mesa/drivers/dri/unichrome/via_dri.h
@@ -9,10 +9,6 @@
#define VIA_VERSION_MINOR 1
typedef struct {
- int CtxOwner;
-} VIASAREAPriv;
-
-typedef struct {
drm_handle_t handle;
drmSize size;
drmAddress map;
@@ -29,6 +25,7 @@ typedef struct {
int priv2;
int fbOffset;
int fbSize;
+ char drixinerama;
int backOffset;
int depthOffset;
int textureOffset;
@@ -36,10 +33,8 @@ typedef struct {
int irqEnabled;
unsigned int scrnX, scrnY;
int sarea_priv_offset;
- /*=* John Sheng [2003.12.9] Tuxracer & VQ *=*/
- int VQEnable;
- int DRIIrqEnable;
int ringBufActive;
+ unsigned int reg_pause_addr;
} VIADRIRec, *VIADRIPtr;
typedef struct {
@@ -50,13 +45,4 @@ typedef struct {
int dummy;
} VIADRIContextRec, *VIADRIContextPtr;
-#ifdef XFree86Server
-
-#include "screenint.h"
-
-Bool VIADRIScreenInit(ScreenPtr pScreen);
-void VIADRICloseScreen(ScreenPtr pScreen);
-Bool VIADRIFinishScreenInit(ScreenPtr pScreen);
-
-#endif
#endif