summaryrefslogtreecommitdiff
path: root/shared/r128_drm.h
diff options
context:
space:
mode:
authorIan Romanick <idr@us.ibm.com>2003-04-30 01:51:00 +0000
committerIan Romanick <idr@us.ibm.com>2003-04-30 01:51:00 +0000
commit285b1cdc39d9cc47e3ff74b9f9b56c24317beec5 (patch)
tree4316ca19018d67a2981470fe6029177880a69572 /shared/r128_drm.h
parent7e1a4bfab3648a83cf2f8eed01c6ac346829aa3c (diff)
Merged texmem-0-0-1
Diffstat (limited to 'shared/r128_drm.h')
-rw-r--r--shared/r128_drm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/r128_drm.h b/shared/r128_drm.h
index bbb1a93b..61f51e93 100644
--- a/shared/r128_drm.h
+++ b/shared/r128_drm.h
@@ -162,7 +162,7 @@ typedef struct drm_r128_sarea {
unsigned int last_dispatch;
drm_tex_region_t tex_list[R128_NR_TEX_HEAPS][R128_NR_TEX_REGIONS+1];
- int tex_age[R128_NR_TEX_HEAPS];
+ unsigned int tex_age[R128_NR_TEX_HEAPS];
int ctx_owner;
} drm_r128_sarea_t;