From 16d6263e6518a4a05562e2842ff2d0fdb4710304 Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Sun, 16 Jul 2006 20:39:52 +0100 Subject: whoops, reverse part of that. --- src/i830.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src') diff --git a/src/i830.h b/src/i830.h index 2584e226..14e921d1 100644 --- a/src/i830.h +++ b/src/i830.h @@ -141,7 +141,7 @@ typedef struct { } I830RingBuffer; typedef struct { - unsigned int Fence[FENCE_NEW_NR * 2]; /* i965 has more fence regs */ + unsigned int Fence[8]; } I830RegRec, *I830RegPtr; typedef struct { @@ -238,12 +238,6 @@ typedef struct _I830Rec { int TexGranularity; int drmMinor; Bool have3DWindows; - - unsigned int front_tiled; - unsigned int back_tiled; - unsigned int depth_tiled; - unsigned int rotated_tiled; - unsigned int rotated2_tiled; #endif Bool NeedRingBufferLow; @@ -383,9 +377,6 @@ typedef struct _I830Rec { Bool devicePresence; OsTimerPtr devicesTimer; - - CARD32 savedAsurf; - CARD32 savedBsurf; } I830Rec; #define I830PTR(p) ((I830Ptr)((p)->driverPrivate)) -- cgit v1.2.3