Browse Source

virgl: remove unused variable

This variable is now unused, so let's remove it.

Fixes: db77573d7b (virgl: modify how we handle GL_MAP_FLUSH_EXPLICIT_BIT)
Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
tags/19.1-branchpoint
Erik Faye-Lund 7 years ago
parent
commit
44620d4ef7
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/gallium/drivers/virgl/virgl_context.c

+ 0
- 1
src/gallium/drivers/virgl/virgl_context.c View File

@@ -784,7 +784,6 @@ static void virgl_flush_from_st(struct pipe_context *ctx,
enum pipe_flush_flags flags)
{
struct virgl_context *vctx = virgl_context(ctx);
struct virgl_screen *rs = virgl_screen(ctx->screen);

if (flags & PIPE_FLUSH_FENCE_FD)
vctx->cbuf->needs_out_fence_fd = true;

Loading…
Cancel
Save