diff options
author | Eric Anholt <[email protected]> | 2018-01-04 23:19:08 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-12 21:55:04 -0800 |
commit | 57965755e2c8089e5b52897fa86305e595f6792f (patch) | |
tree | a4acac4e030b72aefe31d77f6e3f0c330c8b832d /src/gallium/drivers/vc5/Makefile.sources | |
parent | f50d39ab4936d99051648e1669b428f4ef0f2afd (diff) |
broadcom/vc5: Port drawing commands to V3D 4.x.
This required extending the CL submit ioctl, because the tile alloc/state
buffer setup has moved from the BCL to register writes.
Diffstat (limited to 'src/gallium/drivers/vc5/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/vc5/Makefile.sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/Makefile.sources b/src/gallium/drivers/vc5/Makefile.sources index 8377af77fbb..72441e0ac00 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -6,7 +6,6 @@ C_SOURCES := \ vc5_cl.h \ vc5_context.c \ vc5_context.h \ - vc5_draw.c \ vc5_drm.h \ vc5_emit.c \ vc5_fence.c \ @@ -27,5 +26,6 @@ C_SOURCES := \ VC5_PER_VERSION_SOURCES = \ v3dx_simulator.c \ + vc5_draw.c \ vc5_rcl.c \ $() |