From 6d49ffde11ddb4a9391172a6e9a4e3ad3eb87ded Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Fri, 21 Dec 2012 16:56:41 +0100 Subject: [PATCH] gallium/tests: fix build breakage after pipe_surface::usage removal --- src/gallium/tests/trivial/compute.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/tests/trivial/compute.c b/src/gallium/tests/trivial/compute.c index a6ebc7cd235..58b1788a03c 100644 --- a/src/gallium/tests/trivial/compute.c +++ b/src/gallium/tests/trivial/compute.c @@ -338,7 +338,6 @@ static void init_compute_resources(struct context *ctx, const int *slots) for (i = 0; *slots >= 0; ++i, ++slots) { struct pipe_surface tsurf = { .format = ctx->tex[*slots]->format, - .usage = ctx->tex[*slots]->bind, .writable = ctx->tex_rw[*slots] }; -- 2.11.0