summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_texture.c
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2009-01-24 06:21:00 -0800
committerCorbin Simpson <MostAwesomeDude@gmail.com>2009-02-01 23:30:28 -0800
commitf40e6988bdbdc89a7753d5a28323757e58f3e01f (patch)
treef880750bf7b77ef7304bcb90a9e4b9afcfe00d9f /src/gallium/drivers/r300/r300_texture.c
parent188f61d43ae82c63d557d25282e349926321e3d0 (diff)
Rebased to gallium-0.2, Jan 24 2009.
Diffstat (limited to 'src/gallium/drivers/r300/r300_texture.c')
-rw-r--r--src/gallium/drivers/r300/r300_texture.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_texture.c b/src/gallium/drivers/r300/r300_texture.c
index 4adfe478c3..eb7c9d06f5 100644
--- a/src/gallium/drivers/r300/r300_texture.c
+++ b/src/gallium/drivers/r300/r300_texture.c
@@ -120,7 +120,6 @@ static struct pipe_surface* r300_get_tex_surface(struct pipe_screen* screen,
if (surface) {
surface->refcount = 1;
- surface->winsys = screen->winsys;
pipe_texture_reference(&surface->texture, texture);
pipe_buffer_reference(screen, &surface->buffer, tex->buffer);
surface->format = texture->format;