summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc5/meson.build
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2018-01-10 15:49:47 -0800
committerEric Anholt <[email protected]>2018-01-12 21:57:09 -0800
commitaf9753e246c2a4371a289b44064483ece8d1ad5d (patch)
tree7ed22373245fc9d683c7220b1b809865a6c81480 /src/gallium/drivers/vc5/meson.build
parent5aaea3c4a0bb34dabe365cd968e0bbb3c474defd (diff)
broadcom/vc5: Update state setup for 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 e0dd45802a5..aa74e624bdb 100644
--- a/src/gallium/drivers/vc5/meson.build
+++ b/src/gallium/drivers/vc5/meson.build
@@ -38,7 +38,6 @@ files_libvc5 = files(
'vc5_screen.h',
'vc5_simulator.c',
'vc5_simulator_wrapper.cpp',
- 'vc5_state.c',
'vc5_tiling.c',
'vc5_tiling.h',
'vc5_uniforms.c',
@@ -49,6 +48,7 @@ files_per_version = files(
'v3dx_simulator.c',
'vc5_draw.c',
'vc5_rcl.c',
+ 'vc5_state.c',
)
v3dv3_c_args = []