summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2006-07-16 20:39:52 +0100
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2006-07-16 20:39:52 +0100
commit16d6263e6518a4a05562e2842ff2d0fdb4710304 (patch)
tree576d3999c9923b58d8b95d8bf8207b8e88efb976 /src
parent2f50f6d1b1b3fa4fbec98bd8fa5818df890070e7 (diff)
whoops, reverse part of that.
Diffstat (limited to 'src')
-rw-r--r--src/i830.h11
1 files changed, 1 insertions, 10 deletions
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))