vc4: Separate out a bit of code for submitting jobs to the kernel.
authorEric Anholt <eric@anholt.net>
Mon, 6 Apr 2015 19:58:51 +0000 (12:58 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 14 Apr 2015 06:20:45 +0000 (23:20 -0700)
commite214a596352e67c89ce379a1e5a060dbc1ce31e1
treea066aa9566c1bc58442b81b7d2e063f104a5c854
parent44b63cf5c051f7eccfc1d7427247fd58dabb7761
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).
src/gallium/drivers/vc4/Makefile.sources
src/gallium/drivers/vc4/vc4_context.c
src/gallium/drivers/vc4/vc4_context.h
src/gallium/drivers/vc4/vc4_job.c [new file with mode: 0644]