gallium: add bool return to pipe_context::end_query
[mesa.git] / src / gallium / drivers / vc4 / vc4_query.c
index 17400a37ca3884d3816c6f521ca8dafcf70b3ffc..ddf8f8fb0c2c1e51212014ae65e9bd401ac23bfc 100644 (file)
@@ -56,9 +56,10 @@ vc4_begin_query(struct pipe_context *ctx, struct pipe_query *query)
         return true;
 }
 
-static void
+static bool
 vc4_end_query(struct pipe_context *ctx, struct pipe_query *query)
 {
+        return true;
 }
 
 static boolean