summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2016-03-21 13:23:04 -0600
committerBrian Paul <[email protected]>2016-03-21 13:37:25 -0600
commit299f8ca0a7f723dfbf757385c8c7c221c3b87683 (patch)
tree44eba640e389d6eee1457c277a2d90af40f4dd5a
parentb45b47c5c98052c6c5d190c45843e12f8d0b6af3 (diff)
svga: minor formatting fix, comment addition
To sync with our internal tree. Signed-off-by: Brian Paul <[email protected]>
-rw-r--r--src/gallium/drivers/svga/svga_pipe_query.c5
1 files changed, 4 insertions, 1 deletions
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,