diff options
Diffstat (limited to 'src/mesa/drivers/dri/mach64')
-rw-r--r-- | src/mesa/drivers/dri/mach64/mach64_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/mach64/mach64_context.h b/src/mesa/drivers/dri/mach64/mach64_context.h index c541f77ab98..e718b96c188 100644 --- a/src/mesa/drivers/dri/mach64/mach64_context.h +++ b/src/mesa/drivers/dri/mach64/mach64_context.h @@ -164,7 +164,7 @@ struct mach64_texture_object { struct mach64_texture_object *prev; struct gl_texture_object *tObj; - PMemBlock memBlock; + struct mem_block *memBlock; GLuint offset; GLuint size; @@ -236,7 +236,7 @@ struct mach64_context { #else mach64TexObj TexObjList[MACH64_NR_TEX_HEAPS]; mach64TexObj SwappedOut; - memHeap_t *texHeap[MACH64_NR_TEX_HEAPS]; + struct mem_block *texHeap[MACH64_NR_TEX_HEAPS]; GLuint lastTexAge[MACH64_NR_TEX_HEAPS]; GLint firstTexHeap, lastTexHeap; #endif |