summaryrefslogtreecommitdiff
path: root/r600_lib.h
diff options
context:
space:
mode:
authorMatthias Hopf <mhopf@suse.de>2009-02-22 19:52:48 +0100
committerMatthias Hopf <mhopf@suse.de>2009-02-24 17:33:09 +0100
commit1f35e64801524fe65f2c44621f5688ffee4b5374 (patch)
treeaeb09dffadd13a136ec0cdc46c2195914ba887d0 /r600_lib.h
parented076ac7b61907bed55f646efa850a1e3cf70b4a (diff)
Add pointer for free memory to adapter_t.
Also nuke unused depth* entries.
Diffstat (limited to 'r600_lib.h')
-rw-r--r--r600_lib.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/r600_lib.h b/r600_lib.h
index 4fe5b44..cb9fada 100644
--- a/r600_lib.h
+++ b/r600_lib.h
@@ -89,9 +89,9 @@ typedef struct {
uint64_t color_gpu;
uint32_t color_pitch;
uint32_t color_height;
- uint64_t depth_gpu;
- uint32_t depth_pitch;
- uint32_t depth_height;
+
+ void *free_cpu;
+ uint64_t free_gpu;
} adapter_t;
/* TODO: Should go to _hwapi.h, probably moved to adapter_t / context_t */