~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/gallium/drivers/r600/r600_buffer_common.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
271
271
        struct r600_common_context *rctx = (struct r600_common_context*)ctx;
272
272
        struct r600_resource *rbuffer = r600_resource(resource);
273
273
 
274
 
        /* We currently only do anyting here for buffers */
 
274
        /* We currently only do anything here for buffers */
275
275
        if (resource->target == PIPE_BUFFER)
276
276
                (void)r600_invalidate_buffer(rctx, rbuffer);
277
277
}