mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-08 22:08:44 +02:00
Fix for texage bug
This commit is contained in:
parent
2050f68e5b
commit
ecea34eb94
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue