Module: Mesa
Branch: master
Commit: 11cc59afcaf85ec7081587326ac56b24e545d59a
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=11cc59afcaf85ec7081587326ac56b24e545d59a

Author: Nicolai Hähnle <nicolai.haeh...@amd.com>
Date:   Wed Oct  5 16:27:29 2016 +0200

virgl: Fix build regression of commit 8a943564

---

 src/gallium/drivers/virgl/virgl_context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/virgl/virgl_context.c 
b/src/gallium/drivers/virgl/virgl_context.c
index e693a73..bda9515 100644
--- a/src/gallium/drivers/virgl/virgl_context.c
+++ b/src/gallium/drivers/virgl/virgl_context.c
@@ -943,7 +943,7 @@ struct pipe_context *virgl_context_create(struct 
pipe_screen *pscreen,
    virgl_init_so_functions(vctx);
 
    list_inithead(&vctx->to_flush_bufs);
-   slab_create_child(&vctx->texture_transfer_pool, rs->texture_transfer_pool);
+   slab_create_child(&vctx->texture_transfer_pool, &rs->texture_transfer_pool);
 
    vctx->primconvert = util_primconvert_create(&vctx->base, 
rs->caps.caps.v1.prim_mask);
    vctx->uploader = u_upload_create(&vctx->base, 1024 * 1024,

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to