i915g: Return the max result for the fake occlusion queries.
This commit is contained in:
parent
b13865e694
commit
9d29d48bb0
1 changed files with 2 additions and 1 deletions
|
|
@ -69,7 +69,8 @@ static boolean i915_get_query_result(struct pipe_context *ctx,
|
|||
{
|
||||
uint64_t *result = (uint64_t*)vresult;
|
||||
|
||||
*result = 0;
|
||||
/* 2* viewport Max */
|
||||
*result = 512*1024*1024;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue