gallivm: fix conversion for pure integer formats
[mesa.git] / src / gallium / auxiliary / postprocess / pp_run.c
index 112458f384edaefdee4c9ab8476837fd294b494b..0bed547bd445ac327ce88b8b4a065197bb3875e2 100644 (file)
@@ -166,7 +166,6 @@ void
 pp_filter_setup_out(struct program *p, struct pipe_resource *out)
 {
    p->surf.format = out->format;
-   p->surf.usage = PIPE_BIND_RENDER_TARGET;
 
    p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf);
 }