Rebased to gallium-0.2, Jan 24 2009.
authorCorbin Simpson <MostAwesomeDude@gmail.com>
Sat, 24 Jan 2009 14:21:00 +0000 (06:21 -0800)
committerCorbin Simpson <MostAwesomeDude@gmail.com>
Mon, 2 Feb 2009 07:30:28 +0000 (23:30 -0800)
src/gallium/drivers/r300/r300_texture.c

index 4adfe478c3ca1135bfd74083a44cdd6731d4b903..eb7c9d06f53c115086b3aa0d02296d99884c5350 100644 (file)
@@ -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;