diff options
author | Eric Anholt <[email protected]> | 2014-09-29 11:33:13 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-09-29 11:51:09 -0700 |
commit | b65761f764f2c03b375460b3d6e36227ec161c2d (patch) | |
tree | fcfac52f82bb741059198c70505689b87de13494 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 76cd9955d96c1b0a13905e255571eb35b3aa2a99 (diff) |
vc4: Add the necessary stubs for occlusion queries.
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.
Diffstat (limited to 'src/gallium/drivers/vc4/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc4/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/Makefile.sources b/src/gallium/drivers/vc4/Makefile.sources index f128af345ee..a41237ab94c 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -24,6 +24,7 @@ C_SOURCES := \ vc4_qpu_emit.c \ vc4_qpu.h \ vc4_qpu_validate.c \ + vc4_query.c \ vc4_register_allocate.c \ vc4_reorder_uniforms.c \ vc4_resource.c \ |