summaryrefslogtreecommitdiff
path: root/src/radeon.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2007-12-17 15:00:36 +1000
committerDave Airlie <airlied@redhat.com>2007-12-17 15:00:36 +1000
commit2a134af01bc85de758ad83a85b23d1bba4a1a0f5 (patch)
treefa23219b93459b60e2f17b3fbb8cecf12860ad67 /src/radeon.h
parent614414611a9f246cbc74f579a79987fff97cf571 (diff)
r600: add shadow support to r600 driver to at least make 2d useable
Diffstat (limited to 'src/radeon.h')
-rw-r--r--src/radeon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/radeon.h b/src/radeon.h
index 6c38826d..6cc2b6f9 100644
--- a/src/radeon.h
+++ b/src/radeon.h
@@ -710,6 +710,9 @@ typedef struct {
Bool IsSecondary;
Bool IsPrimary;
+
+ Bool r600_shadow_fb;
+ void *fb_shadow;
} RADEONInfoRec, *RADEONInfoPtr;
#define RADEONWaitForFifo(pScrn, entries) \