Bug 7260: mach64 texture memory mng cleanup
authorGeorge Sapountzis <gsap7@yahoo.gr>
Thu, 7 Dec 2006 16:01:13 +0000 (18:01 +0200)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Tue, 12 Dec 2006 10:51:37 +0000 (12:51 +0200)
commit5b35132b41427798e02a66a8e39583fffbe9d232
tree19dcaa7c82c137a3a3c460f85cae3c369a6335cb
parentc180678d92e6427c60acd4e984c11d27853e1304
Bug 7260: mach64 texture memory mng cleanup

mach64 uses its own set of texture memory management routines which are buggy,
running a second DRI client kills the first one. This patch ports mach64 code
to the stock dri texture managment code.
src/mesa/drivers/dri/mach64/mach64_context.c
src/mesa/drivers/dri/mach64/mach64_context.h
src/mesa/drivers/dri/mach64/mach64_lock.c
src/mesa/drivers/dri/mach64/mach64_screen.c
src/mesa/drivers/dri/mach64/mach64_tex.c
src/mesa/drivers/dri/mach64/mach64_tex.h
src/mesa/drivers/dri/mach64/mach64_texmem.c
src/mesa/drivers/dri/mach64/mach64_texstate.c