From: Brian Paul Date: Mon, 21 Mar 2016 19:23:04 +0000 (-0600) Subject: svga: minor formatting fix, comment addition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=299f8ca0a7f723dfbf757385c8c7c221c3b87683;p=mesa.git svga: minor formatting fix, comment addition To sync with our internal tree. Signed-off-by: Brian Paul --- diff --git a/src/gallium/drivers/svga/svga_pipe_query.c b/src/gallium/drivers/svga/svga_pipe_query.c index 4e4086021a6..88f41eadc1d 100644 --- a/src/gallium/drivers/svga/svga_pipe_query.c +++ b/src/gallium/drivers/svga/svga_pipe_query.c @@ -72,11 +72,14 @@ struct svga_query { /** cast wrapper */ static inline struct svga_query * -svga_query( struct pipe_query *q ) +svga_query(struct pipe_query *q) { return (struct svga_query *)q; } +/** + * VGPU9 + */ static boolean svga_get_query_result(struct pipe_context *pipe,