diff options
author | Corbin Simpson <[email protected]> | 2009-01-24 06:21:00 -0800 |
---|---|---|
committer | Corbin Simpson <[email protected]> | 2009-02-01 23:30:28 -0800 |
commit | f40e6988bdbdc89a7753d5a28323757e58f3e01f (patch) | |
tree | f880750bf7b77ef7304bcb90a9e4b9afcfe00d9f /src | |
parent | 188f61d43ae82c63d557d25282e349926321e3d0 (diff) |
Rebased to gallium-0.2, Jan 24 2009.
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/r300/r300_texture.c | 1 |
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 4adfe478c3c..eb7c9d06f53 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; |