summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/virgl/virgl_context.h
diff options
context:
space:
mode:
authorDave Airlie <[email protected]>2018-03-13 15:37:36 +1000
committerDave Airlie <[email protected]>2018-03-23 10:21:10 +1000
commitfa683385de515c24f4c7cf62dfce8a16faa4b2be (patch)
tree4756ff5ae207ebcdb45cec16a77dc908533bb90d /src/gallium/drivers/virgl/virgl_context.h
parentd7a015cbc6a6c12a87ee7ec725cc399d3712f43c (diff)
virgl: add ARB_cull_distance support.
This just allows the properties through to the host if we have cull dist support. Signed-off-by: Dave Airlie <[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 d8d4ccbb392..3492dcfa494 100644
--- a/src/gallium/drivers/virgl/virgl_context.h
+++ b/src/gallium/drivers/virgl/virgl_context.h
@@ -109,6 +109,6 @@ void virgl_transfer_inline_write(struct pipe_context *ctx,
unsigned stride,
unsigned layer_stride);
-struct tgsi_token *virgl_tgsi_transform(const struct tgsi_token *tokens_in);
+struct tgsi_token *virgl_tgsi_transform(struct virgl_context *vctx, const struct tgsi_token *tokens_in);
#endif