summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-01-12 12:31:14 -0800
committerEric Anholt <[email protected]>2018-01-12 21:57:52 -0800
commite41e33fdb8737a92c008f8e165cf755bf7ecc78d (patch)
treeeb01513a25e87d41bf3322c28dbf853d3622c253 /src/gallium/drivers/vc5/meson.build
parentaa77a9cf5a4821100eb0dbc9a47bcff410a3a73f (diff)
broadcom/vc5: Port the draw-time state emission to V3D 4.1.
Diffstat (limited to 'src/gallium/drivers/vc5/meson.build')
-rw-r--r--src/gallium/drivers/vc5/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/vc5/meson.build b/src/gallium/drivers/vc5/meson.build
index aa74e624bdb..005bf2f9b8e 100644
--- a/src/gallium/drivers/vc5/meson.build
+++ b/src/gallium/drivers/vc5/meson.build
@@ -26,7 +26,6 @@ files_libvc5 = files(
'vc5_cl.h',
'vc5_context.c',
'vc5_context.h',
- 'vc5_emit.c',
'vc5_fence.c',
'vc5_formats.c',
'vc5_job.c',
@@ -47,6 +46,7 @@ files_per_version = files(
'v3dx_format_table.c',
'v3dx_simulator.c',
'vc5_draw.c',
+ 'vc5_emit.c',
'vc5_rcl.c',
'vc5_state.c',
)