diff options
author | Eric Anholt <[email protected]> | 2015-04-06 12:58:51 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-04-13 23:20:45 -0700 |
commit | e214a596352e67c89ce379a1e5a060dbc1ce31e1 (patch) | |
tree | a066aa9566c1bc58442b81b7d2e063f104a5c854 /src/gallium/drivers/vc4/Makefile.sources | |
parent | 44b63cf5c051f7eccfc1d7427247fd58dabb7761 (diff) |
vc4: Separate out a bit of code for submitting jobs to the kernel.
I want to be able to have multiple jobs being set up at the same time (for
example, a render job to do a little fixup blit in the course of doing a
render to the main FBO).
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 ec0f25ca34a..62cd0e00d90 100644 --- a/src/gallium/drivers/vc4/Makefile.sources +++ b/src/gallium/drivers/vc4/Makefile.sources @@ -11,6 +11,7 @@ C_SOURCES := \ vc4_emit.c \ vc4_fence.c \ vc4_formats.c \ + vc4_job.c \ vc4_opt_algebraic.c \ vc4_opt_constant_folding.c \ vc4_opt_copy_propagation.c \ |