diff options
author | Eric Anholt <[email protected]> | 2018-01-12 12:31:14 -0800 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2018-01-12 21:57:52 -0800 |
commit | e41e33fdb8737a92c008f8e165cf755bf7ecc78d (patch) | |
tree | eb01513a25e87d41bf3322c28dbf853d3622c253 /src/gallium/drivers/vc5/Makefile.sources | |
parent | aa77a9cf5a4821100eb0dbc9a47bcff410a3a73f (diff) |
broadcom/vc5: Port the draw-time state emission to V3D 4.1.
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 252431b54b5..f5cd8d79f85 100644 --- a/src/gallium/drivers/vc5/Makefile.sources +++ b/src/gallium/drivers/vc5/Makefile.sources @@ -7,7 +7,6 @@ C_SOURCES := \ vc5_context.c \ vc5_context.h \ vc5_drm.h \ - vc5_emit.c \ vc5_fence.c \ vc5_formats.c \ vc5_job.c \ @@ -27,6 +26,7 @@ VC5_PER_VERSION_SOURCES = \ v3dx_format_table.c \ v3dx_simulator.c \ vc5_draw.c \ + vc5_emit.c \ vc5_rcl.c \ vc5_state.c \ $() |