aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_query.c
Commit message (Collapse)AuthorAgeFilesLines
* vc4: Add the necessary stubs for occlusion queries.Eric Anholt2014-09-291-0/+83
We have to expose them for GL 2.0, but we just always return a value of 0. We should be advertising 0 query bits instead of 64, but gallium doesn't have plumbing for that yet. At least this stops the segfaults.