Browse Source

st/vega: clean up reference to pipe_texture

gallium-resources
Keith Whitwell 15 years ago
parent
commit
0a2af3eeae
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/gallium/state_trackers/vega/mask.c

+ 1
- 1
src/gallium/state_trackers/vega/mask.c View File

@@ -487,7 +487,7 @@ struct vg_mask_layer * mask_layer_create(VGint width, VGint height)
struct pipe_screen *screen = ctx->pipe->screen;
struct pipe_sampler_view view_templ;
struct pipe_sampler_view *view = NULL;
struct pipe_texture *texture;
struct pipe_resource *texture;

memset(&pt, 0, sizeof(pt));
pt.target = PIPE_TEXTURE_2D;

Loading…
Cancel
Save