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)