dri/radeon: export a function to cleanup a texture object.
authorDave Airlie <airlied@redhat.com>
Tue, 17 Feb 2009 00:25:34 +0000 (10:25 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 17 Feb 2009 00:25:34 +0000 (10:25 +1000)
commit5325f8624093bb1ec30d581b4ff64218ceab99f9
tree78a9367863c6ac6f28c4cd524557ea95ff65a467
parentecf0a3eac1a4868da83ab0a3c21e2f265f7cf9e2
dri/radeon: export a function to cleanup a texture object.

The radeon legacy code want to cleanup not free the texture obj,
so export a function to do that and wrap it.
src/mesa/drivers/dri/common/texmem.c
src/mesa/drivers/dri/common/texmem.h
src/mesa/drivers/dri/radeon/radeon_bo_legacy.c