diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-02-25 05:32:16 +0000 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-03-04 04:58:15 +0000 |
commit | 59c9623d0a75d5201ad48351af26aad1bc0b7073 (patch) | |
tree | 9010f37a429bbe97d2f46ec6586edc4023beadf0 /src/gallium/drivers/panfrost/meson.build | |
parent | 4eec3a2a3652317f8e0fa97e0730c297bde8241a (diff) |
panfrost: Import job data structures from v3d
At the moment, Panfrost state is ad hoc, which creates issues for FBOs.
This commit imports the skeleton of the v3d_job structure as
panfrost_job, in preparation for refactors to organize this state.
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Tomeu Vizoso <[email protected]>
Diffstat (limited to 'src/gallium/drivers/panfrost/meson.build')
-rw-r--r-- | src/gallium/drivers/panfrost/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/panfrost/meson.build b/src/gallium/drivers/panfrost/meson.build index 9568247f36d..456782355bb 100644 --- a/src/gallium/drivers/panfrost/meson.build +++ b/src/gallium/drivers/panfrost/meson.build @@ -31,6 +31,7 @@ files_panfrost = files( 'midgard/disassemble.c', 'pan_context.c', + 'pan_job.c', 'pan_trace.c', 'pan_drm.c', 'pan_allocate.c', |