diff options
author | Dave Airlie <airlied@redhat.com> | 2007-12-17 15:00:36 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2007-12-17 15:00:36 +1000 |
commit | 2a134af01bc85de758ad83a85b23d1bba4a1a0f5 (patch) | |
tree | fa23219b93459b60e2f17b3fbb8cecf12860ad67 /src/radeon.h | |
parent | 614414611a9f246cbc74f579a79987fff97cf571 (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.h | 3 |
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) \ |