summaryrefslogtreecommitdiff
path: root/src/i830_dri.h
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-08-08 15:51:58 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-08-08 15:59:17 -0700
commitd150b53d102c511f3c9245ef1f6fd36c12b01ca3 (patch)
tree3d314bdcae0fc404680406eb0f265c36d5ddb208 /src/i830_dri.h
parentbb65a4dc55b416437d61ccbee8b6056fe8e08357 (diff)
parentbc5f56568021d8c63313e2b6bf30710e7516c04a (diff)
Merge branch 'i965', adding i965G support.
Conflicts: src/i830_cursor.c src/i830_driver.c
Diffstat (limited to 'src/i830_dri.h')
-rw-r--r--src/i830_dri.h31
1 files changed, 1 insertions, 30 deletions
diff --git a/src/i830_dri.h b/src/i830_dri.h
index b521489c..f97c1dd5 100644
--- a/src/i830_dri.h
+++ b/src/i830_dri.h
@@ -3,6 +3,7 @@
#ifndef _I830_DRI_H
#define _I830_DRI_H
+#include "xf86dri.h"
#include "xf86drm.h"
#include "i830_common.h"
@@ -18,21 +19,6 @@ typedef struct _I830DRIRec {
drm_handle_t regs;
drmSize regsSize;
- drmSize backbufferSize;
- drm_handle_t backbuffer;
-
- drmSize depthbufferSize;
- drm_handle_t depthbuffer;
-
- drmSize rotatedSize;
- drm_handle_t rotatedbuffer;
-
- drm_handle_t textures;
- int textureSize;
-
- drm_handle_t agp_buffers;
- drmSize agp_buf_size;
-
int deviceID;
int width;
int height;
@@ -40,21 +26,6 @@ typedef struct _I830DRIRec {
int cpp;
int bitsPerPixel;
- int fbOffset;
- int fbStride;
-
- int backOffset;
- int backPitch;
-
- int depthOffset;
- int depthPitch;
-
- int rotatedOffset;
- int rotatedPitch;
-
- int logTextureGranularity;
- int textureOffset;
-
int irq;
int sarea_priv_offset;
} I830DRIRec, *I830DRIPtr;