diff options
author | Ian Romanick <idr@us.ibm.com> | 2003-04-30 01:51:00 +0000 |
---|---|---|
committer | Ian Romanick <idr@us.ibm.com> | 2003-04-30 01:51:00 +0000 |
commit | 285b1cdc39d9cc47e3ff74b9f9b56c24317beec5 (patch) | |
tree | 4316ca19018d67a2981470fe6029177880a69572 /shared/radeon_drm.h | |
parent | 7e1a4bfab3648a83cf2f8eed01c6ac346829aa3c (diff) |
Merged texmem-0-0-1
Diffstat (limited to 'shared/radeon_drm.h')
-rw-r--r-- | shared/radeon_drm.h | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/shared/radeon_drm.h b/shared/radeon_drm.h index 27eeb003..7efb3c16 100644 --- a/shared/radeon_drm.h +++ b/shared/radeon_drm.h @@ -323,12 +323,6 @@ typedef struct { typedef struct { - unsigned char next, prev; - unsigned char in_use; - int age; -} drm_radeon_tex_region_t; - -typedef struct { /* The channel for communication of state information to the * kernel on firing a vertex buffer with either of the * obsoleted vertex/index ioctls. @@ -350,8 +344,8 @@ typedef struct { unsigned int last_dispatch; unsigned int last_clear; - drm_radeon_tex_region_t tex_list[RADEON_NR_TEX_HEAPS][RADEON_NR_TEX_REGIONS+1]; - int tex_age[RADEON_NR_TEX_HEAPS]; + drm_tex_region_t tex_list[RADEON_NR_TEX_HEAPS][RADEON_NR_TEX_REGIONS+1]; + unsigned int tex_age[RADEON_NR_TEX_HEAPS]; int ctx_owner; int pfState; /* number of 3d windows (0,1,2ormore) */ int pfCurrentPage; /* which buffer is being displayed? */ |