r600g: set the virtual address for the htile buffer
[mesa.git] / src / gallium / drivers / noop / noop_state.c
index 16ce9b457d9c605e1a5da47af360dea368412ad9..f56ff597c6c242949b23e1eb42028dc29895763f 100644 (file)
@@ -116,7 +116,6 @@ static struct pipe_surface *noop_create_surface(struct pipe_context *ctx,
        surface->format = surf_tmpl->format;
        surface->width = texture->width0;
        surface->height = texture->height0;
-       surface->usage = surf_tmpl->usage;
        surface->texture = texture;
        surface->u.tex.first_layer = surf_tmpl->u.tex.first_layer;
        surface->u.tex.last_layer = surf_tmpl->u.tex.last_layer;