From 285b1cdc39d9cc47e3ff74b9f9b56c24317beec5 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 30 Apr 2003 01:51:00 +0000 Subject: Merged texmem-0-0-1 --- shared/radeon_drm.h | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'shared/radeon_drm.h') 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 @@ -322,12 +322,6 @@ typedef struct { } drm_radeon_state_t; -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 @@ -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? */ -- cgit v1.2.3