X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fi915%2Fi915_query.c;h=0efceb192b63de350731bcf9e6464ec768f3a899;hb=e7b4219e2287f98a323b6883ce5f42545cab0e8f;hp=c886df74bad5564687d9e03e3c2be16a9d1baa16;hpb=c3b2230b71cb3a00a7f4c0987197d397bada650b;p=mesa.git diff --git a/src/gallium/drivers/i915/i915_query.c b/src/gallium/drivers/i915/i915_query.c index c886df74bad..0efceb192b6 100644 --- a/src/gallium/drivers/i915/i915_query.c +++ b/src/gallium/drivers/i915/i915_query.c @@ -65,7 +65,7 @@ static void i915_end_query(struct pipe_context *ctx, struct pipe_query *query) static boolean i915_get_query_result(struct pipe_context *ctx, struct pipe_query *query, boolean wait, - void *vresult) + union pipe_query_result *vresult) { uint64_t *result = (uint64_t*)vresult;