Module: Mesa Branch: master Commit: 299f8ca0a7f723dfbf757385c8c7c221c3b87683 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=299f8ca0a7f723dfbf757385c8c7c221c3b87683
Author: Brian Paul <[email protected]> Date: Mon Mar 21 13:23:04 2016 -0600 svga: minor formatting fix, comment addition To sync with our internal tree. Signed-off-by: Brian Paul <[email protected]> --- src/gallium/drivers/svga/svga_pipe_query.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/gallium/drivers/svga/svga_pipe_query.c b/src/gallium/drivers/svga/svga_pipe_query.c index 4e40860..88f41ea 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, _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
