diff options
Diffstat (limited to 'src/gallium/drivers/lima/lima_context.c')
-rw-r--r-- | src/gallium/drivers/lima/lima_context.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/drivers/lima/lima_context.c b/src/gallium/drivers/lima/lima_context.c index 32d75784931..817e0295a5a 100644 --- a/src/gallium/drivers/lima/lima_context.c +++ b/src/gallium/drivers/lima/lima_context.c @@ -286,9 +286,3 @@ err_out: lima_context_destroy(&ctx->base); return NULL; } - -bool -lima_need_flush(struct lima_context *ctx, struct lima_bo *bo, bool write) -{ - return lima_submit_has_bo(ctx->submit, bo, write); -} |