summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gallium/drivers/r300/r300_texture.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c
index 7f57656a78..ff812c09f8 100644
--- a/src/gallium/drivers/r300/r300_texture.c
+++ b/src/gallium/drivers/r300/r300_texture.c
@@ -178,6 +178,8 @@ static struct pipe_texture*
/* XXX tex->stride = *stride; */
+ pipe_buffer_reference(screen, &tex->buffer, buffer);
+
return (struct pipe_texture*)tex;
}