summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_context.h
diff options
context:
space:
mode:
authorGurchetan Singh <[email protected]>2018-11-30 08:58:27 -0800
committerBas Nieuwenhuizen <[email protected]>2018-12-19 13:29:16 +0100
commit6d13d1aadb3d70eaea7b67ee9ae2651c2b29fbda (patch)
treea48e9a345d7763c92b66773a0db3b6bded638c26 /src/gallium/drivers/virgl/virgl_context.h
parentd73a25f2c0ae64e208a1511c785e35f5d74f4cd6 (diff)
virgl: texture_transfer_pool --> transfer_pool
It's used for all types of resources. Reviewed-by: Elie Tournier <[email protected]>
Diffstat (limited to 'src/gallium/drivers/virgl/virgl_context.h')
-rw-r--r--src/gallium/drivers/virgl/virgl_context.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/virgl/virgl_context.h b/src/gallium/drivers/virgl/virgl_context.h
index 09cf0db2ae4..829258d1801 100644
--- a/src/gallium/drivers/virgl/virgl_context.h
+++ b/src/gallium/drivers/virgl/virgl_context.h
@@ -58,7 +58,7 @@ struct virgl_context {
struct pipe_framebuffer_state framebuffer;
- struct slab_child_pool texture_transfer_pool;
+ struct slab_child_pool transfer_pool;
struct u_upload_mgr *uploader;