diff options
author | Eric Anholt <[email protected]> | 2014-11-19 17:39:04 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2014-11-20 13:07:07 -0800 |
commit | 21577571b37e68edc0422fbf80932588a4614abc (patch) | |
tree | 031a8f9d5adbb2c2bab7d0fd65137e1d7396cd36 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 390799c496d363e7476afb0dbb8f28cbc6e20807 (diff) |
vc4: Update for new kernel ABI with async execution and waits.
Our submits now return immediately and you have to manually wait for
things to complete if you want to (like a normal driver).
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 23365659c3a..6ec48ab36be 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -9,6 +9,7 @@ C_SOURCES := \ vc4_draw.c \ vc4_drm.h \ vc4_emit.c \ + vc4_fence.c \ vc4_formats.c \ vc4_opt_algebraic.c \ vc4_opt_copy_propagation.c \ |