summaryrefslogtreecommitdiff
path: root/src/glx/mini/driver.h
diff options
context:
space:
mode:
authorDave Airlie <airliedfreedesktop.org>2005-08-03 10:22:31 +0000
committerDave Airlie <airliedfreedesktop.org>2005-08-03 10:22:31 +0000
commit7f5925d57c1405ff40acb2fd40b41ab4f189f7a4 (patch)
tree119a15b9c9c88fa21d8b60013e998b4be9df8daf /src/glx/mini/driver.h
parent7adcedcd54f6a436512c172e22e98097bfbdbc50 (diff)
Add color tiling support to miniglx for radeon
(Stephane Marchesin + Dave Airlie)
Diffstat (limited to 'src/glx/mini/driver.h')
-rw-r--r--src/glx/mini/driver.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/mini/driver.h b/src/glx/mini/driver.h
index 6ce339d98d..27402641b7 100644
--- a/src/glx/mini/driver.h
+++ b/src/glx/mini/driver.h
@@ -68,6 +68,8 @@ typedef struct DRIDriverContextRec {
int cpp;
int agpmode;
int isPCI;
+
+ int colorTiling; /**< \brief color tiling is enabled */
unsigned long FBStart; /**< \brief physical address of the framebuffer */
unsigned long MMIOStart; /**< \brief physical address of the MMIO region */