summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.h
diff options
context:
space:
mode:
authorJerome Glisse <glisse@freedesktop.org>2008-11-13 20:04:50 +0100
committerJerome Glisse <glisse@freedesktop.org>2008-11-14 11:26:17 +0100
commit93a9d2f18de8517af92eba787a4eee34765481ab (patch)
treee0a25589aace12919eb0222695ea85d42de7d644 /src/mesa/drivers/dri/r300/r300_context.h
parentc26ec97b1390deb7c2ae586450e621a7095dac87 (diff)
r300: release bo from pixmap
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_context.h')
-rw-r--r--src/mesa/drivers/dri/r300/r300_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_context.h b/src/mesa/drivers/dri/r300/r300_context.h
index aec03a81e0..30229ed4fb 100644
--- a/src/mesa/drivers/dri/r300/r300_context.h
+++ b/src/mesa/drivers/dri/r300/r300_context.h
@@ -139,6 +139,7 @@ struct _r300_texture_image {
* by base.Data.
*/
struct _r300_mipmap_tree *mt;
+ struct radeon_bo *bo;
int mtlevel; /** if mt != 0, this is the image's level in the mipmap tree */
int mtface; /** if mt != 0, this is the image's face in the mipmap tree */