diff options
author | Keith Whitwell <[email protected]> | 2005-11-28 13:17:15 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-11-28 13:17:15 +0000 |
commit | 2b8e66d210c333c1f9bdb4e2de079798f1c810f1 (patch) | |
tree | f3fb268b318353dfcbbca986d2d42dec189938de /src/mesa/drivers/dri/mach64/mach64_context.h | |
parent | aae2b8b8eba46594d0915725c57f45d2965b15d6 (diff) |
Remove the many aliases for 'struct mem_block' in mm.h
Diffstat (limited to 'src/mesa/drivers/dri/mach64/mach64_context.h')
-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 |