From ecea34eb94f70bce5af0c56c65aa9b649e6e9957 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 28 Feb 2000 18:34:57 +0000 Subject: [PATCH] Fix for texage bug --- linux/mga_drm_public.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/mga_drm_public.h b/linux/mga_drm_public.h index 4e24853d..212a3c8a 100644 --- a/linux/mga_drm_public.h +++ b/linux/mga_drm_public.h @@ -232,8 +232,8 @@ typedef struct /* LRU lists for texture memory in agp space and on the card */ - mgaTexRegion texList[MGA_NR_TEX_REGIONS+1][MGA_NR_TEX_HEAPS]; - int texAge[MGA_NR_TEX_HEAPS]; + mgaTexRegion texList[MGA_NR_TEX_HEAPS][MGA_NR_TEX_REGIONS+1]; + unsigned int texAge[MGA_NR_TEX_HEAPS]; /* Mechanism to validate card state. */