OSDN Git Service

cell: remove obsolete texture field
authorBrian <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 00:57:54 +0000 (17:57 -0700)
committerBrian <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 00:57:54 +0000 (17:57 -0700)
src/gallium/drivers/cell/ppu/cell_texture.c

index bf6f6d3..e235421 100644 (file)
@@ -90,7 +90,6 @@ cell_texture_create_screen(struct pipe_screen *screen,
 
    spt->base = *templat;
    spt->base.refcount = 1;
-   spt->base.pipe = NULL;
    spt->base.screen = screen;
 
    cell_texture_layout(spt);