Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
authorBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:34:17 +0000 (00:34 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:34:17 +0000 (00:34 +0000)
commit2dbffb30f05fcf67658c64b8101e9efaf07ca388
tree87014f68871fdabde5062fdeb125365b02f731bb
parent397088ff5e904d5cb0fbff1f58fbd0d2bb498302
Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.
If that stuff is still needed, lots of other updates are needed anyway.
Also, some misc MALLOC/FREE -> _mesa_malloc/free() changes.
src/mesa/drivers/dri/tdfx/tdfx_tex.c
src/mesa/drivers/dri/unichrome/via_fb.c
src/mesa/drivers/glide/fxddtex.c
src/mesa/drivers/glide/fxsetup.c
src/mesa/main/imports.h
src/mesa/main/teximage.c
src/mesa/main/texstore.c