summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-02 14:42:04 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-02 14:42:04 -0800
commita2416e3d7ecb2fcf18d93a08bc3cc3639ed97b39 (patch)
tree1245bff4f8881029a8a7f9670eee698ca2f948c0 /src/gallium/drivers/r300/r300_texture.c
parentffc5e9a422da5b3eaadc57995afcbc483739f426 (diff)
r300, amd: Oops, a couple more API changes.
Somehow I forgot to commit these.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r--src/gallium/drivers/r300/r300_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c
index ae2d525d78..537425c1e2 100644
--- a/src/gallium/drivers/r300/r300_texture.c
+++ b/src/gallium/drivers/r300/r300_texture.c
@@ -72,7 +72,7 @@ static struct pipe_texture*
r300_setup_miptree(tex);
- tex->buffer = screen->buffer_create(screen->winsys, 32,
+ tex->buffer = screen->buffer_create(screen, 32,
PIPE_BUFFER_USAGE_PIXEL,
tex->size);