From: Tom Stellard Date: Thu, 13 Dec 2012 20:04:34 +0000 (+0000) Subject: clover: Fix build since removal of pipe_surface::usage X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4330cfec8b5225283bccc03f53a440c20e8e5cb5;p=mesa.git clover: Fix build since removal of pipe_surface::usage by commit 25409c6da8163d9acb386511aef0c11577c7aadb --- diff --git a/src/gallium/state_trackers/clover/core/resource.cpp b/src/gallium/state_trackers/clover/core/resource.cpp index 80bcd2a851a..ab562adfc94 100644 --- a/src/gallium/state_trackers/clover/core/resource.cpp +++ b/src/gallium/state_trackers/clover/core/resource.cpp @@ -100,7 +100,6 @@ resource::bind_surface(clover::command_queue &q, bool rw) { pipe_surface info {}; info.format = pipe->format; - info.usage = pipe->bind; info.writable = rw; if (pipe->target == PIPE_BUFFER)